Custom Indicator not Working
-
I am not able generate trades using a custom indicator. I see the indicator on the open chart for back testing but it is not generating trades. Please suggest how I can make this work.
-
With so many input parameters there is a big chance for something to be wrong. Make sure that their count (in fxDreema) is the same as their count in the idicator itself. Also data types matter, but if all of them are like int, double and string, everything mush be fine with them.
And you probably have error messages if things don't work. Maybe everything works fine and you are thinking that something is wrong, I don't know. Show some errors if you have.