how to move an object on the graph ?

 

Hi,


What's the easiest way to move an object on the graph?


I've seen that you should use: CHARTEVENT_OBJECT_DRAG, But I've only found this thread on the subject,


a useful link or sample code would be welcome 😉


Best Reguards,
ZeroCafeine

How can define CHARTEVENT_OBJECT_DRAG without DROP?
How can define CHARTEVENT_OBJECT_DRAG without DROP?
  • 2020.07.07
  • www.mql5.com
Hello developers, Hope you all doing safe...
 
      ObjectSetInteger(NULL, Label, OBJPROP_SELECTABLE, true);   
      ObjectSetInteger(NULL, Label, OBJPROP_SELECTED, true); 

tks you