I have a multi-symbol strategy and want to get the average entry price for each symbol. I tried the following:
Positions[0].AvePrice
I get the compile error:
NinjaTrader.Cbi.Position does not contain a definition for AvePrice
How should I get the average entry prices for each symbol for open positions?
Thanks,
Folls

Comment