IIndicatorsgetBars Method
Returns all bars for specified symbol and timeframe
Namespace: SharpTraderBotAssembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
List<IQuote> getBars(
int sessionIndex,
string symbol,
TimeFrame timeframe
)
Function getBars (
sessionIndex As Integer,
symbol As String,
timeframe As TimeFrame
) As List(Of IQuote)
List<IQuote^>^ getBars(
int sessionIndex,
String^ symbol,
TimeFrame timeframe
)
abstract getBars :
sessionIndex : int *
symbol : string *
timeframe : TimeFrame -> List<IQuote>
- sessionIndex Int32
- Index of session in used session list
- symbol String
- Common symbol name
- timeframe TimeFrame
- Chart timeframe
ListIQuoteList of bars