Announcement

Collapse
No announcement yet.

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.

    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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          602 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          347 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          560 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          559 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X