Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vortex_Difference - indicateur pour MetaTrader 5
- Vues:
- 4015
- Note:
- Publié:
- 2018.07.09 13:49
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Oscillator VORTEX difference displays as a histogram the difference between +VI and -VI of indicator Vortex.
For it to operate correctly, the availability of indicator Vortex is not required - the indicator calculates it independently.
It has one input parameter:
- Period - Vortex indicator calculation period.
Calculation:
Diff = +VI - (-VI)
where:
+VI = 100 * svip / satr, -VI = 100 * svim / satr
where:
svip = SMA(iVIP, Period) svim = SMA(iVIM, Period) satr = SMA(ATR, Period) iVIP = Abs(High - PrevLow) iVIM = Abs(Low - PrevHigh)
Fig 1. Indicator Vortex difference
Fig. 2. Indicators Vortex Difference and Vortex
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21116
Exp_CaudateXPeriodCandle_Tm_Plus
A trading system based on the signals of indicator CaudateXPeriodCandle, enabling to maintain your positions within a fixed period of time.
Exp_XPeriodCandleA trading system based on the signals of indicator XPeriodCandle.