Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Order Status handlers called with ATM?

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

    Strategy Order Status handlers called with ATM?

    My strategy creates an ATM order everything works as expected. However would like to get the handlers called for OnPositionUpdate(), OnExecutionUpdate(), OnOrderUpdate() within the Strategy and they are never called.

    I have an AddOn which is getting these handlers called. Is there some flag to enable them to be called in the Strategy or is the variance that they are ATM based causing the handlers not to be called?

    When changes are made in the ATM stop/target want the Strategy to know about them..

    Thx.

    -Jim

    #2
    Hello Jim,

    When using Atm Strategy methods, the NinjaScript Strategy will no longer be managing these orders and instead these are managed by the Atm. This means the strategy will not be able to see any orders placed through Atm Strategy methods. Think of these as orders that are placed manually.

    Below is a link to the help guide on Atm Strategy methods.


    To view the status of a position created by AtmStrategyCreate() use GetAtmStrategyMarketPosition(), GetAtmStrategyPositionAveragePrice(), and GetAtmStrategyPositionQuantity().
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Ok thanks for the reply. At worst guess my AddOn can let the Strategy know what is happening if needed..

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      62 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      134 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      75 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      50 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X