input:
StartTime(2400);
if getappinfo(airealtimecalc) = 1 then begin
if time = StartTime and barstatus(1) = 2 then begin
value1 = NTCommand("PLACE","Sim101","Sell",0,"limit",close + 1,0,"Day","","Sell"+numtostr(barnumber,0),"","");
value1 = NTCommand("PLACE","Sim101","Buy",10,"limit",close - 1,0,"Day","","Buy"+numtostr(barnumber,0),"","");
end;
end;
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NtDirect Order Fail
Collapse
X
-
NtDirect Order Fail
In the situation where you have consecutive orders and the first one has zero or negative quantity, it seems to nullify the second order. See code below. This does not seem like it should be the appropriate action.
Code:Tags: None
-
Hello,
Thanks for the forum post.
NT by itself does not support order QTY of 0. This could cause issues down the line if NT was to ever come across this.
We do not allow this in our order interfaces, I recommend that you do not allow this in your DLL interface as well.
Thanks for taking the time to report.
-BrettBrettNinjaTrader Product Management
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
369 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
237 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
205 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
290 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
252 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment