PureBytes Links
Trading Reference Links
|
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
------------------------ 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/
|