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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        111 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        158 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        78 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X