315 AFL Required

Tamil trader

Well-Known Member
#1
Dear Friends,

Can anyone post 315 AFL and its trading rules here?

Everyone is saying that it is working good for crude oil with 30 minutes chart.

Please post AFL here.

I will backtest for some months

Regards
Tamil Trader
 
#3


PHP:
_SECTION_BEGIN("MA Cross");

e1=EMA(C,3);
e2=EMA(C,15);

Plot(e1,"",6,1);
Plot(e2,"",4,1);

b1=Cross(e1,e2);
s1=Cross(e2,e1);
Buysetup=Flip(b1,s1);
Shortsetup=Flip(s1,b1);
trend=IIf(BarsSince(Buysetup)<BarsSince(Shortsetup ),1,0);
Col=IIf(trend==1,5,4);
SetBarFillColor(Col);
Plot(C,"Close",Col,64);

_SECTION_END();
 
#5
Dear Santhosh,


Thanks for posting the 315 AFL. One request can you incorporate buy and sell arrows according to cross.

This will be very much helpful.

Regards

ATHARSH
 

Similar threads