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

Re: trading in trend formula



PureBytes Links

Trading Reference Links

In a message dated 12/22/2001 8:58:41 PM Eastern Standard Time, igor.devisscher@xxxxxxxxxx writes:


Hy List,

I have a problem with a formula for the tester witch normally should be
as easy as 1+1= 2...still I can't solve it....

Enter long
Mov(C,100,E) > Mov(C,200,E) and
Mov(C,5,E) > Mov(C,20,E)

Enter short
Mov(C,100,E)< Mov(C,200,E) and
Mov(C,5,E) < Mov(C,20,E)

The purpose of this formula is that the MA 100 and 200 show the big
trend and that the MA 5 and 20 take only trades according to the big
trend e.a. if MA 100is above 200 only take long positions...if MA 100 is
under 200 only take short positions. What is wrong in my formula??

TNX igor