Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ATM Strategy OnExecution

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

    ATM Strategy OnExecution

    I am creating a NinjaScript strategy that uses an ATM strategy for position managment. We want to enable multiple entries per direction. The documentation says that EntriesPerDirection is not supported when calling ATM Strategies so I assume I must track these positions within the code.. Will an ATM Strategy fire the OnExecution event?
    Last edited by SystemTrading; 05-16-2009, 10:51 AM.

    #2
    Hello,

    OnExecution should trigger on every filled order. I will have someone confirm this on Monday.

    Remember that you cannot have order in opposing directions at the same time in the same market.
    DenNinjaTrader Customer Service

    Comment


      #3
      Found out it does not trigger. Therefore I am trying to use GetAtmStrategyEntryOrderStatus() to detect fills and manually track entries. Please let me know if you have any better ideas!

      Comment


        #4
        That is correct SystemTrading. OnExecution does not trigger for ATM orders, only for NinjaScript generated orders.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          So is there any way to track positions and profit & loss when I am generating multiple ATM strategies? We want to implement EntriesPerDirection as well as daily stop and profit targets. I've come close, but I do not believe my current code will work properly under certain conditions.

          Comment


            #6
            You just have to keep track of it manually. Run your own counters to track your positions/orders.
            Josh P.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by charlesugo_1, 05-26-2026, 05:03 PM
            0 responses
            57 views
            0 likes
            Last Post charlesugo_1  
            Started by DannyP96, 05-18-2026, 02:38 PM
            1 response
            143 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            161 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            97 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            276 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Working...
            X