Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Cancelling Orders with COMMAND not working
Collapse
X
-
Cancelling Orders with COMMAND not working
I am making BUY SELL calls through my own software using DOS commands which are faster than using the Place function which is part of the dll infrastructure. But, because of this, I believe I have run into difficulty in cancelling orders using the COMMAND function. I continue to get a VALUE# error when entering the required parameters including the Order ID. I believe that the only way it will work is if the order was placed through the PLACE command and it must have associated with it a valid strategy ID that was entered as part of the PLACE execution. Is there any way around this problem or do I have to sit down and reprogram again. Perhaps there is another function other than COMMAND that can be used to cancel an order.Tags: None
-
sdruley, correct the order id has to match the one assigned through the PLACE call, or if you've assigned /executed an ATM strategy as well, you could reference the order through the name directly (TARGET1 for example).
There's a CANCELALLORDERS as well available, but likely not optimal for your case so reprogramming to take the above into consideration would be best I feel.
Comment
-
You can simply keep this list as reference handy as you program your interface - http://www.ninjatrader.com/support/h.../functions.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
72 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment