How to make SYMBOL_RIGHTPRICE bigger?

 

How to make SYMBOL_RIGHTPRICE biggest?

1) After I chose rightprice Label

2) select it for Arrow properties

3) I manually go to pull down menu (usually for lines got thicker) to be chosen,

right price got bigger.


But, how can I set the biggest one of SYMBOL_RIGHTPRICE in the code?

Thanks in advance -

------------------------------------------------------------------------------------------------------

Perhaps, is Right Price Label different from SYMBOL_RIGHTPRICE?

The names are different as obvious but are these the same thing or two different?

 
ObjectSet( string name, int index, double value)

index is OBJPROP_WIDTH and value is between 1 and 5, 5 being the biggest size.

 
GumRai:
ObjectSet( string name, int index, double value)

index is OBJPROP_WIDTH and value is between 1 and 5, 5 being the biggest size.


What a rapid reply ~ Thank you so much for it.

I wish the name was a bit clearer so we could grab it faster, though, right?

Again, thanks - ^_^

 

SYMBOL_RIGHTPRICE is the arrow code. It makes it easier to read the code when it is written as SYMBOL_RIGHTPRICE instead of the value 6

I don't know what you mean by "I wish the name was a bit clearer so we could grab it faster, though, right?". Isn't the name in the code?