Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ATM strategy called
Collapse
X
-
Hello babouin77,
Thanks for your note.
No, changing the type of entry order that is submitted will not change how the AtmStrategyCancelEntryOrder() method functions.
You must add debugging prints to your modified script to understand exactly why the order is not being canceled.
The sample strategy will cancel an entry order using AtmStrategyCancelEntryOrder() when the status of the entry order is "Working" and 1 bar has elapsed since the entry order was placed.
If the entry order is not being canceled, it is likely that the condition to cancel the entry order is not true.
Print out the status of the entry order in your script, as seen in the example script, and view the NinjaScript Output window when the entry order is submitted. What is the status of the entry order in the Output window print?
If the status is anything other than "Working", the condition to cancel the entry order will not become true. You would then need to modify your condition to check for the proper status of the entry order when it is submitted.
For example, if the entry order is in a state of "Accepted", this is not considered a "Working" state so the condition would not be true. The condition would then need to be modified the check if the status is "Accepted" if that is what the status of the entry order is in when it is submitted.
See this help guide page for more information about GetAtmStrategyEntryOrderStatus(): https://ninjatrader.com/support/help...rderstatus.htm
Below is a link to a forum post that demonstrates how to use prints to understand behavior.
https://ninjatrader.com/support/foru...121#post791121
Let me know if I may assist further.Last edited by NinjaTrader_BrandonH; 10-26-2022, 08:03 AM.<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>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
93 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
138 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
123 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
73 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment