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 alifarahani, Today, 09:40 AM
      6 responses
      31 views
      0 likes
      Last Post alifarahani  
      Started by Waxavi, Today, 02:10 AM
      1 response
      17 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by Kaledus, Today, 01:29 PM
      5 responses
      14 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by Waxavi, Today, 02:00 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by gentlebenthebear, Today, 01:30 AM
      3 responses
      17 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X