PureBytes Links
Trading Reference Links
|
Plot(C,"close",colorBlack,styleBar);
SetForeign("!RUT");
myrsi = RSI(14);
RestorePriceArrays();
Plot(myRSI,"!RUT",colorRed,1+styleLeftAxisScale);
Plot(RSI(14),"ticker",colorBlue,1+styleLeftAxisScale);
On Fri, 14 Jan 2005 04:13:01 -0000, f_henjr <fhenson@xxxxxxxxxxxxxx> wrote:
>
>
> I am trying to determine the RSI (14) for !RUT and tried to follow
> your code but was not able to make it work. I am only interested in
> the value and not the plot. I hope you can help.
>
> Thanks,
> Forrest
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Stephane Carrasset"
> <nenapacwanfr@xxxx> wrote:
> >
> >
> > use setforeign
> >
> > SetForeign("999150");
> > Plot(RSI(14),"",2,1);
> > RestorePriceArrays();
> > Plot(RSI(14),"",3,1);
> >
> >
> > >
> > > Hope someone can show me how to get the RSI of a
> > > "Foreign" securitys data.
> > >
> > > The following does not work. <G>
> > > SP_RSI = RSI(Foreign("^SPX","Close"), 8);
> > >
> > > I would like the RSI of the S&P, so I can overlay it on current
> > stock.
> > >
> > > I have looked around for hours but can not find an example.
> > >
> > > Thanks, Jack
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|