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 Jon17, Today, 04:33 PM
      0 responses
      1 view
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      5 views
      0 likes
      Last Post Javierw.ok  
      Started by timmbbo, Today, 08:59 AM
      2 responses
      10 views
      0 likes
      Last Post bltdavid  
      Started by alifarahani, Today, 09:40 AM
      6 responses
      41 views
      0 likes
      Last Post alifarahani  
      Started by Waxavi, Today, 02:10 AM
      1 response
      20 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Working...
      X