Click or drag to resize

OhlcDataRoutinesGetOpenInterestValuesFromOhlcData Method

LightningChart .NET Help
Gets Open Interest values from data

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static double[] GetOpenInterestValuesFromOhlcData(
	OhlcData[] data
)

Parameters

data
Type: Arction.CustomControls.Trader.WPFOhlcData
Input OHLC data

Return Value

Type: Double
Open Interest values in the same order as in array given
See Also