How to change Fibonacci Retracement font size ?

 
How to make fonts in Fibonacci Retracementl bigger ?
 
ObjectCreate("Object_Name",OBJ_TEXT,...);
or
ObjectCreate("Object_Name",OBJ_LABEL,...);
 
sorasit46:
How to make fonts in Fibonacci Retracementl bigger ?
You cannot.
 
//  for text.....     
    ObjectCreate("Object_Name",OBJ_TEXT,...);
    ObjectSetText(name, name, text_size, "Arial", EMPTY);     //text_size
 
//  or else for line.....
    ObjectCreate(name, OBJ_HLINE,......);
    ObjectSet(name,OBJPROP_WIDTH,width); 


 

How does that help with this ?

 

 
RaptorUK:

How does that help with this ?

 


If you show the code how this indicator is made 

then it might be i show you Simon 

 
deVries:


If you show the code how this indicator is made 

then it might be i show you Simon 

There is no code, it's the standard MT4 Fibonacci Retracement tool.
 
RaptorUK:
There is no code, it's the standard MT4 Fibonacci Retracement tool.


In that case select the Object in Objectlist
 
deVries:

In that case select the Object in Objectlist
And then what ?
 
RaptorUK:
And then what ?



menu object

might be you get something like this

8 can be made bigger 

 
deVries:



might be you get something like this

8 can be made bigger 

This is what there is available . . . 

 

 

 

Hence my earlier reply   

RaptorUK:
You cannot.

Reason: