Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ATM strategy Code

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

    ATM strategy Code

    Hello,


    1.
    In atm strategy, by get unique orderid, use string myId = GetAtmStrategyUniqueId();
    can I use this orderid(myId) for OnOrderUpdate() in the same strategy?

    2.
    I found that in other strategies on the same chart, I can also get whether the order is filled or working by orderId in ATMStrategy,
    But can't get ATMStrategyId (always not retrieved),

    Am i right?

    #2
    Hello jetheil2,

    ATM's strategies are external to a NinjaScript strategy so you won't have OnOrderUpdate or OnExecutionUpdate events. The only ways to interact with the ATM would be the following items: https://ninjatrader.com/support/help...gy_methods.htm

    When using the other standard strategy methods from the managed or unmanaged appraoch you will be able to see the order events.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    66 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    141 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    76 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    47 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    51 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X