Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Sideway Filter for Amibroker (AFL)

Rating:
5 / 5 (Votes 1)
Tags:
amibroker, exploration

This code is used for find-out the stock in side-way period

Similar Indicators / Formulas

miftha indicator
Submitted by coolpace almost 14 years ago
General Market Exploration by XeL
Submitted by xel over 11 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji over 14 years ago
DIX50,20,10
Submitted by morgen almost 14 years ago
Volume Spike Exploration
Submitted by ngocleasing over 13 years ago

Indicator / Formula

Copy & Paste Friendly
_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