MQL4参考 时间序列和指标访问 SeriesInfoInteger
SeriesInfoIntegerReturns information about the state of historical data. There are 2 variants of function calls. Directly returns the property value.
Returns true or false depending on the success of the function run.
Parameters symbol_name [in] Symbol name. timeframe [in] Period. prop_id [in] Identifier of the requested property, value of the ENUM_SERIES_INFO_INTEGER enumeration. long_var [out] Variable to which the value of the requested property is placed. Return Value In the first case, it returns value of the long type. For the second case, it returns true, if the specified property is available and its value has been placed into long_var variable, otherwise it returns false. For more details about an error, call GetLastError(). Example:
|