VolumeProfileIndicatorValue
StockSharp.Algo.Indicators.VolumeProfileIndicator
The indicator value VolumeProfileIndicator, derived in result of calculation.
继承自: SingleIndicatorValue<IDictionary<decimal, decimal>>
构造函数
VolumeProfileIndicatorValue(IIndicator, DateTime)
The indicator value VolumeProfileIndicator, derived in result of calculation.
- indicator
- Indicator.
- time
- Time
属性
Levels : IDictionary<decimal, decimal>
Embedded values.
方法
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
返回值: Value.