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 DJ888, Yesterday, 10:57 PM
          0 responses
          6 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by MacDad, 02-25-2024, 11:48 PM
          7 responses
          158 views
          0 likes
          Last Post loganjarosz123  
          Started by Belfortbucks, Yesterday, 09:29 PM
          0 responses
          7 views
          0 likes
          Last Post Belfortbucks  
          Started by zstheorist, Yesterday, 07:52 PM
          0 responses
          7 views
          0 likes
          Last Post zstheorist  
          Started by pmachiraju, 11-01-2023, 04:46 AM
          8 responses
          151 views
          0 likes
          Last Post rehmans
          by rehmans
           
          Working...
          X