draw circle

 

Hello ,

I know how to create an ellipse :

ObjectCreate(objname,OBJ_ELLIPSE,window,time1,price1,time2,price2);
ObjectSet(objname,OBJPROP_SCALE,scale);


But i want  a perfect circle, the plot shape does not change as you zoom in/out, either horizontally or vertically.

How to do?

Tnx

 
paulselvan:

Hello ,

I know how to create an ellipse :


But i want  a perfect circle, the plot shape does not change as you zoom in/out, either horizontally or vertically.

How to do?

Tnx


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

How to Draw a circle ?
How to Draw a circle ?
  • 2006.12.07
  • www.mql5.com
How to Draw a circle ? ObjectCreat() not good since it always draw ELLIPSE, I want to draw a circle with a line linke two points...
 
paul selvan:

Hello ,

I know how to create an ellipse :


But i want  a perfect circle, the plot shape does not change as you zoom in/out, either horizontally or vertically.

How to do?

Tnx

Hello Paul,

Any update of this?

Reason: