PureBytes Links
Trading Reference Links
|
try:
period = 13;
graph0=100*( ( RSI( period ) - LLV( RSI( period ) , period ) ) / ( (
HHV( RSI( period ) , period ) ) - LLV(RSI( period ), period ) ) );
--- In amibroker@xxxxxxxxxxxxxxx, "sailorvea" <perl168@xxx> wrote:
>
> Hi all,
>
> Sorry for asking a newbie question. Do you know if the stochastic
RSI
> (stochrsi) indicator as defined by stockcharts.com (see link below),
> which is invented by Chande and Kroll, is available in AB package
> without needing to program it? If it isn't available, is there code
> for it available for download or sharing? Thank you!
>
> http://stockcharts.com/school/doku.php?
id=chart_school:technical_indicators:stochrsi
>
------------------------------------
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/
|