anuj71: Error : Error code = 4200
You know what the error is and why. Stop trying to create the same object multiple times.
anuj71 #: I did not understand what you mean to say. I am not creating same object every time. Each object have unique name and unique title/time
You are using the same name irrespective of the type of news (high, medium, low) ...
"Tr_VLine"+TimeToString(eTime[qi][n])
You made it unique for the other objects but not the "Tr_VLine" above ...
"NFtext_H"+TimeToString(eTime[qi][n] - 1) "NFtext_M"+TimeToString(eTime[qi][n] - 2) "NFtext_L"+TimeToString(eTime[qi][n] - 3)

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
All the news and vertical line successfully showing in chart but in Experts tab under Terminal keep showing Error code = 4200 for both TextObject and Vertical Line.
Error : Error code = 4200