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, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X