IndicatorCategory Enumeration |
Category of technical indicator.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public enum IndicatorCategory
Members
| Member name | Value | Description |
---|
| MovingAverage | 0 |
Moving average indicator.
|
| TrendIndicator | 1 |
Trend indicator.
|
| Oscillator | 2 |
Oscillator.
|
| BandIndicator | 3 |
Indicator that has bands.
|
| VolumeIndicator | 4 |
Volume indicator.
|
| Correlator | 5 |
Correlator.
|
| Predicate | 6 |
Predicate.
|
| BasicFunction | 7 |
Basic function.
|
| RangingIndicator | 8 |
Ranging method.
|
| Predictor | 9 |
Indicator predict next value of supplied series.
|
| Comparator | 10 |
Comparator. Compares two sequences in some sense.
|
| BurstDetection | 11 |
BurstDetection. Detect bursts in some sense.
|
See Also