NinjaTrader_Ray
01-24-2007, 02:51 AM
There is no method to access the actual fill information of a specific order. At this time, what can be done is check the Position properties such as:
Position.AvgPrice
Position.MarketPosition
Position.Quantity
This will return values based on the strategies total position regardless of signal names. We already have on our list to enhance this by providing a future method(s) to access positions tagged by an entry order signal name.
Ray
Position.AvgPrice
Position.MarketPosition
Position.Quantity
This will return values based on the strategies total position regardless of signal names. We already have on our list to enhance this by providing a future method(s) to access positions tagged by an entry order signal name.
Ray