Custom Fib Levels

 

I want to write an indicator the draws fib levels that are not the default used by the OBJ_FIBO. I want to remove the 23.6 and add a 78.2. I have tried using the ObjectSet("Fibo", OBJPROP_FIRSTLEVEL+5, .782); code, but it does not work.


Can anyone tell me how I can modify the Fib levels drawn by OBJ_FIBO object?



Thanks in advance