Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Combining ATM Strategy and Ninjascript

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

    Combining ATM Strategy and Ninjascript

    I have a ninjascript strategy running that will enter my orders at the right time but I want to combine that with an ATM strategy that will set my profit and stop loss points. I can't get them to run together, any help would be appreciated

    #2
    Mickslash, welcome to our forums here - which exact issues do you face when attempting to call the ATM templates for exit management? I suggest you closely work along side our 'SampleAtmStrategy' installed per default with NT. Please also keep in mind those can't be backtested then and that you need to call the exact template name as saved / setup in the DOM or ChartTrader.

    Comment


      #3
      Thanks for your response. When I am running a ninjascript strategy I have the DOM window opened with my ATM template picked. When my ninjascript enters an order the ATM template is not activated for the order. Do these not work together.

      Comment


        #4
        You would need to explicitly call the AtmStrategyCreate() in your NinjaScript strategy as shown in the 'SampleAtmStrategy' code I referred you to, simply selecting the template on the DOM is not sufficient for the NinjaScript strategy to pick it up as means to manage the exits.

        Comment


          #5
          Bertrand,
          I guess I need more of an explanation for this issue. I have also created a strategy using the Strategy Wizard. Can I call on a ATM strategy from the Wizard or do I have to do something else?
          Some detail would be helpful
          Thanks

          Comment


            #6
            Riverend, unfortunately you can't call ATM templates for exit management from the wizard - this will need to be done by custom coding as shown for example in the SampleAtmStrategy code I referred you to. You basically call the AtmStrategyCreate() in your code instead of for example the regular Enter() method, then you can define which ATM template to call to manage the exits for this entry.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            39 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            18 views
            0 likes
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            25 views
            1 like
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            41 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            34 views
            0 likes
            Last Post CarlTrading  
            Working...
            X