![]() Addition Operator | Add two variables. |
![]() Division Operator | Divide each value of the variable by a double. |
Apply | Convenient access object allowing to transform this variable. |
Timestamps | Array 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. |
Values | Array 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. |
Interpolation | Specify how missing values are calculated on interpolation. |
Item | Access to the floating point representation of the values belonging to this Timeseries. |
Name | Return a string identifier for this variable. The name is unique among all the variables belonging to the same Timeseries. |
Parent | The Timeseries to which this variable belong. |
ConvertPeriod | Overloaded. Compress or expand one variable to a different periodicity. The new variable is returned in a new Timeseries. |
CreateBar | Create 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. |
setValue | Overloaded. Change or add a floating-point representation at the specified moment in time. |
Sma | Simple Moving average |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
Variable Class | TA.Lib Namespace