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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
134 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
67 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment