Quick question....Just trying to figure out why when I download a new symbol list, the program doesn't place the quotes in the "Undefined" Are for Groups. It does this for the Market ones, but for the Groups one, it just dumps them into the previously defined groups list that I had for my previous symbol list download. Any insight on whether I'm doing something wrong, not checked a certain box in preferences, or is this a small glitch? I thought it should automatically dump them in the undefined area for the Groups Heading.
Where symbols go after import is USER-DEFINABLE and controlled by $GROUP n
command in the ASCII importer definition file (one of .format inside "Formats" subdirectory). Everything is explained super-detailed way in the manual that you need to read: http://www.amibroker.com/guide/d_ascii.html
If user did not modify those files, they usually have:
$GROUP 254
(This is taken for example from aqh.format file for Yahoo Historical)
which means that added symbols land in group 254.
You should use this group for "Newly imported" symbols, not anything else.