How to set the labels of the Fib levels

 
Hi,

If I create manually on the chart fibs, I can see the labels displayed. If I create one with the ObjectCreate function and defines some custom levels, I get no labels. How can it be done ?

Thank you

Nicolas
 
Sorry, didn't see ObjectSetFiboDescription().

But beware, the doc says that the second parameter is an int, but when you run it, there is a warning in the experts tab that says that it should be a string !!! In fact the second and third parameters have to be switched.

METAQUOTES, you should fix it to be the same in both (code and doc).

Hi,

If I create manually on the chart fibs, I can see the labels displayed. If I create one with the ObjectCreate function and defines some custom levels, I get no labels. How can it be done ?

Thank you

Nicolas