decimal getVolume(
int sessionIndex,
string symbol,
TimeFrame timeframe,
int barIndex
)Function getVolume (
sessionIndex As Integer,
symbol As String,
timeframe As TimeFrame,
barIndex As Integer
) As DecimalDecimal getVolume(
int sessionIndex,
String^ symbol,
TimeFrame timeframe,
int barIndex
)abstract getVolume :
sessionIndex : int *
symbol : string *
timeframe : TimeFrame *
barIndex : int -> decimal [Missing <param name="barIndex"/> documentation for "M:SharpTraderBot.IIndicators.getVolume(System.Int32,System.String,SharpTraderBot.TimeFrame,System.Int32)"]