Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Sideway Filter for Amibroker (AFL)
This code is used for find-out the stock in side-way period
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("Sideway Filter");
Filter=((HHV(C,10)-LLV(C,10))/LLV(C,10))*100<20;
//Filter=((HHV(C,10)-LLV(C,10))/LLV(C,10))<0.10;
AddColumn(C,"close",1.2);
AddColumn(V,"Vol",1.2);
_SECTION_END();0 comments
Leave Comment
Please login here to leave a comment.
Back