Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5212
- Rating:
- Published:
- 2018.07.09 13:49
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This indicator was developed by Etienne Botes and Douglas Siepman. Indicator Vortex consists of two oscillators that display positive and negative trend movements, similar to lines +DI and -DI of indicator Average Directional Movement Index.
It has one input parameter:
- Period - indicator calculation period.
Calculation:
+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)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21115

Indicator to show the difference of the Vortex indicator lines.

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