PureBytes Links
Trading Reference Links
|
Dusant, Thanks very much for the help !
dp
--- In Metastockusers@xxxxxxxxxxxxxxx, "Dusant" <dusant@xxxx> wrote:
> Dave,
>
> This is from the MS help file.
>
> The following formula calculates a 5-period %K Stochastic
Oscillator with 3-period slowing:
> (sum( C - llv(L,5), 3 ) / sum(hhv(H,5) - llv(L,5), 3) ) * 100
> This next formula calculates a 3-period %D of the %K in the
preceding formula.
> mov( stoch(5,3), 3, S )
>
> You can input the different numbers using the input function.
> You can use "P" instead of "C", "H" or "L", to apply the stochastic
to an indicator. Take care while plotting that you drop the customer
indicator created by you on the indicator. The indicator will turn
pink, when you hover the mouse over it while plotting.
>
> Dusant
> Chief Architect
> http://www.candlestrength.com/
>
> ----- Original Message -----
> From: "davepfiz" <pfizdave@xxxx>
> To: <Metastockusers@xxxxxxxxxxxxxxx>
> Sent: Wednesday, July 07, 2004 8:06 AM
> Subject: [Metastockusers] Stochastics Help !!!
>
>
> > Anyone out there know a formula to create a stochastics indicator
> > that would overlay on a line chart or overlay on another
indicator?
> > (right now it only works on bar charts due to the high/low
> > relationship) I'm running 8.0 pro.
> >
> > I think i saw one that had been converted to handle line charts
once
> > but it might have been tradestation code.
> >
> > Thx
> > DP
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|