Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

launching atm order with different DefaultQuantity

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

    launching atm order with different DefaultQuantity

    NT v7.0

    when launching Atm orders from NT code, i usually want to do 2 contracts, but sometimes only 1

    in initialize(), i set DefaultQuantity=2;

    then later ...

    DefaultQuantity=1;

    atmStrategyIdS = GetAtmStrategyUniqueId();
    orderIdS = GetAtmStrategyUniqueId();
    AtmStrategyCreate(OrderAction.Sell, OrderType.Limit, shortEntry, 0, TimeInForce.Gtc, orderIdS, atmSetup, atmStrategyIdS);

    DefaultQuantity=2;

    but it still launches a 2-contract order.
    what am i missing?

    #2
    ssylwester, this would be expected, the DefaultQuantity setting would have no effect here, it would use whatever is setup and saved for the AtmStrategyTemplate you call from your NinjaScript code, I would suggest preparing 2 different ones for your needs and then call in the AtmStrategyCreate() as needed.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    67 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    59 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    62 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X