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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    58 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    34 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    197 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    362 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    282 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X