MT4 Floating Charts Extension API
Access and/or extend MT4 Floating Charts functionality
|
Error codes and error code conversion functions used in the FloatingCharts API and its extensions. More...
Enumerations | |
enum | FCErrorCode { FC_ERR_SUCCESS, FC_ERR_CHART_FLOATING, FC_ERR_CHART_NOT_FLOATING, FC_ERR_DLL_NOT_ALLOWED, FC_ERR_NOT_RUNNING, FC_ERR_INVALID_PARAMETER, FC_ERR_INVALID_HANDLE, FC_ERR_UNSUPPORTED_VERSION, FC_ERR_COMMAND_FAILED } |
Enumeration of Floating Charts API error codes. More... | |
Functions | |
string | FCErrorDescription (int error_code) |
Convert a Floating Charts API error code into a more descriptive string. More... | |
Error codes and error code conversion functions used in the FloatingCharts API and its extensions.
enum FCErrorCode |
Enumeration of Floating Charts API error codes.
string FCErrorDescription | ( | int | error_code | ) |
Convert a Floating Charts API error code into a more descriptive string.
int | error_code |