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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      163 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      81 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      125 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      206 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      184 views
      0 likes
      Last Post CarlTrading  
      Working...
      X