– Added functionality in mzVolumrProfile API for backtesting.
To get access to indicator’s data in Historical mode, add this code:
// See MZpackCustomStrategy0.cs sample
if (State==State.DataLoaded)
{
myVolumeProfileIndicator.ModelIncrementRefresh = ModelIncrementRefresh.HistoricalRealtime;
...
– Added sample on basic VolumeProfile API and backtesting support. See MZpackCustomStrategy0.cs
– Fix of 3.14.16 Pro beta ‘feature’. Indicator requires Calculate = Calculate.OnEachTick to be set to process data.
– Fix. IVolumeProfile.Deviation property is not set.