predefined variables in MQL4

[Deleted]  

Hello,

There are predefined variables such as Bid and Ask. What about the symbol? Is there a variable for that also?

Thanks

 

for the current chart: Symbol()

the others you have to read from a binary file symbols.raw

[Deleted]  
thanks