I am trying to do this...
Normal OzFX signal will trigger when AC go above 0...
look @ the 2 "BlU" line....I will want to issue a buy signal if the different between current bar(k) and previous bar(k+1) is too large....
can i use this code to write??
PHP Code:
iAC(NULL, 0, k) > 0 ||(iAC(NULL, 0, k) - iAC(NULL, 0, k + 1)> 0.15)