Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Setting Max Daily Loss in Strategy Wizard

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

    #16
    Decoda,

    Let's break down the condition you have here.

    if(RealizedPnL <= -900)

    This would read out as if RealizedPnL is less than or equal to -900 then place trades

    However, less than -900 is -901, -902 and so on.

    You want this to have if(RealizedPnL >= -900) then place trades.
    Cal H.NinjaTrader Customer Service

    Comment


      #17
      Cal,
      Thanks, I think I found the problem. I put it in like you said and it does work. It's just the backtester doesn't appear to reset the daily PnL at end of day. The strategy runs until I hit my max loss (cumalitively speaking, not day to day). I can backtest in market replay and it looks look it would work live, as long as I don't leave it running overnight (which I didn't plan on anyway). Appreciate the help.

      Comment


        #18
        Hello decoda,

        Thank you for your response.

        The PnL would not be reset over the backtest. In real-time trading and Market Replay it will reset when you disable the strategy or disconnect and re-enable the strategy after reconnecting.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        21 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        120 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        63 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        45 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X