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

Re: Greater than vs. cross



PureBytes Links

Trading Reference Links

Hi Joel,

mov1 > mov2 = enter always whenever mov1>mov2, even after a crossover;
cross( mov1, mov2 ) = enter on crossover only;

Bodo

*********** REPLY SEPARATOR  ***********

On 31.08.01 at 10:12 Joel Reymont wrote:

> I have a system that enters and exits depending on crossover
> of two moving averages. Why is it that if I specify mov1 > mov2
> it gives me one set of trades and if I do cross(mo1, mov2)
> it's something else?