I have an mt4 indicator that shows values in the data window that I want to access. I only have the ex4 file and not the source code file mq4, Is it possible for me to access those data values using the mql4 iCustom function, and use them in a different indicator?
I used the iCustom funtion in a seperate indicator trying to get the data from the data window for a indicator called waves-indicator. I have no idea on how to set up the parameters of this function. The parameters I used did not make any errors when compiled, but I was not able to aquire the correct values. The mql4 manual's explaination is worthless for me. Help please.