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 Tim-c, Today, 02:10 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      2 views
      0 likes
      Last Post Taddypole  
      Started by chbruno, 04-24-2024, 04:10 PM
      4 responses
      50 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      10 responses
      400 views
      1 like
      Last Post beobast
      by beobast
       
      Started by lorem, Yesterday, 09:18 AM
      5 responses
      25 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X