Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Default fill setting for market orders
Collapse
X
-
Got it.Originally posted by NinjaTrader_RyanM View PostHello cgeorgan,
In backtesting, market orders will fill on the next bar open after the condition evaluates true.
So to be clear, in backtesting a condition that evaluates "true" through the OnBarUpdate method will submit a market order on the open of the subsequent bar;
In live testing, a condition that evaluates "true" through the OnBarUpdate method will submit a market order on the bar that was updated (i.e. immediately)?
Comment
-
Yes, that's correct.
In a live environment, this can change depending on CalculateOnBarClose property.
True: Works like backtesting. Orders are submitted on the next bar following the condition.
False: Orders are submitted as soon as conditions are true.Ryan M.NinjaTrader Customer Service
Comment
-
Perfect explanation, TY.Originally posted by NinjaTrader_RyanM View PostYes, that's correct.
In a live environment, this can change depending on CalculateOnBarClose property.
True: Works like backtesting. Orders are submitted on the next bar following the condition.
False: Orders are submitted as soon as conditions are true.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
89 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
92 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
70 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
64 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment