Variopinto:
Use ObjectSet() with OBJPROP_WIDTH
Hi,
Is there any command or parameter to change the size of a symbol ?
I use:
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(1,232);
To draw an arrow (code 232) in the buffer 2
Thanks,
But what I write in "name" in Object Set ?
bool ObjectSet( string name, int index, double value)
Variopinto:
Sorry I mis read your original post. What I replied was wrong.
Thanks,
But what I write in "name" in Object Set ?
bool ObjectSet( string name, int index, double value)
Try setting a width value in your SeIndexStyle() call
excelent !

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
Is there any command or parameter to change the size of a symbol ?
I use:
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(1,232);
To draw an arrow (code 232) in the buffer 2
Thanks