List of Arrow Style

 

Hi everyone

Where or can i get a list for arrow ...like fractal,circle,arrow up,arrow down

like example bellow number 119 will show square icon

//---- drawing settings

SetIndexStyle(0,DRAW_ARROW);

SetIndexArrow(0, 119);

SetIndexStyle(1,DRAW_ARROW);

SetIndexArrow(1, 119);

thanks..

 

look up webdings/wingdings in the help file

 

opss sorry..i still can't find it..help file from metatrader or what?

 

okay..now i find what im looking for...got it from this link..thanks for giving a clue

https://www.mql5.com/en/forum

 

metaeditor > view > navigator > search "wingdings"

its also good for other code commands

 

Change Arrow to Text

Hi there

i want to know for basic programming,it is possible to change Arrow alert at any indicator with alert with text?

Example like picture below

Files:
arrowtext.jpg  33 kb
 
darkkiller:
Hi there

i want to know for basic programming,it is possible to change Arrow alert at any indicator with alert with text?

Example like picture below

Yes but instead of buffers, the text will be plot as an object.

The coding is different.

FerruFx

 
FerruFx:
Yes but instead of buffers, the text will be plot as an object.

The coding is different.

FerruFx

Okay,thanks for respond i try to code to get the result just like what i want

 

Arrow Counter

Looking for a tool that would count the number of certain objects on the chart, like arrows, and print it on screen. Better if there is an option to count two different characters since arrow up and down are different ones.

What for? It would be an easy way to manually optimize parameters of some indicators that draw those objects as signals, be it a MA or Pivot cross or anything like that. Naturally, the smaller is the number of signals, the better parameters would be for the selected, and, hopefully, future, period.

Reason: