I am working on opening hedged positions on the same timeframe and instrument and after searching a lot, I found out that the way to go is by using unmanaged orders , which by the way is a great add. I switched to NT7 only because of that

# - Is anyone that knows how to simulate the set target profit with unmanaged orders ?
If e.g. I want to place a buy order with take profit at a certain price (e.g 1.454) how can I do that ?
#- Finally, concerning the IOrder object. What is the difference between:
OrderActions:
OrderAction.BuyToCover
OrderAction.Sell
OrderAction.SellShort
Or alternatively where in the manuals does it explain them with details ?
Thanks in advance

Comment