Expert Advisor

 

Hello

I'm looking for the proper way to call a .ex4 indicator with no source code in my Expert advisor. I'm having issues with the inputs and line index

 
Williams Joshua:

Hello

I'm looking for the proper way to call a .ex4 indicator with no source code in my Expert advisor. I'm having issues with the inputs and line index

Are you using iCustom(...) ?

Post some code and someone might have a solution.
 
Use iCustom. Figure out the indicator's buffer order. Figure out the indicator's parameter's data type and values if you need to modify the values.