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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    65 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    139 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X