PDA

View Full Version : Trade Entry Price



cofioqhz43
07-02-2016,
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! http://ninjatrader.com/support/forum/images/smilies/smile.png

csqpltmm32
07-04-2016,
Hello,

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

cypefaice
07-04-2016,
thank you Matthew ... can you give me an example on how I access the filled price?

Danielei
07-06-2016,
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

Darrelfer
07-06-2016,
Have you ever find this answer? because I look for entry price function of the order all over but could not find the answer