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