[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Stochastics / AFL question



PureBytes Links

Trading Reference Links

Derek,

Numbers like 14,5,5 Slow %D stochastic of period 14 smoothed further twice with average of period 5.
Numbers like 12,3,3 Slow %D stochastic of period 12 smoothed further twice with average of period 3.

Stoch Slow %K is smoothed once (so it would be 14, 5 and 12, 3 )

As for AmiBroker - the first parameter is the period (in your examples 14, 12) then AMiBroker applies
always internal smoothing of 3 periods. So 12, 3, 3 is StochD( 12 )

You can also use low level implementation of Stoch function using HHV/LLV as presented here:

http://www.amibroker.com/library/detail.php?id=78
(this allows free modification of all params)

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "dereklebrun" <derek@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, June 20, 2002 2:47 PM
Subject: [amibroker] Stochastics / AFL question


> Hi,
> I'm reading a book and for their method they suggest to use 
> stockastic with 14,5,5 or 12,3,3 .
> 
> What does each number mean, and how do I translate this into afl 
> graph.
> AFL stochastics is like "stochk( 5 )" and I don't see how I could 
> translate this.
> 
> Thanks in advance,
> Derek
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>