How can I change the line color of Fibo tools in mql script .

 

hi

i want to change red color of  high to low line in Fibo tool to none-color in mql4 script. 

how can do it ?

thank you.



 
ObjectSetInteger(0,Name,OBJPROP_COLOR,Color);

 
Ahmed Alwandee #: ObjectSetInteger(0,Name,OBJPROP_COLOR,Color);
  1. That changes all colors. OP asked “high and low line”.
  2. Multicolor Fibonacci indicator: Associate the different color to the level of percentage. - Fibonacci - MQL4 programming forum (2016)
Reason: