Join our fan page
EMV_HTF - indicator for MetaTrader 5
- Views:
- 3536
- Rating:
- Published:
- 2015.08.17 13:41
- Updated:
- 2023.03.29 13:45
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The EMV indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires EMV.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The EMV_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13604
The Exp_Ergodic_Ticks_Volume_Indicator Expert Advisor is based on signals generated by the Ergodic_Ticks_Volume_Indicator oscillator.
Ergodic_Ticks_Volume_Indicator_HTFThe Ergodic_Ticks_Volume_Indicator indicator with the timeframe selection option available in the input parameters.
The Entropy indicator with the timeframe selection option available in the input parameters.
Ergodic_Ticks_Volume_OSMA_HTFThe Ergodic_Ticks_Volume_OSMA indicator with the timeframe selection option available in the input parameters.