In short, how does this order type behave in a strategy context (not used in QT)? Can it be used the same way?
Rename
Yes it follows the same pattern in backtesting.
Hi, Glitch. Sorry to be pedantic. Also in Live-Trading?
The behaviour for a standard limit order would be different for the following example.
It is important to me to place the trade close to the limit because stops and profits are relative to it.
It is important to me to place the trade close to the limit because stops and profits are relative to it.
CODE:
PlaceTrade(bars, TransactionType.Buy, OrderType.LimitMove, bars.AveragePriceHL[idx],-1, "Buy");
Your Response
Post
Edit Post
Login is required