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

trend and sideways indicator for Amibroker (AFL)
drbsrini
about 13 years ago
Amibroker (AFL)

Rating:
3 / 5 (Votes 2)
Tags:
oscillator, amibroker

The window displaying green and red vertical bars indicate up and down stock trends respectively. The same window, when neither green or red bars are present, indicate a trading range.This is originally from the scientifictrader.com

Screenshots

Similar Indicators / Formulas

3 Days Track
Submitted by janet0211 almost 14 years ago
Trading Volume Statistic
Submitted by tuanstock1 almost 10 years ago
Ergodic Oscillator
Submitted by dljtrader over 13 years ago
BoH Risk Aversion Indicator
Submitted by genkumag over 12 years ago
Chande Momentum Oscillator
Submitted by klimpek over 13 years ago
%R ++
Submitted by reb almost 14 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("TREND");
Aup=40;//40

Adown=60;//60

up=BarsSince(RSI(9)>70);

down=BarsSince(RSI(9)<30); 

Graph0=IIf(up<down,1,-1);

Graph0Style=2;

Graph0BarColor=IIf( up<down AND LLV(RSI(9),up)>Aup ,5,IIf(down<up AND HHV(RSI(9),down)<Adown,4,0)); 

Graph1=1.1;

Graph1Color=0;

Graph2=-1.1;

Graph2Color=0; 
_SECTION_END();

2 comments

1. stinkystank

This indicator is absolutely horrible at determining trend.

2. balaji8775

hi, thanks. wonderful one. will it be possible to merge in price chart with buy sell arrow, that will be great.

Leave Comment

Please login here to leave a comment.

Back