#IB - Yahoo 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      ^NDX
IC_SPX      ^SPX
IN_INDU     ^DJI
IC_OEX      ^OEX
IP_SOX      ^SOXX
-           ^HSI
ID_DAX      ^GDAXI
IL_Z        ^FTSE
-           ^AORD
IC_VIX      ^VIX
IC_VXN      ^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_*     ^SPX
FG_NQ_*     ^NDX
FA_YM_*     ^DJI
FH_HSI_*    ^HSI
FY_SPI_*    ^AORD
FD_DAX_*    ^GDAXI
FL_Z_*      ^FTSE
