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

Fw: Metastock's formula into AFL



PureBytes Links

Trading Reference Links


 
Can someone please 
convert this Metastock's formula into AFL - Thanks




Enter 
Long:Cross( Mov( Close,9,S), Mov( Close,50,S)) And Close > Mov( 
Close,80,S)

Close 
Long:Cross( Mov( Close,50,S), Mov( Close,9,S)) And Close > Mov( 
Close,80,S)

Enter 
Short:Cross( Mov( Close,50,S), Mov( Close,9,S)) And Close < Mov( 
Close,80,S)

Close 
Short:Cross( Mov( Close,9,S), Mov( Close,50,S)) And Close < Mov( 
Close,80,S)
When testing futures in MetaStock it’s best to use a 
"points only" test. To do this, choose Options from the System Tester dialog and 
then Points Only Test from the Testing page.
To use The Explorer to screen for futures generating 
a recent signal with this system, choose The Explorer from the Tools dialogand 
enter in the following rules:
COLUMN FORMULAS





ColumnA: Buy 
SignCross( Mov( Close,9,S), Mov( Close,50,S)) And Close > Mov( 
Close,80,S)

ColumnB: Shrt 
SigCross( Mov( Close,50,S), Mov( Close,9,S)) And Close < Mov( 
Close,80,S)
FILTER SOURCE
Filter Enabled: Yes

Thanks 
Peter