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 Waxavi, Today, 02:10 AM
          0 responses
          6 views
          0 likes
          Last Post Waxavi
          by Waxavi
           
          Started by TradeForge, Today, 02:09 AM
          0 responses
          11 views
          0 likes
          Last Post TradeForge  
          Started by Waxavi, Today, 02:00 AM
          0 responses
          2 views
          0 likes
          Last Post Waxavi
          by Waxavi
           
          Started by elirion, Today, 01:36 AM
          0 responses
          4 views
          0 likes
          Last Post elirion
          by elirion
           
          Started by gentlebenthebear, Today, 01:30 AM
          0 responses
          5 views
          0 likes
          Last Post gentlebenthebear  
          Working...
          X