Watch how to download trading robots for free
Find us on Telegram!
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
Views:
2390
Rating:
(11)
Published:
2017.01.18 09:14
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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

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

The indicator requires i4_DRF_v2.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.

Fig1. The i4_DRF_v2_HTF indicator

Fig1. The i4_DRF_v2_HTF indicator

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

ColorXvaMA_Digit ColorXvaMA_Digit

The vaMA indicator with the ability to replace averaging. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits.

iBarShift_MT5 iBarShift_MT5

Version of the iBarShift function for the MetaTrader 5, takes a parameter of type datetime — opening time of the bar, the index of which must be found.

i4_DRF_v3_HTF i4_DRF_v3_HTF

The i4_DRF_v3 indicator with the timeframe selection option available in the input parameters.

ColorXvaMA_Digit_StDev V2 ColorXvaMA_Digit_StDev V2

The vaMA indicator with the ability to replace averaging. It displays the most recent value as a price label with the possibility to round the channel levels up to a required number of digits. Additionally, it indicates the trend strength by colored dots based on the standard deviation algorithm.