IndicatorsBase Members
The IndicatorsBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Calculate(CloseIndicatorInstance, IReadOnlyList<(Of <<'(CloseQuote>)>>)) | |
|
|
Calculate(OhlcIndicatorInstance, IReadOnlyList<(Of <<'(OhlcBar>)>>)) | |
|
|
Calculate(TransformIndicator, IReadOnlyList<(Of <<'(Double>)>>)) | |
|
|
EMA |
Exponential Moving Average.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
NoiseOff | |
|
|
NoiseOn | |
|
|
SMA |
Simple moving average
|
|
|
SmoothedMA |
Smoothed Moving Average. EMA with alpha = 1/N.
|
|
|
ToString | (Inherited from Object.) |
|
|
WMA |
Weighted Moving Average
|
Properties
| Name | Description | |
|---|---|---|
|
|
Close | |
|
|
CustomData | |
|
|
Discretize | |
|
|
Discretizer | |
|
|
High | |
|
|
Low | |
|
|
MinimumBarCount |
Gets the minimum bar count.
|
|
|
Noised | |
|
|
Open |

