Click or drag to resize

OhlcDataRoutinesGetMinimumIntervalSeconds Method

LightningChart .NET Help
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.

Namespace:  Arction.CustomControls.Trader.WinForms.Routines
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public static int GetMinimumIntervalSeconds(
	OhlcData[] data
)

Parameters

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

Return Value

Type: Int32
Minimum interval in seconds
See Also