Join our fan page
- Views:
- 3668
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
To provide correct operation of the indicator, you should place the compiled XFisher_org_v1_Vol.ex5 indicator file in terminal_data_folder\MQL5\Indicators.

Fig.1. Indicator XFisher_org_v1_Vol_HTF
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23185
XFisher_org_v1_Vol
The XFisher_org_v1 oscillator implemented as a color histogram, using volumes
X2MA_3HTF
Three X2MA indicators from different timeframes in a single window
XFisher_org_v1_Vol_Supr
The XFisher_org_v1_Vol oscillator with additional indication in the form of colored squares at the zero level, when entering the overbought and oversold zones in the trend direction
XFisher_org_v1_Vol_Supr_HTF
The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters