Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trade Count

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

    #16
    Hello zachj,

    Thank you for your update on this item.

    Can you provide screenshots of these trades on the Chart tab and the Trades tab of the Strategy Analyzer that are not exiting as intended through the StopStrategy() method?

    I look forward to your response.

    Comment


      #17
      Awwha! I see now. When trades starting closing out due to the loss limit being breached the unrealized PnL of those trades become realized PnL. So the unrealized negative PnL total keeps adjusting allowing the other trades to remain open.

      So instead of just...
      if (unrlzdPnl <= -1000)

      I needed to have...
      if (unrlzdPnl + (Performance.AllTrades.TradesPerformance.Currency. CumProfit - priorTradesCumProfit) <= -1000)

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      646 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      367 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      107 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      569 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X