Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3810
Note:
(7)
Publié:
2018.07.13 15:50
VC.mq5 (9.27 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator VC (Volatility Channel by Larry Williams).

It has one input parameter:

  • Period - calculation period.

Calculations:

Top = Maximum(MaxT, T),
Bottom = Minimum(MinB, B)

where:

T = 2 * Typical - High,
B = 2 * Typical - Low,
MinB = the lowest B value within the Period
MaxT = the highest T value within the Period
Typical = SMA(1, PRICE_TYPICAL)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21270

TTF TTF

Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals.

TCF TCF

Oscillator TCF (Trend Continuation Factor) was developed to help identify the trend and direction of the market.

CMH CMH

Indicator CMH (Clear Method Histogram) displays a color histogram of the current market trend.

CMC CMC

Indicator CMC (Clear Method Candles) displays colored candlesticks, based on the existing market trend. It is calculated by the "pure" method (without using any other indicators, only price) and has no configurable parameters. It is based on indicator Clear Method Histogram.