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 CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    12 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    118 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    170 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    88 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    131 views
    0 likes
    Last Post cmoran13  
    Working...
    X