This is the error message
Yes, but when you run it, what does it do?
Did you paste it as a new strategy in ProOrder?
It must have told you to use some variables. Comment out lines 7-8 like that:
//xLow = min(low,min(xClose,xOpen))
//xHigh = max(high,max(xClose,xOpen))
the same for both versions.
Yeah that last fix of yours did it. I am very gratefull to you
once again, thank you robertogozzi
It must have told you to use some variables. Comment out lines 7-8 like that:
|
|
//xLow = min(low,min(xClose,xOpen))
//xHigh = max(high,max(xClose,xOpen))
|
the same for both versions.
could you help code to set profit target at ex 25 points? (lets say im trading DAX) 🙂