Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

PnL Wrongly calculated

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

    #16
    if(Positions[1].MarketPosition != MarketPosition.Flat && Positions[1].GetUnrealizedProfitLoss(PerformanceUnit.Currency, Close[0])<LossLimit)||
    (Positions[2].MarketPosition != MarketPosition.Flat && Positions[2].GetUnrealizedProfitLoss(PerformanceUnit.Currency, Close[0])<LossLimit)||
    (Positions[3].MarketPosition != MarketPosition.Flat && Positions[3].GetUnrealizedProfitLoss(PerformanceUnit.Currency, Close[0])<LossLimit))

    {
    CloseStrategy("X");
    }

    (loss limit is -1000). closes strategy immediately upon entry of position.... any ideas?

    Comment


      #17
      Hello elliot5,

      Is this from the historical orders?

      Use prints and print these values outside of the condition.

      Print the time of the bar, print LossLimit, print Positions[1].GetUnrealizedProfitLoss(PerformanceUnit.Currency, Close[0]), Positions[2].GetUnrealizedProfitLoss(PerformanceUnit.Currency, Close[0]), and Positions[3].GetUnrealizedProfitLoss(PerformanceUnit.Currency, Close[0]).

      Save the output to a text file and provide the output with your reply.

      Below is a link to a forum post that demonstrates using prints to understand behavior and includes videos.
      Chelsea B.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      85 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      48 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      29 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      67 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X