Join our fan page
RAVI_Histogram_HTF - indicator for MetaTrader 5
- Views:
- 2888
- Rating:
- Published:
- 2016.09.19 12:38
- Updated:
- 2023.03.29 13:47
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The RAVI_Histogram indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires RAVI_Histogram.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The RAVI_Histogram_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16098
The SAR Trading System illustrates the operation of the Stop and Reversal (SAR), developed by Welles Wilder. The Expert Advisor check for presence of an open position and starts moving the stop loss with parabolic acceleration.
Exp_Volume_Weighted_MA_StDevTrading system based on Volume_Weighted_MA_StDev indicator signals.
Another alternative to the Bollinger Bands® channel with colored inner area of the channel.
Exp_RAVI_HistogramThe Exp_RAVI_Histogram breakout trading system based on the signals of the RAVI_Histogram oscillator.