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.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SantoshXX, Today, 03:09 AM
    0 responses
    11 views
    0 likes
    Last Post SantoshXX  
    Started by DanielTynera, Today, 01:14 AM
    0 responses
    2 views
    0 likes
    Last Post DanielTynera  
    Started by yertle, 04-18-2024, 08:38 AM
    9 responses
    41 views
    0 likes
    Last Post yertle
    by yertle
     
    Started by techgetgame, Yesterday, 11:42 PM
    0 responses
    12 views
    0 likes
    Last Post techgetgame  
    Started by sephichapdson, Yesterday, 11:36 PM
    0 responses
    2 views
    0 likes
    Last Post sephichapdson  
    Working...
    X