Có những hệ thống Exploration rất hiệu quả dựa trên MA. Đây là một thí dụ

ColA.

Close


ColB.

Trigger If(Fml( "DS_EMA_X_MP()" )=1,H+.05,
If(Ref( Fml( "DS_EMA_X_MP()" ),-1)=1,Ref(H,-1)+.05,
If(Ref( Fml( "DS_EMA_X_MP()" ),-2)=1,Ref(H,-2)+.05,
If(Fml( "DS_EMA_X_MP()" )=-1,L-.05,
If(Ref( Fml( "DS_EMA_X_MP()" ),-1)=-1,Ref(L,-1)-.05,
If(Ref( Fml( "DS_EMA_X_MP()" ),-2)=-1,Ref(L,-2)-.05,
0))))))


ColC.

Signal If( Fml( "DS_EMA_X_MP()" ) =1,1,
If( Fml( "DS_EMA_X_MP()" ) =-1,-1,
If(Ref( Fml( "DS_EMA_X_MP()" ),-1)=1,2,
If(Ref( Fml( "DS_EMA_X_MP()" ),-1)=-1,-2,
If(Ref( Fml( "DS_EMA_X_MP()" ),-2)=1,3,
If(Ref( Fml( "DS_EMA_X_MP()" ),-2)=-1,-3,
0))))))


Filter:

When(v,>=,500000)
AND
When( ADX(14),>,mov(adx(14),8,e))
AND
When(colC<>0)