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

Re: Polarized Fractal Efficiency



PureBytes Links

Trading Reference Links

Jerry

> Does anyone know how to program an indicator in Explorer so that it's
> triggered when it just crosses 0 on it's way up.  I'm trying to do that with
> the polarized Fractal Efficiency indicator PFE(C,10,3) .

set one colA up to:

Cross(PFE(C,10,3),0);

Set the Filter to:

colA {AND etc....}

Make sure that you are exploring more bars than you need for this or any other formula in other
columns. Use of Minimum bars may not work(it did for my test) unless you have a longer moving
average or something in another column.

The Filter will only access the current bar, so don't attempt to use Cross() in it.

Read the manual for Exploration Tips, page 383 in my V7.01 EOD manual.

Roy