Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ATM Strategy Cancel Order After 1 bar
Collapse
X
-
Hi babouin77, I moved the post to a new topic since the other one was a year old:
https://ninjatrader.com/support/forum/node/1220868
We do not have an existing example of this but the methods are all documented to accomplish it. The documentation here has an example on how to use GetAtmStrategyEntryOrderStatus to first read the status fo the entry order, and if its working, cancel it using AtmStrategyCancelEntryOrder():
To add onto the condition to check if at least one bar has passed you can save a class level variable, setting it to the CurrentBar value when you submit the entry order, and cancel if the next CurrentBar == SavedValue+1.
Kind regards,
-ChrisL
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
15 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
42 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment