Thread: Trade Entry Price

Results 1 to 5 of 5

  1. #1

    Default Trade Entry Price

    Hi ... need to access the entry price of an executed trade from within my code. what function do I use to achieve this? thank you!
  2. #2

    Default

    Hello,

    If this is for a particular order, you can track this information by accessing the IOrder object:
  3. #3

    Default

    thank you Matthew ... can you give me an example on how I access the filled price?
  4. #4

    Default

    This is the Filled Price for the position.

    If you're instead looking for the execution price of a single order, you can use OnExecution to get the IExecution property .Price
  5. #5

    Default

    Have you ever find this answer? because I look for entry price function of the order all over but could not find the answer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts