How about using Notepad, which allows you to store symbol specific notes? Menu > Window / Notepad
Notes can be programatically retreived using NoteGet(). If you structured the notes in a uniform way, you could parse the note to get the info you want using string functions such as StrFind(), StrMid() etc.
Thankyou for giving me a different perspective. I foresee lot of possibilities with this.
Can we set text in Notepad for each ticker using ASCII import? Thing is, my strings come from a Mysql Table. So, I can write a code in PHP the prepares my ASCII file, which I want to import in notepad field.
So, which Amibroker Notepad field can I import my text into?
You can write a routine that uses Fopen() to open the file, FGets() in a loop to pull the data from the file, and NoteSet() to store it in the notepad.