Show / Hide Table of Contents

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

| Edit this page View Source

Lower

lower band

Declaration
public ITimeSeries<double> Lower
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

Middle

middle band

Declaration
public ITimeSeries<double> Middle
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

PercentB

%b

Declaration
public ITimeSeries<double> PercentB
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

Upper

upper band

Declaration
public ITimeSeries<double> Upper
Field Value
Type Description
ITimeSeries<double>
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com