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 Segwin, 05-07-2018, 02:15 PM
    14 responses
    1,788 views
    0 likes
    Last Post aligator  
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    837 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,293 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    13 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    63 views
    0 likes
    Last Post halgo_boulder  
    Working...
    X