how to change text color in Comment

 

hi every one

I use comment to show some text in chart:

   Comment(
          "\n","%Risk:  ",Risk
          ,"\n","Lot: ",Lot         
          ,"\n","ATR:  ",Atr         
          ,"\n","SL:  ",SL,"   pips"
          ,"\n","Spread:  ",SL2,"   pips"
          );


I want it shows RISK in red color

How I can do it?

Best regards

Neda

 
  1. Change chart forground color
  2. Use label not comment.