SweetSpots Gold Indicator shows no more pricelabels

 

Since my broker has updated MT4 to Version 5.00 Build 996 the SweetSpots Gold indicator shows horizontal lines without pricelabels (like 1,24000, 1,24100, 1,24200).

The MetaEditor compiler says in the new MT4 Version 5.00 Build 996, variable 'pricelabel' not used:

 

 compiler warning

How can i fix this issue?

The following picture shows the difference between older and new mt4 version:

 mt4 version difference

 
Actually, I think before upgrade, variable pricelable already not used from the beginning. So, most probably it doesn't relates to your problem.
 

Change this line (line 127):

ObjectSet(linename, OBJPROP_BACK, True);

 To this: 

ObjectSet(linename, OBJPROP_BACK, false);
 

Wow, thanks a lot for the quick response!

honest knave your instruction has solved the problem... many, many thanks!

 
You're most welcome.
Reason: