MIH8
- ago
In short, how does this order type behave in a strategy context (not used in QT)? Can it be used the same way?
0
294
Solved
3 Replies

Reply

Bookmark

Sort
Glitch8
 ( 12.10% )
- ago
#1
Yes it follows the same pattern in backtesting.
0
Best Answer
MIH8
- ago
#2
Hi, Glitch. Sorry to be pedantic. Also in Live-Trading?
0
MIH8
- ago
#3
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.

CODE:
PlaceTrade(bars, TransactionType.Buy, OrderType.LimitMove, bars.AveragePriceHL[idx],-1, "Buy");
0

Reply

Bookmark

Sort