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 frslvr, 04-11-2024, 07:26 AM
      7 responses
      109 views
      1 like
      Last Post caryc123  
      Started by rocketman7, Today, 09:41 AM
      3 responses
      7 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by traderqz, Today, 09:44 AM
      2 responses
      4 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by stafe, 04-15-2024, 08:34 PM
      8 responses
      40 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by rocketman7, Today, 02:12 AM
      7 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X