Modification indicator Levels

 

Good morning

I find "Levels" particularly relevant but it cannot be superimposed on a graph! I do not understand why

I managed to modify it to have Levels MN, Levels W1, etc;;; but superimposition is still impossible

Thanks for your advices.

Files:
Levels.mq4  10 kb
Levels-MN.mq4  10 kb
Levels-W1.mq4  10 kb
 
jemagou11: but superimposition is still impossible
   for(int i=1; i<=5; i++)
     {
      ObjectCreate("Lines"+i,OBJ_HLINE,0,0,R[i]);
      ⋮
      ObjectCreate("Linep"+i,OBJ_HLINE,0,0,S[i]);

Because you are using the same names in each indicator.