Disliked{quote} https://docs.mql4.com/constants/obje...ants/wingdings here desire number you can input instead of 167 {image}Ignored
//---- drawing settings
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,167);
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(1,167);
Change to Line:
//---- drawing settings
SetIndexStyle(0,DRAW_LINE,STYLE_SOLID);
SetIndexStyle(1,DRAW_LINE,STYLE_SOLID);

Together we can be strongest
1