Join our fan page
Advance_Decline_Line - indicator for MetaTrader 5
- Views:
- 3862
- Rating:
- Published:
- 2018.06.16 10:05
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Indicator Advance Decline Line shows the trend strength line. It can also detect possible changes in its direction.
It has two input parameters:
- Period - calculation period;
- Cumulative - calculation algorithm using the accumulated values over the Period.
Two components of the candlesticks over the period of time, i.e., the positive one and the negative one, are used for calculations. The resulting value is the difference between these two components. When using the accumulative algorithm, the indicator value calculated on the preceding bar is added to the result.
Fig.1. ADL with the accumulative calculation algorithm
Fig.2. ADL without the accumulative calculation algorithm
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20564
The US dollar index in form of Japanese candlesticks.
USDXThe US dollar index against a basket of basic currencies.
The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.
AwesomeModModified Awesome Oscillator.