dadof3and3
04-30-2010, 09:47 AM
Has anyone experienced the following (in NT6.5)?
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 :rolleyes:).
Any thoughts/comments are appreciated.
Thanks - David
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 :rolleyes:).
Any thoughts/comments are appreciated.
Thanks - David