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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
83 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
90 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
70 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
84 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
61 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment