Newby needs coding help please?

 

Hail the reader... and to him a Merry Xmas and many pips in the coming year.

I am endeavoring to change some code in my indicator - but on compiling it gives me the error as see in the file appended hereto.

The error message is as follows:-

'SetIndexLabel' wrong parameter count

I am grateful for someone to help me - at 80 years old it does become more difficult to cotton on to all things new.

Thank you to the good Samaritan.

Regards 

Files:
 

Line 88

SetIndexLabel     (0, DRAW_LINE, STYLE_SOLID, 1, Aqua);

change to

SetIndexStyle     (0, DRAW_LINE, STYLE_SOLID, 1, Aqua);

 .

Reason: