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