Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ATM PnL Question

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

    ATM PnL Question

    Hi All,

    I'm trying to access the Realized PnL in a strategy using the SIM101 account.

    The realized PnL shows up in SuperDom but when I try to call it using;

    GetAtmStrategyRealizedProfitLoss(atmStrategyId);

    all I get is "0" in the output window. All the other AtmStrategy info like position, quantity, or price show up fine.

    Does this function work in the SIM101 account? Or am I missing something?

    Thanks in advance.

    #2
    Hello sheimdal,

    Thank you for your post.

    The GetAtmStrategyRealizedProfitLoss() method can pull the PnL of a closed trade by it's AtmStrategyId. For the currently open positions PnL you can use GetAtmStrategyUnrealizedProfitLoss(): http://www.ninjatrader.com/support/h...izedprofit.htm

    Comment


      #3
      Patrick,

      Thanks for the quick reply!

      Yes, I can do those things you mention. However using ninjascipt I want to access the accumulated PnL that is shown in the SuperDOM when there is no open order. I can't figure it out. Everything I try returns 0.

      Comment


        #4
        sheimdal, the script would only know of it's own placed ATM's and would not be able to access for example manually started ATM's generically. For the account's realized Pnl (account which your strategy is running on) in realtime you can directly work with the GetAccountValue -

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        67 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        149 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        99 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X