PureBytes Links
Trading Reference Links
|
Thenks Terry--Much appreciated.
Charles Marchand
--- In amibroker@xxxxxxxxxxxxxxx, "Terry" <MagicTH@xxxx> wrote:
>
> /* StochRSI Calculations (SRSI) */
>
>
>
> SRSI_Period = Param("SRSI Period",21,3,34,1);
>
> SRSI = (RSI(SRSI_Period) - LLV(RSI(SRSI_Period),SRSI_Period))/
>
> (HHV(RSI(SRSI_Period),SRSI_Period) - LLV(RSI
(SRSI_Period),SRSI_Period));
>
> SRSI = round( SRSI * 100); //Scale up for output of 0-100 instead
of 0-1
>
>
>
> --
>
> Terry
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On
> Behalf Of geotrader358
> Sent: Sunday, December 18, 2005 09:03
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] StochRSI, Blau's Ergotic(sp?)
>
>
>
> Hello All,
>
>
>
> I'm recovering from a crash and am trying to find AFL code for the
>
> following: StochasticRSI, Blau's Ergotic, Herrick Payoff Index
>
>
>
> I thought I had previously found them at the Amibroker Library.
>
>
>
> Any help appreciated.
>
>
>
> TIA,
>
>
>
> Charles Marchand
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 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 other support material please check also:
>
> http://www.amibroker.com/support.html
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
> http://groups.yahoo.com/group/amibroker/
>
>
>
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> http://docs.yahoo.com/info/terms/
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|