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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      99 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      24 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      35 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      38 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X