PureBytes Links
Trading Reference Links
|
Hi Terry;
I looked back at your post for almost 2 months back, but could not
find the stoch. The only thing I saw was the stochRSI:
/* 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
But i odn't think this is what I need. If you have the pure
stochastic formula handy, I would appreciate if you can post it.
Thanks
Andrew
--- In amibroker@xxxxxxxxxxxxxxx, "Terry" <MagicTH@xxxx> wrote:
>
> I just posted it for someone else in the past week, 2 weeks at the
most.
>
> --
> Terry
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On
> Behalf Of axium102
> Sent: Wednesday, January 04, 2006 18:24
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Stochastic indicator - AFL formula needed
>
> Hello;
>
> Does anybody have a complete AFL formula to plot the stochastic
> indicator.
>
> Andrew
>
>
>
>
>
>
> 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
>
------------------------ 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/
|