| StrategyVolumeProfileIndicator Constructor (MZpackStrategyBase, String) |
Returns new MZpack VolumeProfile indicator instance
Namespace:
MZpack.NT8.Algo.Indicators
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public StrategyVolumeProfileIndicator(
MZpackStrategyBase strategy,
string UIName
)
Parameters
- strategy
- Type: MZpack.NT8.AlgoMZpackStrategyBase
Custom strategy instance - UIName
- Type: SystemString
Name of indicator as it's shown in UI
See Also