Join our fan page
- Views:
- 2838
- Rating:
- Published:
- 2018.08.23 11:26
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
DEMA_Range_Channel indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
For the indicator to operate, the DEMA_Range_Channel.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig. 1. DEMA_Range_Channel_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21391

DirectCandlesCounter indicator in the form of candles.

The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications

Wildhog indicator

The EA uses the following indicators: iADX (Average Directional Movement Index, ADX), two iMAs (Moving Average,MA) - one indicator at CLOSE prices and another one at OPEN prices, iOsMA (Moving Average of Oscillator, OsMA).