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 ageeholdings, Today, 07:43 AM
        0 responses
        7 views
        0 likes
        Last Post ageeholdings  
        Started by pibrew, Today, 06:37 AM
        0 responses
        4 views
        0 likes
        Last Post pibrew
        by pibrew
         
        Started by rbeckmann05, Yesterday, 06:48 PM
        1 response
        14 views
        0 likes
        Last Post bltdavid  
        Started by llanqui, Today, 03:53 AM
        0 responses
        6 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by burtoninlondon, Today, 12:38 AM
        0 responses
        12 views
        0 likes
        Last Post burtoninlondon  
        Working...
        X