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
|