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:
- 2588
- Rating:
- Published:
- 2018.07.09 13:59
- Updated:
- 2023.03.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Channel indicator Rj_SlidingRange with the the possibility to round the indicator levels up to a required number of digits. The number of digits to round is defined by the indicator's input variable Digit:
input uint Digit=3; //Number of digits to round to
Fig 1. Indicator Rj_SlidingRangeRj_Digit
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21141

An indicator that draws the XPeriodCandle candlestick sizes in points.

Indicator AbsolutelyNoLagLwma_BBx7_Cloud_Digit with the timeframe selection option available in the input parameters.

Indicator XPeriodCandle in the main chart.

Trend-following trading system Exp_XPeriodCandle_X2 is based on the signals of two indicators: XPeriodCandle and XPeriodCandle_HTF.