General Trading Chat

pratapvb

Well-Known Member

eku

Well-Known Member
Yes Sir
In Eku's snapshot there are two other EMA's black and green , not getting those.
Black and Green is 8EMA and 21SMA AFL by Pratap Sir-

tf = 15 ;
p1 = 8 ;
p2 = 21 ;
expandmode = expandLast ;

tfs = tf * in1Minute ;

TimeFrameSet(tfs) ;

MAfast = EMA(C, p1) ;
MAslow = MA(C, p2) ;

TimeFrameRestore() ;

MAfaste = TimeFrameExpand(MAfast, tfs, expandmode) ;
MAslowe = TimeFrameExpand(MAslow, tfs, expandmode) ;

Plot(MAfaste, "15fast", colorBlack, styleThick|styleNoRescale) ;
Plot(MAslowe, "15slow", colorGreen, styleThick|styleNoRescale) ;
Black works perfectly as SL in trending market..and support in range..

http://www.traderji.com/general-tra...68-general-trading-chat-1923.html#post1099340

AFL request was there but later the main thread got deleted :(
http://www.traderji.com/general-tra...68-general-trading-chat-1896.html#post1098545
 
Last edited:

Similar threads