Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Advance_Decline_Line - indicator for MetaTrader 5

Views:
3517
Rating:
(7)
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.1. ADL with the accumulative calculation algorithm

Fig.2. ADL without 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

USDX_Candle USDX_Candle

The US dollar index in form of Japanese candlesticks.

USDX USDX

The US dollar index against a basket of basic currencies.

Absorption Absorption

The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.

AwesomeMod AwesomeMod

Modified Awesome Oscillator.