Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

IBS_RSI_CCI_v4_HTF - MetaTrader 5 Script - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

IBS_RSI_CCI_v4_HTF - indicator for MetaTrader 5

This indicator has timeframe selection options available in the IBS_RSI_CCI_v4 input parameters:

 Input ENUM_TIMEFRAMES time range = PERIOD_H4 ; // Indicator chart period (time range)

The IBS_RSI_CCI_v4_HTF repeater indicator requires the compiled custom indicator file IBS_RSI_CCI_v4.mq5 for compilation. Place it in <Terminal Data Folder>\MQL5\Indicators .

After compilation, the IBS_RSI_CCI_v4_HTF.ex5 indicator file contains the IBS_RSI_CCI_v4.ex5 indicator as a resource , therefore, the compiled indicator does not need to be present in the terminal folder to work! For this purpose, corresponding code has been added to the indicator code to include the IBS_RSI_CCI_v4 indicator in the executable.

The indicator executable has been added as a globally scoped resource:

Change the string path to the indicator used as a resource in the OnInit() function block:

Therefore, the compiled executable of the Repeater indicator can be used independently on other trading terminals without the original indicator.

IBS_RSI_CCI_v4_HTF - indicator for MetaTrader 5

Figure 1. IBS_RSI_CCI_v4_HTF indicator


Attachment download

📎 IBS_RSI_CCI_v4.mq5 (18.33 KB)

📎 IBS_RSI_CCI_v4_HTF.mq5 (21.75 KB)

📎 SmoothAlgorithms.mqh (130.2 KB)

Source: MQL5 #17517

Verification code Refresh