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 NullPointStrategies, Today, 05:17 AM
      0 responses
      51 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      128 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X