MQL4 Reference Object Functions ObjectSetFiboDescription
|
ObjectSetFiboDescriptionThe function sets a new description to a level of a Fibonacci object.
Parameters object_name [in] Object name. index [in] Index of the Fibonacci level (0-31). text [in] New description of the level. Returned value The function returns true if successful, otherwise false. To get the detailed error information, one has to call the GetLastError() function. Note The amount of Fibonacci levels depends on the object type. The maximum amount of Fibonacci levels is 32. Example:
See also |