Not tested:
Plot(C,"S&P 500
Index",colorBlack,styleDots | styleThick);
FU=ParamToggle("Data Fixup","OFF|ON",0);
FN1=Foreign( "S&P500_June"
,"C",FU);
Plot(FN1,
"S&P500_June",colorcycle, styleNoTitle | styleDots );
-CS
----- Original Message -----
Sent: Saturday, February 18, 2006 3:39
PM
Subject: [amibroker] Overlaying Futures
Contracts on the Cash Index Chart
I want to plot the individual futures contract data
overlaid onto the cash index chart. That way I can see how the
futures contracts are tracking the
index.
--------------------------------------------------------------------- ---------------------------------------------------------------------
//
Example:
Plot(C,"S&P 500 Index",colorBlack,styleDots |
styleThick);
PlotForeign("S&P500_June",
"S&P500_June",colorcycle, styleNoTitle | styleDots );
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|