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

Re: Stochastics 'Pop'



PureBytes Links

Trading Reference Links

Probably not;  I just do not know that function.

Thanks for the idea;  I will explore it.

Owen Davies wrote:

> Dan reported:
>
> > Here is how I approached the problem:
> >
> > As a filter.
> >
> > Ref(Stoch(5,12),0) > 75  (25 for oversold) {Today
> >
> > AND
> > Ref(Stoch(5,12),-1) < 75  (25 for oversold){Yesterday
>
> Is there any reason not to use Cross(Stoch(5,12),75)?
>
> Owen Daviess