How to change offline symbol name???

 
Hi i wanna change offline symbol name  from XAGUSDpro  to SILVER   any idea ??
 

I believe that you can't.

You can, for example display on chart as Silver but not change symbol name. 

 
Osama Shaban:

I believe that you can't.

You can, for example display on chart as Silver but not change symbol name. 

ok  ,  how ?
 

Something like ...

string symb = "";

if(Symbol() == "XAGUSDpro")
   symb = "SILVER";

Comment("This Symbol is ",symb);
 
Osama Shaban:

Something like ...

this is script  or indicator ?
 
Osama Shaban:

Something like ...

Professional Osama

good answer

I am following some of your replies here and there

:) 

Reason: