Click or drag to resize

QuoteClientRequestQuoteHistory Method

Request quote history. Use QuoteHistory event to get bars.

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