QuoteClientDownloadQuoteHistory Method
|
Downaload quote history.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic Bar[] DownloadQuoteHistory(
string symbol,
Timeframe tf,
DateTime from,
short count
)
Public Function DownloadQuoteHistory (
symbol As String,
tf As Timeframe,
from As DateTime,
count As Short
) As Bar()
public:
array<Bar>^ DownloadQuoteHistory(
String^ symbol,
Timeframe tf,
DateTime from,
short count
)
member DownloadQuoteHistory :
symbol : string *
tf : Timeframe *
from : DateTime *
count : int16 -> Bar[]
Parameters
- symbol
- Type: SystemString
Symbol for trading. - tf
- Type: TradingAPI.MT4ServerTimeframe
Timeframe for quote history. - from
- Type: SystemDateTime
Start time of history. - count
- Type: SystemInt16
Number of requested histories.
Return Value
Type:
Bar
See Also