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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      144 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      71 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X