#IB - Lycos aliases, 1st column is intraday symbol (IB)
# 2nd column is daily/weekly/monthly symbol
# Comment lines start with "#" character
# If the 1st column contains "-" this means we do not get quotes (intraday)
# for the corresponding symbol in column 2, so if you try to drag-and-drop
# this symbol from a daily chart to an intraday chart, the drop is ignored.
# Add all plain symbol mapping below this line
#----------------------------------------------------------------------------
IQ_NDX      INDEX:NDX
IC_SPX      INDEX:SPX
IN_INDU     INDEX:DJI
IC_OEX      INDEX:OEX
IP_SOX      INDEX:SOXX
-           INDEX:HSI
ID_DAX      INDEX:GDAXI
IL_Z        INDEX:FTSE
-           INDEX:AORD
IC_VIX      INDEX:VIX
IC_VXN      INDEX:VXN
# the column one symbol can contain wildcard match character "*", as we do below
# In this case it causes all index futures for these long symbols, to translate
# to the corresponding index if you drop the symbol into a daily chart
# the "-" means we do not have a corresponding symbol, so the drop into a daily
# chart is inihibited. You should have the IB index symbol listed above before
# you make the following entries to insure the reverse drop (daily to intraday
# or SLFMap will drop the correct symbol)
# Add all mapping of symbols with "wildcard" matching below this line:
#----------------------------------------------------------------------------
FG_ES_*     INDEX:SPX
FG_NQ_*     INDEX:NDX
FE_YM_*     INDEX:DJI
FH_HSI_*    INDEX:HSI
FY_SPI_*    INDEX:AORD
FD_DAX_*    INDEX:GDAXI
FL_Z_*      INDEX:FTSE
