Join our fan page
ColorX2MA_Digit_HTF - indicator for MetaTrader 5
- Views:
- 2803
- Rating:
- Published:
- 2016.07.20 14:29
- Updated:
- 2023.03.29 13:47
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The ColorX2MA_Digit indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires ColorX2MA_Digit.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The ColorX2MA_Digit_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/15719
Universal moving average that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits, as well as displays a price grid with those rounded values.
ColorX2MA_Cloud_DigitUniversal moving average that fills the chart space with a colored background and displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.