I am developping some strategies with NT, and got some issues:
Let's assume I am trading the EURUSD, and buy when the price is 1.0000 an using the EnterLong method. I can guess why I am executed at 1.005 (or any other price), but not why the managed approach doesn't signal any error while my profit target is less than the initial price and why the order isn't cancelled because the price is higher than my profit target.
The second thing is that I can't for some reasons, use the enterlimit methods. how can I do to be sure that my price of execution won't be far from the price I want.
Thank you,
R.E.

Comment