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 kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    13 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    59 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    41 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    47 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    38 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X