still no answer?
It's possible.
Try to insert this function in your EA:
void DrawArrow(string name,datetime time, double price, int type, color clr)
{
ObjectCreate(name, OBJ_ARROW, 0, time, price);
ObjectSet(name, OBJPROP_COLOR, clr);
ObjectSet(name, OBJPROP_ARROWCODE, type);
}
arashas:
IS it possible to insert Arrows & other Drawing shapes in EA
IS it possible to insert Arrows & other Drawing shapes in EA
I mean just EA`s not Indicators
because SetIndexStyle() does not work in my EA`s
please help meigorad:
It's possible.
It's possible.
Try to insert this function in your EA:
void DrawArrow(string name,datetime time, double price, int type, color clr)
{
ObjectCreate(name, OBJ_ARROW, 0, time, price);
ObjectSet(name, OBJPROP_COLOR, clr);
ObjectSet(name, OBJPROP_ARROWCODE, type);
}highly appreciated
thank your favor to me
let me check it please
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
IS it possible to insert Arrows & other Drawing shapes in EA
I mean just EA`s not Indicators
because SetIndexStyle() does not work in my EA`s
please help me