Dots on the chart

 

Hello,


How can draw a color dot on the chart to represent maybe my stop loss.   I see how to do a cross but I like dots...

 
Manesh:

How can draw a color dot on the chart to represent maybe my stop loss.   I see how to do a cross but I like dots...

Depends upon what's doing the drawing.

For example, an indicator can draw any of the Wingding characters using DRAW_ARROW

https://www.mql5.com/en/docs/customind/indicators_examples/draw_arrow

For an EA, to represent a SL, I draw a line using OBJ_TREND setting OBJPROP_RAY to false

https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_trend

 
Manesh I see how to do a cross but I like dots...

Look closer, like 159 (158 is almost invidible.)

Reason: