Click or drag to resize

QuoteClientDownloadQuoteHistory Method

Downaload quote history.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public Bar[] 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.

Return Value

Type: Bar
See Also