Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Exit Price

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

    Exit Price

    Hi,

    is there a function to show the exit price of a trade?
    I need to get, for each bar in position the actual profit/loss for that bar, while, when the position is flattened I need to know the exit price.

    Thanks.

    #2
    Hello,

    Quick question when you are flattening the position. How are you doing this? Are you calling ExitLong() or ExitShort by any chance?

    Also there is a way to get this information it is found here. However if it was me and your flattening the position with this method I would simply store the Close[0] price when you call ExitShort to a vraible and then use that variable as the exit price.








    I look forward to assisting you further.

    Comment


      #3
      The position can be flattened either with a stoploss or a simple exitlong/exitshort so I need to know the exact exit price that could be different from the close[0].

      Comment


        #4
        MAX,

        You can use the Trade object Brett linked you to earlier. Then just access the Exit object on it which you can then in turn access the Price property of to get the exit price of your trade.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by TraderBCL, Today, 04:38 AM
        2 responses
        17 views
        0 likes
        Last Post TraderBCL  
        Started by martin70, 03-24-2023, 04:58 AM
        14 responses
        106 views
        0 likes
        Last Post martin70  
        Started by Radano, 06-10-2021, 01:40 AM
        19 responses
        609 views
        0 likes
        Last Post Radano
        by Radano
         
        Started by KenneGaray, Today, 03:48 AM
        0 responses
        5 views
        0 likes
        Last Post KenneGaray  
        Started by thanajo, 05-04-2021, 02:11 AM
        4 responses
        471 views
        0 likes
        Last Post tradingnasdaqprueba  
        Working...
        X