Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NtDirect Order Fail

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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:
    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;

    #2
    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.

    -Brett

    Comment


      #3
      Thanks Brett. I will review all of my code to make sure there are no circumstances where the quantity can be zero on order placement.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ghoul, Today, 06:02 PM
      3 responses
      14 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      44 views
      0 likes
      Last Post jeronymite  
      Started by Barry Milan, Yesterday, 10:35 PM
      7 responses
      20 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by AttiM, 02-14-2024, 05:20 PM
      10 responses
      180 views
      0 likes
      Last Post jeronymite  
      Started by DanielSanMartin, Yesterday, 02:37 PM
      2 responses
      13 views
      0 likes
      Last Post DanielSanMartin  
      Working...
      X