Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy won't enable in Market Playback

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

    Strategy won't enable in Market Playback

    Hi,

    I have a strategy that works in Sim101 or Live mode but when I try to do some testing in Market Playback I can add strategy to chart but won't let me enable .. the box to tick is grayed out.
    The strategy is in the control center but I can't enable it.... I try the sample strategies and they are ok... is there some change in code required? The data is there as the charts are running in playback from data I downloaded...I'm just testing using 1 data series and no other workspaces are open....just my playback workspace.

    I have this in the OnBarUpdate method..

    if (CurrentBar < BarsRequiredToTrade)
    return;

    and is set to the default value of 20...

    I can't find much information in forum and/or videos...

    Is it something related to the connection? I know how to disconnect from my Live/Sim101 connection and then connect to Playback that's all good...


    I'm also using the latest version of NT8 desktop..

    Thanks if anyone can help...​
    Last edited by traderhawk; 12-08-2024, 06:44 AM.

    #2
    Hello traderhawk,

    Are you adding a completely new instance of the strategy? If you have an already applied instance that was used for a different account that won't work in playback, you need to remove it from the control center strategies tab and re add it again before it can be enabled.

    Comment


      #3
      Thanks for contact...was a good point you made... I figured it out.. After adding the strategy to the chart the account was still set as SIM101 so just needed to change to Playback101 ..works fine now.. But I would have thought it would know that and make that change for you....

      Comment

      Latest Posts

      Collapse

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