I have strategy A running on ES 6-10 on a chart. I also have strategy A (same strategy) running on another instrument say 6B 6-10 in another chart. It appears that in the ES chart, false signals are occuring. In the code I have specifically set :
if (Close[0] > Highest) initiate a named ATM strategy. What I'm finding is the ATM strategy gets issued sooner (or later) than it should for the instrument (hopefully I'm making sense, to me I am
).Any thoughts/comments are appreciated.
Thanks - David

Comment