TA-Lib : Technical Analysis Library

Variable Members

Variable overview

Public Static (Shared) Operators

Addition OperatorAdd two variables.
Division OperatorDivide each value of the variable by a double.

Public Instance Fields

ApplyConvenient access object allowing to transform this variable.
TimestampsArray of Timestamps. Accessible with index that range from 0 to Length-1 when Length >= 1 The index range is base on the common range of the parent timeseries.
ValuesArray of Values. Accessible with index that range from 0 to Length-1 when Length >= 1 The index range is base on the common range of the parent timeseries. For access to the floating point representation use intead the [] operator of the variable.

Public Instance Properties

InterpolationSpecify how missing values are calculated on interpolation.
ItemAccess to the floating point representation of the values belonging to this Timeseries.
NameReturn a string identifier for this variable. The name is unique among all the variables belonging to the same Timeseries.
ParentThe Timeseries to which this variable belong.

Public Instance Methods

ConvertPeriodOverloaded. Compress or expand one variable to a different periodicity. The new variable is returned in a new Timeseries.
CreateBarCreate a new timeseries with Open, High, Low, Close variables at the specified period. Data compression and expansion will take place when needed e.g. a variable that is of period of 1 second can be compress into hourly bar.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
setValueOverloaded. Change or add a floating-point representation at the specified moment in time.
SmaSimple Moving average
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Variable Class | TA.Lib Namespace