
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
Hello dont know much about MQL4 just was editing free code to get something what suit me better .... the thing is than i out of idea how to do it....
after clicking on object 16
part of code
if (id == CHARTEVENT_OBJECT_CLICK) {
string clickedChartObject = sparam;
if (clickedChartObject == obj_name[16]) {
string name = "name_" + IntegerToString(MathRand() + 100,0,' ');
i want have 4 text print... eg 1 2 3 4 that i can move around separately
can someone hep me pls...
i do have script with this but i need to drag and drop but i prefer have this on "button"