Click or drag to resize

QuoteClientDownloadQuoteHistory Method

Request quote history. Use QuoteHistory event to get bars.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntax
public void DownloadQuoteHistory(
	string symbol,
	Timeframe tf,
	DateTime from,
	short count
)

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