SharpTrader.SDK - Developer API

Sharpshooter.SDK.Indicators Namespace

Classes


  Class Description
Public class CloseIndicatorInstance
Public class DefaultDiscretizer
Public class IndicatorAttribute
Indicates that method represents an indicator calculation.
Public class IndicatorClassAttribute
Identifies a class as containing indicators with IndicatorClassFlags.
Public class IndicatorHelpers
Indicator-like transformations that are consumed by actual indicators and other functionality.
Public class IndicatorInstanceBase
Public class IndicatorParameterAttribute
Defines input that methods of an indicator class expect in addition to bar count. Do not use this attribute if no additional input is needed.
Public class IndicatorsBase
Base class for classes that implement indicators.
Public class NullDiscretizer
Public class OhlcAdvancedIndicatorInstance
Wraps instance of class representing an advanced indicator, i.e., one that has state
Public class OhlcIndicatorInstance
Public class TransformIndicator
Public class ValueRangeAttribute
Defines known value range that an indicator can take.

Enumerations


  Enumeration Description
Public enumeration IndicatorClassFlags
Describes type of input quotes that indicators of an indicator class use.
Public enumeration IndicatorFlags
Describes special characteristics of an indicator method.
Public enumeration ParameterType
Identifies the type of additional input that methods of an indicator class expect.
Public enumeration ValueRangeType
Defines known value range that an indicator can take.