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
Indicators

XFisher_org_v1_Vol_HTF - indicator for MetaTrader 5

Views:
2944
Rating:
(12)
Published:
2019.01.02 14:33
Updated:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
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

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 XFisher_org_v1_Vol

The XFisher_org_v1 oscillator implemented as a color histogram, using volumes

X2MA_3HTF X2MA_3HTF

Three X2MA indicators from different timeframes in a single window

XFisher_org_v1_Vol_Supr 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 XFisher_org_v1_Vol_Supr_HTF

The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters