Full Color Arrow

 

I fill I already know the answer but i am going to ask anyway:

There is a way to paint a FULL COLOR ARROW? I mean, it's hard to find the hollow marks in the graphics.

I tried STYLE_SOLID, BACK, without success.

 
i trick it(replace arrow) using font, like wingdings, etc... or even i use custom font to show country flags... :( but they still have limitation unlike arrow... maybe it would be neat if we can customize the arrow without replace arrow with label/text...
 

Good idea, but... you mean aint no possibility of filling the arrow??? If it is IMPOSSIBLE, then I am going to try your idea.

Also, what I did for now is to enlarge the WIDTH and I can find it easier.

Thanks, anyway

 
ricx:
i trick it(replace arrow) using font, like wingdings, etc...
The standard arrow is already made with windings: https://docs.mql4.com/constants/wingdings the arrow code is the ascii value of the windings symbol
 
7bit:
The standard arrow is already made with windings: https://docs.mql4.com/constants/wingdings the arrow code is the ascii value of the windings symbol


WOW WOW WOW

This forum is GREAT!!!!

I solve the problem with replacing ARROWUP with the code 233 (see link Windings). IT WORKS PERFECTLY!!!!

 

Hi, it works! But how to make the arrow bigger? I think it's simple but doesn't work with this. The arrow size doesn't get bigger.

ObjectSet(obj,OBJPROP_FONTSIZE, 60);

 

How would you do it manually on a chart ? that will give you an idea of what you need to do in code . . .

OBJPROP_WIDTH not font

Reason: