lejmer

Random Synthetic Asset Generation

lejmer 已更新   
This script generates pseudo-random asset data. Due to the nature of the random generator, it is impossible to use this indicator as input for other indicators because the instance of the script that the indicator is applied to will automatically be different from the instance that is plotted on the chart. Therefore, the idea is to use this script in other scripts (to make it possible to backtest on random data, for example).

The script has four main input parameters.
  • Random Number Generator Method: It supports two methods for generating the pseudo-random numbers (one by Ricardo Santos and one by Wichmann-Hill).
  • Seed: You can specify the seed to use. Each unique seed will generate a unique set of pseudo-random data.
  • Intrabar Volatility: This basically sets how volatile the generated wicks will be (0 = no wicks).
  • Price Multiplier: This is just a multiplier for the generated price data, so that you can scale up or down the generated price data.

You can also change the colors of the bars.

In addition to this, the indicator also generates random volume. In order to make it possible to show both volume and price, you need to have two identical instances of the indicator. One on the chart, and one in its own panel. Then, go into the Style tab in the indicator settings on the instance in the panel. Untick Up-Candles and Down-Candles boxes, and tick the Volume box.

In a similar manner, you can also plot the true range data and the candle change data as well, by ticking one of those boxes instead.
版本注释:
Fixed a small bug.
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?