Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4258
- Valutazioni:
- Pubblicato:
- 2018.07.09 13:49
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21116

A trading system based on the signals of indicator CaudateXPeriodCandle, enabling to maintain your positions within a fixed period of time.

A trading system based on the signals of indicator XPeriodCandle.