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

system tests



PureBytes Links

Trading Reference Links

Does anyone have a system test for the general formula?

Long: when 2 moving averages are moving up

Short: when two moving averages are moving down

Out of market: when they are moving in different directions

=======

I found out that "Mov(Ref(C,-1),12,E)" produces a line on the chart the
right of "Mov(C,12,E)"!! Why isn't it to the left of it?

I had planned to use "Mov(C,12,E) > Mov(Ref(C,-1),12,E) AND Mov(C,60,E) >
Mov(Ref(C,-1),60,E)" as the Long part of the general formula.

Now I'm confused about the logic of the formulas.

Any help would be appreciated.

Best regards

Walter