try: period = 13; graph0=100*( ( RSI( period ) - LLV( RSI( period ) , period ) ) / ( ( HHV( RSI( period ) , period ) ) - LLV(RSI( period ), period ) ) );
--- In [email protected], "sailorvea" <[EMAIL PROTECTED]> 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 >
