Can someone help me export my simple metastock formula to esignal....
Paint the bars blue if-
Mov(C,20,E)>Mov(C,30,E) AND
Mov(C,10,S)>Mov(C,20,E)
AND Mov(C,30,E)< Mov(C,10,S)
Paint the bars red if-
Mov(C,20,E)<Mov(C,30,E) AND
Mov(C,10,S)<Mov(C,20,E)
AND Mov(C,30,E)> Mov(C,10,S)
Paint the bars black if-
neither of the above.
--MIKE
Paint the bars blue if-
Mov(C,20,E)>Mov(C,30,E) AND
Mov(C,10,S)>Mov(C,20,E)
AND Mov(C,30,E)< Mov(C,10,S)
Paint the bars red if-
Mov(C,20,E)<Mov(C,30,E) AND
Mov(C,10,S)<Mov(C,20,E)
AND Mov(C,30,E)> Mov(C,10,S)
Paint the bars black if-
neither of the above.
--MIKE
Comment