Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Combining Strategies

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

    Combining Strategies

    Hello!

    I need an advice for how to combine two strategies into one strategy.
    I plan to merge two strategies into one. The idea is to be able switch between strategy signals based on recent performance of the one.
    For example a combined strategy starts with the signal from the first strategy. When position is closed by 1st strategy signal then the combined strategy will compare 1st and 2nd strategy performance. The 2nd strategy at that time will be in simulated mode - its performance has to be tracked by the code. The challenge here is how to track 2nd strategy performance running of which is simulated?
    I'm looking for a solution with minimal coding as I realize that can be done with a lot of coding by manually tracking simulated entries and exits.

    Thank you.

    #2
    Hello Corrado,

    Strategies can only be applied to one account. There's no way to conditionally change the account it's running against.

    It seems like you're aware of an alternative here - programming your own simulation engine, but this would be a complex project to code.

    What you may consider is running two versions of the strategy.
    One version runs on simulated account no matter what.
    The other version will run on a live account and stop the strategy once your loss limits are hit. This sample can help with setting this up.
    Halting a Strategy Once User Defined Conditions Are Met
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      NinjaTrader_RyanM, Thank you.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      606 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      353 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      560 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      561 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X