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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
477 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 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
255 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
306 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment