QuoteClientRequestQuoteHistory Method
|
Request quote history. Use QuoteHistory event to get bars.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic void RequestQuoteHistory(
string symbol,
Timeframe tf,
DateTime from,
short count
)
Public Sub RequestQuoteHistory (
symbol As String,
tf As Timeframe,
from As DateTime,
count As Short
)
public:
void RequestQuoteHistory(
String^ symbol,
Timeframe tf,
DateTime from,
short count
)
member RequestQuoteHistory :
symbol : string *
tf : Timeframe *
from : DateTime *
count : int16 -> unit
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.
See Also