Indicators

 

I have 5 indicators.  Can they all be put into one mql4 file.  One of the indicators I only have a .ex file.


Thanks

Rich

 

You can call them with iCustom(). But in this case the indicator files should be located in the "MQL4/Indicators" folder.

If you want your program to work without the presence of indicators in the "MQL4/Indicators" folder, then you can include as a resource the indicator for which you do not have the source code. Working with custom indicators included as resources (look for the paragraph with the same name). But it's pretty hard. And in MQL4, this may differ from what is described in the MQL5 documentation, the link to which I provided.