Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Strong Up Trend Detector for Amibroker (AFL)
this is a Detector of strong uptrend, it’s a little lagging but it’s sure. its just an exploration.I hope you enjoy it.
Indicator / Formula
1 2 3 4 5 6 7 8 9 10 11 12 | P1 = Param ( "Conversion Period" , 9, 2, 200, 1, 0); CL = ( HHV ( H ,P1)+ LLV ( L ,P1))/2; P2 = Param ( "Base Period" , 26, 2, 200, 1, 0); BL = ( HHV ( H ,P2)+ LLV ( L ,P2))/2; TL = (CL - BL)/CL; Filter = abs (TL)<0.01&& Ref ( abs (TL),-1)<0.01&& Ref ( abs (TL),-2)<0.01&& Ref ( abs (TL),-3)<0.01&& Ref ( abs (TL),-4)<0.01&&CL> Ref (CL,-1) && Ref (CL,-1)> Ref (CL,-2)&& Ref (CL,-2)> Ref (CL,-3)&&BL> Ref (BL,-1)&& Ref (BL,-1)> Ref (BL,-2)&& Ref (BL,-2)> Ref (BL,-3); AddColumn ( Close , "Close" ,1.4); AddColumn ( Volume , "Volume" ,1.0); AddColumn ( MA ( Volume , 15 ), "Average Volume" ,1.0); AddColumn ( RSI (14), "rsi(14)" ,1.1); AddColumn ( StochD (5,3,3), "Stoch(5,3,3)" ,1.1); |
1 comments
Leave Comment
Please login here to leave a comment.
Back
hi
super . but which time frame to explore? can u add buy and sell signals ?
ravi
qatar