How can I retrieve the filled price of a specific position in a multiple positions strategy?
For instance:
EnterLong("Entry 1");
EnterLong("Entry 2");
EnterLong("Entry 3");
How can I get the filled price of these 3 positions individually? Please don't pay attention as to why would I open 3 positions at the same time, this is just for the purpose of the example.
Thank you very much

Comment