Thanks!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NT8 Equivalent - CancelAllOrders()
Collapse
X
-
NT8 Equivalent - CancelAllOrders()
In NT7 I used CancelAllOrders() in a strategy. I cannot find on the forums or in code where the equivalent method is. If it doesn't exist, is there a preferred way to cancel all orders for a strategy?
Thanks!Tags: None
-
Hello thomaspartyof10,
Thanks for opening the thread.
CancelAllOrders() is available under the Account object. This will cancel all orders on the account, not limited to the strategy.
This method is documented here: https://ninjatrader.com/support/help...lallorders.htm
For cancelling orders for a strategy itself, I would recommend tracking the orders with Order objects and cancelling those orders with your own method that will call CancelOrder() for each of those orders. The SampleOnOrderUpdate strategy for NT8 demonstrates how such a method can be created and how Order objects can be used.
CancelOrder() - https://ninjatrader.com/support/help...ancelorder.htm
SampleOnOrderUpdate - https://ninjatrader.com/support/foru...ead.php?t=7499
Also worth mentioning is the CloseStrategy() method that will cancel order and close open positions of that strategy.
CloseStrategy() - https://ninjatrader.com/support/help...sestrategy.htm
Please let me know if I may be of further help.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment