IIndicatorsgetLow Method

Returns lowest price of the specified bar

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
decimal getLow(
	int sessionIndex,
	string symbol,
	TimeFrame timeframe,
	int barIndex
)

Parameters

sessionIndex  Int32
Index of session in used session list
symbol  String
Common symbol name
timeframe  TimeFrame
Chart timeframe
barIndex  Int32

[Missing <param name="barIndex"/> documentation for "M:SharpTraderBot.IIndicators.getLow(System.Int32,System.String,SharpTraderBot.TimeFrame,System.Int32)"]

Return Value

Decimal
Lowest price

See Also