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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    94 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    49 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    31 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    71 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X