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 syntax

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

    Exit price syntax

    Hi, I am using Position.AvgeragePrice to know the entry price. I need also the exit price. What would be the syntax for the exit price?

    Thanks

    #2
    Hello 2Look4me,

    Thank you for the post.

    To know the exit price you would generally need to use the OnOrderUpdate or OnExecution override to catch the exit execution by its name. You can find an example of finding a target in the following link. Finding an exit order would be the same concept to find the order by its name in the override. The OnExecution override can be used if you wanted to only know the price once the exit had filled. OnOrderUpdate can be used to track the order from when it starts and get a variable for the order in question.




    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks Jesse for the reply. Although I would like to use the exit price as part of my script rather than just printing the value. I'm already using Position.AveragePrice in the script, but would like to use the exit price as well in the script.

      Comment


        #4
        Hi 2Look4me,
        You are so close with the tip from Jesse ...
        In OnExecutionUpdate(), you can call "Print(execution.ToString());" to print everything, including the "price".
        Of course, you can do more than just printing. If you want to use "price" in your strategy, consider to declare a global variable (double).
        In OnExecutionUpdate(), set your global variable to "price".
        Then use it in your strategy or/and print just that variable instead of everything.
        NT-Roland

        Comment


          #5
          One of the most frequent topics here and everywhere the market is discussed, is exit strategy. Everyone seems to have one (whether it works or not) and frankly I have no idea how they're doing it. So either I just have a glaring weakness or most Tutuapp 9Apps Showbox people are full of ****.
          Last edited by julleybrake; 07-11-2021, 12:24 PM.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by fwendolynlpxz, Today, 05:19 AM
          0 responses
          3 views
          0 likes
          Last Post fwendolynlpxz  
          Started by traderqz, Yesterday, 12:06 AM
          11 responses
          28 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by PaulMohn, Today, 03:49 AM
          0 responses
          8 views
          0 likes
          Last Post PaulMohn  
          Started by inanazsocial, Today, 01:15 AM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by rocketman7, Today, 02:12 AM
          0 responses
          11 views
          0 likes
          Last Post rocketman7  
          Working...
          X