#IB -  Telescan aliases, 1st column is intraday symbol (IB)
# 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
# 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
FA_YM_*     DJI
FA_YJ_*     DJI
