Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Daily Reset PnL

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

    Daily Reset PnL

    So on playback the Total PnL doesn't reset daily as it does when live trading.
    I want to use a daily MaxLoss so when my Total PnL reach that it will not allow anymore trades for that day, but I can't do that on Playback because the total PnL doesn't reset daily, it just keep accumulating.

    Any work around this with code? make a condition that calculate the Total PnL of everyday, and if that Total PnL when went bellow a certain amount, it turn DailMaxLoss = true;

    #2
    Hello onlinebusiness,

    Thanks for your post.

    Custom Series could be used with offsets to do math and subtract the total PnL from yesterday's PnL to get the current PnL and provided an example of how to set a Daily Loss Limit in a strategy,

    Please see the example script, DailyLossLimitExample, in the forum post linked below for how this would be accomplished.

    https://ninjatrader.com/support/foru...limit-examples

    Note that at the start of a new session (Bars.IsFirstBarOfSession), we reset the currentPnL variable for a new day of trading.

    Let us know if we may assist further.​
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    89 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X