Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Fills
Collapse
X
-
Fills
I've noticed while running this in a sim, my orders don't usually get filled immediately. I would assume this is due to it not filling on touch and instead when tick price is broken through. How do I change this to fill target/stop loss when I want an it to be filled as soon as the price flashes?Tags: None
-
Hello leonidaschrist,
Thanks for your post.
The default behavior of the strategy's fill algorithm is to fill a limit order once price has penetrated the limit price.
This behavior can be changed by setting IsFillLimitOnTouch to true, in which case the strategy's fill algorithm will consider a limit order filled once price has reached the limit price, but does not necessarily need to trade through the limit price. Note that the strategy will use a more liberal fill algorithm for back-testing purposes only when this is set to true.
See this help guide page about IsFillLimitOnTouch: https://ninjatrader.com/support/help...mitontouch.htm
For realtime trades, you could use the setting 'Enforce Immediate Fills'. This may be turned on under Tools > Options > Trading > Enforce Immediate Fills.
See this help guide page for more information: https://ninjatrader.com/support/help...dingProperties
Let me know if I may assist further.
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
163 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
82 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
125 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
206 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment