Anybody has this Trading System ?

cloudTrader

Well-Known Member
#5
Hi Friends,
Yesterday's and Today's 5min nf, anybody have this afl.

Vishnu_1990v
This is the AFL

Code:
_SECTION_BEGIN("MA Cross");

//Modified SH's 315 Strategy by Santhosh2010
// Traderji id :Santhosh2010

e1=EMA(C,3);
e2=EMA(H,15);
e3=EMA(L,15);

Plot(e1,"",colorYellow,styleDashed |styleThick);
Plot(e2,"",colorLightYellow,styleDots );
Plot(e3,"",colorLightYellow,styleDots );

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

_SECTION_END();
 

laotze

Active Member
#10
If you have option to PM. Please send message. or I can give you my email address.
You are here to sell the AFL, i feel..

Traderji Members...this AFL is not even worth for Rs.10.....don't get cheated..

I will post the AFL soon free.

This is purely MACD and MA crossover.

Fantastic System - Pratab has developed VWAP..but, nobody is bothered to use that.because he has posted for free. If anything is available free in traderji, we feel that it never works. If anybody wants to make good money just read VWAP AFL..there are so many hidden messages to make Tonnes of Money
 

Similar threads