MT5APIRequestQuoteHistoryMonth Method
|
Request 1 minute bar hsitory for one month back from specifeid date
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void RequestQuoteHistoryMonth(
string symbol,
int year,
int month,
int day
)
Public Sub RequestQuoteHistoryMonth (
symbol As String,
year As Integer,
month As Integer,
day As Integer
)
public:
void RequestQuoteHistoryMonth(
String^ symbol,
int year,
int month,
int day
)
member RequestQuoteHistoryMonth :
symbol : string *
year : int *
month : int *
day : int -> unit
Parameters
- symbol String
- Symbol
- year Int32
- Year
- month Int32
- Month
- day Int32
- Day
See Also