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

Sum of Risks for Amibroker (AFL)
brevco
over 14 years ago
Amibroker (AFL)

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

I cannot take credit for this indicator, and I can no longer find the name of the creator.

This indicator is based on multiple indicators. It creates a ribbon at the bottom of the chart below the histogram bars.

Towards the end of the code, the line, "Plot(K, “ribbon”, Color, styleOwnScale|styleArea|styleNoLabel, -1,15);" can be blanked out using “//” at the beginning of that line to hide the histogram bars. This will leave only the ribbon which can be plotted on a price chart or in any other indicator pane.

The very last line of code can be changed as follows:
Plot(1, “ribbon2”, Color2, styleOwnScale|styleArea|styleNoLabel, -.15, 1);

By doing this, it creates a ribbon that will fill the entire pane. You can then plot any indicator on top of it.

Screenshots

Similar Indicators / Formulas

Ergodic Candle Oscillator
Submitted by kaiji almost 15 years ago
Vortex Indicator w/ Histogram
Submitted by chaika over 14 years ago
Wilson Sentiment Index
Submitted by Xswingtrader over 14 years ago
MACD Histogram
Submitted by mrugen over 14 years ago
Special KADX Oscillator
Submitted by investor over 14 years ago
20 Day High's vs new 20 Day lows
Submitted by indranil999 over 14 years ago
You cannot view the code for the following reasons:
  • You must be a member.

1 comments

1. ARIES77

thanks for this useful afl sir

Leave Comment

Please login here to leave a comment.

Back