Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AddOn Development: autoselected ATM strategy

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

    AddOn Development: autoselected ATM strategy

    Hello everyone. Sometimes it's a distraction to apply an ATM strategy on a chart. I want to develop an Add On that applies an ATM strategy, exactly as the current functionality under Positions tab of the Control Center where the user basically selects the position > apply ATM strategy >[list of strategies].

    The function I found that I could use is StartATMStrategy() https://ninjatrader.com/support/help...gy_methods.htm

    The problem is this note:

    Critical: The "name" argument on the CreateOrder() method MUST be named "Entry" for the ATM Strategy to be started successfully.

    When the user manually opens a position the order's name is an empty string "", so obviously it gets rejected if I try to pass it on to StartATMStrategy().

    Also tried to modify the order's name, but didn't work. There must be a flag to void name modification or something.

    Any ideas of how I could achieve this?

    thanks!

    #2
    Hello merengano,

    Thank you for your post.

    You'd want to create your own button for the user to press that when pressed, submits an order using StartAtmStrategy() with the order name being Entry.

    An example of this may be found in our AddOn Framework NinjaScript Basic from this page of our help guide:



    The behavior of the buttons when pressed is around line 930 in the code there.

    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Ok, that's a good example.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      581 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      338 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      552 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X