In the "filtering" of a trade signal, I'm trying to require the difference between the High & Low on the current bar to be LESS THAN the difference between the High & Low of the previous bar with: && High-Low<High-Low[1]
Not sure why this won't work, but I'm sure there should be a simple answer...
Not sure why this won't work, but I'm sure there should be a simple answer...
Last edited: