OhlcDataRoutines Class |
Namespace: Arction.CustomControls.Trader.WPF.Routines
The OhlcDataRoutines type exposes the following members.
| Name | Description | |
|---|---|---|
| OhlcDataRoutines | Initializes a new instance of the OhlcDataRoutines class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetCloseValuesFromOhlcData |
Gets Close values from data.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetHighValuesFromOhlcData |
Gets High values from data
| |
| GetLowValuesFromOhlcData |
Gets Low values from data
| |
| GetMinimumIntervalSeconds |
Gets data interval in seconds.
If there are gaps in the data, e.g. non-trading days, it removes their affect, and targets in the actual trading days.
| |
| GetOpenInterestValuesFromOhlcData |
Gets Open Interest values from data
| |
| GetOpenValuesFromOhlcData |
Gets Open values from data
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVolumeValuesFromOhlcData |
Gets Volume values from data
| |
| GetXValuesAsXAxisValues |
Get X values as XAxis values from given OHLC data.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |