i want to add currency symbol to Draw_line

 

i have a source code which is currency correlate indicator but this is not my source code.

i want to add currency symbol onto Draw_Line like following picture.


   int i;
   string name;
   for ( i = 0; i < CURRENCYCOUNT; i++ )
   {
      SetIndexStyle( i, DRAW_LINE, STYLE_SOLID, 2, currencyColors[i] );
      
      //i think i need to insert some code to here 
      
   }   

above is part of code.

actually i'm almost new to mql language.

any advice very welcome.

thanks you

 
james272: i want to add currency symbol onto Draw_Line
No such thing. Those are text objects placed where the lines end.
Reason: