How To Change Comment Color & Font My Dashbord ....

 

i would like to display the comments with specified colours and like to display 

Please give me best idea to start coding for this colurful comment display.




+ "------------------------------------------------\n"
    + "ACCOUNT INFORMATION:\n"
    + "\n"
    + "Account Name:     " + AccountName()+ "\n"
    + "Broker Name:     " + AccountCompany()+ "\n"
    + "Server Name:     " + AccountServer()+ "\n"
    + "Currency:     " + AccountCurrency()+ "\n"
    + "Account Leverage:     " + DoubleToStr(AccountLeverage(), 0)+ "\n"
    + "Account Balance:     " + DoubleToStr(AccountBalance(), 2)+ "\n"
    + "Account Equity:     " + DoubleToStr(AccountEquity(), 2)+ "\n"
    + "Free Margin:     " + DoubleToStr(AccountFreeMargin(), 2)+ "\n"
    + "Used Margin:     " + DoubleToStr(AccountMargin(), 2)+ "\n"
    + "Account Profit:     " + DoubleToStr(AccountProfit(), 2)+ "\n"
    + "--------------
Files:
Captxxure.PNG  46 kb
 
Deepz Harmesh: i would like to display the comments with specified colours

Comment can only display one color (from the options).

You have to create multiple labels (one per line) with whatever colors you want.