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

Rsi Composite Index for Amibroker (AFL)
thakkarps
almost 13 years ago
Amibroker (AFL)

Rating:
4 / 5 (Votes 5)
Tags:
oscillator, amibroker

This is for Big Picture Investing
It shows Big shift in price.

Screenshots

Similar Indicators / Formulas

Febo RSI ..real indicator
Submitted by abhinavsingh over 12 years ago
Trading Volume Statistic
Submitted by tuanstock1 over 9 years ago
Ergodic Oscillator
Submitted by dljtrader over 13 years ago
3 Days Track
Submitted by janet0211 almost 14 years ago
Chande Momentum Oscillator
Submitted by klimpek over 13 years ago
BoH Risk Aversion Indicator
Submitted by genkumag over 12 years ago

Indicator / Formula

Copy & Paste Friendly
Base=MA(RSI(14),6);
ATRcustom=HHV(
ValueWhen(RSI(14)>Ref(RSI(14),-1),ATR(1))OR  
ValueWhen(RSI(14)>Ref(RSI(14),-2),ATR(1))OR
ValueWhen(RSI(14)>Ref(RSI(14),-3),ATR(1)),14);
Part1= (2.3*(MA(ATRcustom, 15))); //{up coefficient is a factor 2.3 AND added}
Part2= (2.1*(MA(ATRcustom, 15))); // {down coefficient is factor 2.1 AND subtracted}
Part3 =  IIf( (Base >= Ref(Base,-1)),(base + Part1),(base + Part2) ); 

Plot(Part3,"composite index",IIf(part3>Ref(part3,-1),colorBrightGreen,12),5);
Plot(30,"30 LINE",colorGreen,styleThick);
Plot(70,"70 LINE",colorGreen,styleThick);

2 comments

1. docbraun

Hi, have you tried 1min charts??? It looks really great !!! Shows divergences either, better than RSI itself…
Tks a lot…

2. hoierman

I do not get chart like anything like shown above … only a basic chart divergence etc. not shown nor background?

Dick

Leave Comment

Please login here to leave a comment.

Back