For live strategies on different timeframes (e.g., 15-second bars or even 5-minute bars), what’s the recommended approach for entering trades:
- Market orders (e.g., EnterLong) for guaranteed execution but potential slippage?
- Limit orders (e.g., EnterLongLimit(DefaultQuantity, GetCurrentAsk(), "")) to avoid slippage but risk missing entries?
- Or perhaps adding 1 tick to limit orders to improve the likelihood of execution while still controlling slippage?
I’d appreciate your insights on which approach works best across various conditions, particularly for scalping in volatile markets.
Thanks,
Casper

Comment