SharpTrader.SDK - Developer API

IndicatorAttribute Members

The IndicatorAttribute type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match(System.Object) (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Flags
(Default when IndicatorAttribute is used on a class) IndicatorFlags
Public property IsDiscrete
Public property Label
Can be set to override method name as the identifier.
Public property MaxBarCount
Gets or sets

Field Value

the maximum number of bars (candles) that the indicator methods or methods of an indicator class accept.
Public property MinBarCount
Gets or sets

Field Value

the minimum number of bars (candles) that the indicator methods or methods of an indicator class accept.
Public property TypeId (Inherited from Attribute.)