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 cmoran13, 04-16-2026, 01:02 PM
      0 responses
      77 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      45 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      168 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      101 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      165 views
      2 likes
      Last Post CaptainJack  
      Working...
      X