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 Barry Milan, Yesterday, 10:35 PM
      5 responses
      17 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by DanielSanMartin, Yesterday, 02:37 PM
      2 responses
      13 views
      0 likes
      Last Post DanielSanMartin  
      Started by DJ888, 04-16-2024, 06:09 PM
      4 responses
      13 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by terofs, Today, 04:18 PM
      0 responses
      12 views
      0 likes
      Last Post terofs
      by terofs
       
      Started by nandhumca, Today, 03:41 PM
      0 responses
      8 views
      0 likes
      Last Post nandhumca  
      Working...
      X