PureBytes Links
Trading Reference Links
|
Your code looks OK, but it would be helpful if you included the exploration
code.
The results look a bit strange
----- Original Message -----
From: "directaim" <directaim@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, August 17, 2007 8:45 AM
Subject: [amibroker] Find RSI of a Specific Ticker ?
>I would like to compare the RSI of specific tickers.
>
> I am using:
>
> SetForeign("ZNZ7");
> RSI_ZNZ7= RSI(14);
> RestorePriceArrays();
>
> SetForeign("ZTZ7");
> RSI_ZTZ7= RSI(14);
> RestorePriceArrays();
>
> But when I Explore
> results show values of RSI_ZTZ7 the same for both tickers
> in all cases;
> results show values of RSI_ZNZ7 *different* for both tickers
> in all cases.
> Eg.
>
> Ticker Date/Time RSI_ZNZ7 RSI_ZTZ7
> ZNZ7 10/25/06 8:20:00 AM 39.98 35.83
> ZTZ7 10/25/06 8:20:00 AM 37.17 35.83
>
> What is the proper code
> to find and hold
> the fixed value of the first ticker ?
>
> Thank you,
> directaim
>
>
>
>
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|