Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can You Name an ATM Used by an Automated Strategy Anything You Want?

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

    Can You Name an ATM Used by an Automated Strategy Anything You Want?

    hello all, and thanks in advance for any help.

    I have been experimenting with using the SampleATM strategy that comes with NT.

    However, there is a comment in the code that says

    "**** YOU MUST HAVE AN ATM STRATEGY TEMPLATE NAMED 'AtmStrategyTemplate' CREATED IN NINJATRADER (SUPERDOM FOR EXAMPLE) FOR THIS TO WORK ****"

    Does this mean that only an ATM strategy specifically named 'AtmStrategyTemplate' will work?

    Or does this mean that if you change around the code for using an ATM, replacing ' 'AtmStrategyTemplate' with 'DivergenceATM' it will also work?

    I'd like to be able to name the ATM's that get used by automated strategies whatever I want. That would make it easier to pick apart which strategies are being used by which ATM's they employ.

    #2
    Hello outstretchedarm,
    Any atm template will work. Just make sure a template with that same name is present.

    Thus if you have a atm template named DivergenceATM the just change the name to it.

    Thus the code will look like

    Code:
    AtmStrategyCreate(Cbi.OrderAction.Buy, OrderType.Limit, Low[0], 0, TimeInForce.Day, orderId, [B]"DivergenceATM"[/B], atmStrategyId);
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      excellent. let me work with it some

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      67 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      41 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      24 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      27 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      53 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X