Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Running Multiple Instances of the Same Strategy on the Same Chart/Data Series

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

    Running Multiple Instances of the Same Strategy on the Same Chart/Data Series

    Hello,

    I'm trying to run multiple instances of the same strategy on the same chart. Each one is programmed to take an entry at a different fibonnaci level, so I'm just slightly changing the settings on each strategy.

    The problem is when i run all of them, it only seems to take one trade at a time. Ideally, it would be taking up to 4 entries as the price extends to certain fibonnaci levels.

    Is there a way to do this so each iteration of the strategy can take an entry simultaneously?


    Thanks,
    Kyle

    #2
    Hello kylef,

    Each strategy instance is completely separate. If a strategy is not placing orders, its because of the logic in the code.
    Use prints to understand behavior.


    In a single script to place multiple entries, set EntriesPerDirection to 4 and use unique signal names.
    https://ninjatrader.com/support/help...rdirection.htm
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Awesome thank you Chelsea!!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      241 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      157 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      165 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      248 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      199 views
      0 likes
      Last Post CarlTrading  
      Working...
      X