Thanks you for your time and help!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Enter Position On Same Bar When Conditions Are Met
Collapse
X
-
Enter Position On Same Bar When Conditions Are Met
Hey, I'm trying to have the short position opened when the conditions are met. The problem I'm having is that once the conditions are met the short position is opened one the next bar. Is there a way to have this position open on the same bar the condition was met?
Thanks you for your time and help!1 PhotoTags: None
-
Hello xNICK,
Thanks for your post.
When looking at historical trades the strategy would operate as if Calculate.OnbarClose were true and that is the expected behavior (detect condition/place order, order filled on next bar).
For live data, to detect the cross and immediately place the order and fill within the same bar you would need to use the mode of Calculate.OnPriceChange or Calculate.OnEachTick. These modes will cause your script to recalculate on each price change or each tick instead of once per bar. As such you may find that cross conditions can occur and then can uncross while price oscillates within the bar then cross again and uncross, etc, etc, and this can lead to multiple unexpected orders. You would need to code your strategy to prevent this possible re-entry of conditions.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
139 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment