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

Fw: Conversion Metastock in AFL



PureBytes Links

Trading Reference Links


Can someone please 
convert this Metastock's formula into AFL - Thanks<FONT 
face="Courier New" size=3>ENTER LONG
 
<FONT face="Courier New" 
size=3>downband:=Mov(C,13,E)-ATR(5)*0.618;Ref(C,-1)<downband AND 
C>downband
 
CLOSE 
LONG
 
<FONT face="Courier New" 
size=3>upband:=Mov(C,13,E)+ATR(5)*0.618;downband:=Mov(C,13,E)-ATR(5)*0.618;(Ref(C,-1)>upband 
AND C<upband)  ORC<ValueWhen(1,Ref(C,-1)<downband AND 
C>downband,L)
Thanks 
Peter