Click or drag to resize

IndicatorCategory Enumeration

Category of technical indicator.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public enum IndicatorCategory
Members
  Member nameValueDescription
MovingAverage0 Moving average indicator.
TrendIndicator1 Trend indicator.
Oscillator2 Oscillator.
BandIndicator3 Indicator that has bands.
VolumeIndicator4 Volume indicator.
Correlator5 Correlator.
Predicate6 Predicate.
BasicFunction7 Basic function.
RangingIndicator8 Ranging method.
Predictor9 Indicator predict next value of supplied series.
Comparator10 Comparator. Compares two sequences in some sense.
BurstDetection11 BurstDetection. Detect bursts in some sense.
See Also