IIndicatorsiObv Method

Returns calculated values for On-Balance Volume (OBV)

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
List<double> iObv(
	int sessionIndex,
	string symbol,
	TimeFrame timeframe,
	int SMAperiod
)

Parameters

sessionIndex  Int32
Index of session in used session list
symbol  String
Common symbol name
timeframe  TimeFrame
Chart timeframe
SMAperiod  Int32
Optional. Number of periods (N) in the moving average of OBV. Must be greater than 0, if specified

Return Value

ListDouble
List of values

See Also