When the Futures FX market opens at 5pm Sunday:
Look at the first two bars
a. if the open of bar 2 is higher than the open of bar 1 enter a long pos.
b. if the open of bar 2 is lower than the open of bar 1 enter a short pos.
c. set variable0 to value of bar 2's open price.
(so far so good, all the above seem to work)
d. when the default input series crosses above variable0, close short position and open long position
e. when the default input series crosses below variable0, close long position and open short position
(these, d & e don't work)
f. when profit target of 100 ticks occurs, close all positions
g. do not reenter positions
(f works)
Any thoughts on why I can't get the reversal to work?


Comment