Max-Enrik:
Hello,
I want to delete my "Fibo" which one I made it by the some indicator, but I wouldn't like to delete all "Fibo"s.
Best, Max
ObjectDelete("YOUR_FIBO_TO_DELETE");
@angevoyageur
@WHRoeder
Thanks for your replies.
That is my some codes. int deinit() { ObjectsDeleteAll(); return(0); } .... string vlineName = "- myVLineName - " + Time(Time[i]);
I tried it does not work.
Max-Enrik:
I think you didn't read my answer. Try to apply what I wrote.
@angevoyageur
@WHRoeder
Thanks for your replies.
I tried it does not work.
angevoyageur:
I think you didn't read my answer. Try to apply what I wrote.
I think you didn't read my answer. Try to apply what I wrote.
'ObjectsDelete' - function not defined - VLine.mq4 66 2
I have above error code.
Between I would like to say when I delete below code that works good.
+ Time(Time[i])
Best.
angevoyageur:
Read again what I wrote. It seems you have some difficulties to reproduce the same.
'ObjectsDelete' - function not defined - VLine.mq4 66 2
Problem fixed: "ObjectsDelete" wrong, "ObjectDelete" right.
I deleted indicator on the chart, but "VLine" not removed still.
What can I do for it?
Best.
I fixed like below.
ObjectsDeleteAll(0, "- myVLineName - ");
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,
I want to delete my "Fibo" which one I made it by the some indicator, but I wouldn't like to delete all "Fibo"s.
Best, Max