Comment is not an object so you can't delete it. Change the comment to ""
whroeder1:
Comment is not an object so you can't delete it. Change the comment to ""
Comment is not an object so you can't delete it. Change the comment to ""
Hello whroeder1, thanks for your reply.
He can explain what it means to replace the comment.
I do not understand.
Thank you
ponson:
I do not understand.
I do not understand.
void OnDeinit(const int reason) { Comment(""); }
Anthony Garot:
Hi, Anthony Garot
Nice to meet you.
Thanks for the explanation, I understand.
Now it works great.
Thank you for your support.
Sergio
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
I entered this function in my indicator.
if (WindowExpertName()!="Trend_Line_Alert"){Comment("Not the correct name");return 0;}
Sergio