lejmer

Random Synthetic Asset Generation

lejmer Mis à jour   
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.
Notes de version:
Fixed a small bug.
Script open-source

Dans le véritable esprit de TradingView, l'auteur de ce script l'a publié en open-source, afin que les traders puissent le comprendre et le vérifier. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais la réutilisation de ce code dans une publication est régie par le règlement. Vous pouvez le mettre en favori pour l'utiliser sur un graphique.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser ce script sur un graphique ?