Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Open Positions Profit

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

    Open Positions Profit

    Hello guys! How to check profit of open position or positions? Is it different to check this in OnBarUpdate() or in OnExecution()?

    I wrote smth like this but I think it's not right =)
    Code:
    Performance.LongTrades.TradesPerformance.Points.AvgProfit<0

    #2
    Hello Alexstox,

    You can get the unrealized P&L with: Position.GetProfitLoss and this can be done in OnBarUpdate.
    Here is a link to the help guide on GetProfitLoss: http://www.ninjatrader.com/support/h...profitloss.htm


    Note: If you are using ATM strategy methods, then GetAtmStrategyUnrealizedProfitLoss is more appropriate.
    Here is a help guide link to that section: http://www.ninjatrader.com/support/h...izedprofit.htm


    Please let me know if I can be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, Yesterday, 04:31 AM
    0 responses
    31 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    286 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    283 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    133 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    91 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X