Question: Will routines such as:
Position.AveragePrice
Position.GetUnrealizedProfitLoss(PerformanceUnit.C urrency, Close[0])
return the correct value within the Strategy Analyzer?
I've written some code utilizing these procedures. They work as expected during Playback mode, returning the correct value. However, when the same code is in the Strategy Analyzer, it appears these procedures return zero values.
Would this be the current behavior? Thanks,

Comment