Class IndicatorsVolatility._BollingerBands
Container for Bollinger Band result
Inheritance
object
IndicatorsVolatility._BollingerBands
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class IndicatorsVolatility._BollingerBands
Fields
| Improve this Doc View SourceLower
lower band
Declaration
public ITimeSeries<double> Lower
Field Value
Type | Description |
---|---|
ITimeSeries<double> |
Middle
middle band
Declaration
public ITimeSeries<double> Middle
Field Value
Type | Description |
---|---|
ITimeSeries<double> |
PercentB
%b
Declaration
public ITimeSeries<double> PercentB
Field Value
Type | Description |
---|---|
ITimeSeries<double> |
Upper
upper band
Declaration
public ITimeSeries<double> Upper
Field Value
Type | Description |
---|---|
ITimeSeries<double> |