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

Rj_SlidingRangeRj_Digit_System_HTF - indicator for MetaTrader 5

Views:
2284
Rating:
(9)
Published:
2018.08.23 13:26
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Rj_SlidingRangeRj_Digit_System indicator with the timeframe selection option available in the input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)

For the indicator to operate, the Rj_SlidingRangeRj_Digit_System.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig. 1. Rj_SlidingRangeRj_Digit_System_HTF indicator

Fig. 1. Rj_SlidingRangeRj_Digit_System_HTF indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21514

Rj_SlidingRangeRj_Digit_System Rj_SlidingRangeRj_Digit_System

The indicator paints candles going beyond the Rj_SlidingRangeRj_Digit channel.

CCI and Martin CCI and Martin

The EA based on iCCI (Commodity Channel Index, CCI) indicator plus managing position volumes using martingale.

Crossing Moving Average Crossing Moving Average

The EA is based on two iMAs (Moving Average, MA) and iMomentum (Momentum) filter crossing.

Separate Trade Separate Trade

iATR (Average True Range, ATR) and iStdDev (Standard Deviation, StdDev) indicators are configured for crossing of the two iMAs (Moving Average, MA) plus for Buy and Sell separately.