PureBytes Links
Trading Reference Links
|
Thanks Corey, that worked perfect!!!
Best,
Steve
--- In amibroker@xxxxxxxxxxxxxxx, "Corey Saxe" <res1wgwl@xxx> wrote:
>
> 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 -----
> From: sslack88
> To: amibroker@xxxxxxxxxxxxxxx
> 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 );
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|