for example Close[0]=1,
i need to have long order if the price goes below 0.75
and short order if the price go above 1.25 (for the next bar)
I would enter
EnterLongLimit(1, 0.75)
EnterShortLimit(1, 1.25)
Because NT unable to handle these orders alltogether is there another way to achieve the same functionality?

Comment