Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy will not Enable - version .16 - using Replay Connection

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

    Strategy will not Enable - version .16 - using Replay Connection

    I have tried both the Replay Connection and Simulated connection to get a strategy enabled that was running just fine throughout the normal day.

    Using 7.0.0.16

    Here is what I did:

    1) Removed all strategies
    2) Connected to replay feed - charts look good
    3) Started the replay.
    4) Added my strategy using New Strategy - indicating that is is on the Replay101 account.
    5) In the list, it says Account="Replay101", Connection="Markey Replay"
    6) Right-click over that strategy. Select Enable. I get the Order Confirmation.
    7) It does NOT check the enable box, nor does the Strategy name change colors to either green or yellow.
    8) I even tried checking the Enabled checkbox - but it still does not activate.

    I was hoping to continue testing the strategy this weekend with the replay option for StopLoss exits - but don't see a way to do that.

    #2
    bobcat70,

    Can you please check your Control Center log tab for errors? Can you please try with SampleMACrossOver?
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Josh, thanks for reply. There was a problem - I was attempting to set a StopLoss when a trade was not open. I solved it by doing this:

      if (!newTrade && Position.MarketPosition != MarketPosition.Flat)
      {
      SetStopLoss(signalName,CalculationMode.Ticks,atrVa lue,
      false);
      Print(
      "Setting Stop Loss: "+atrValue);
      }

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      596 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      554 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X