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

Daily Close Price Histogram for Amibroker (AFL)

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

Everyday Close price graph with histogram, which helps spot the High n Low of a Swing. select the param as shown on the pic.

Screenshots

Similar Indicators / Formulas

Kavach Of Karna v2
Submitted by hbkwarez over 9 years ago
Advanced Elliott Waves
Submitted by MarcosEn over 12 years ago
3_6Day GuaiLiLv
Submitted by motorfly over 12 years ago
Williams Alligator System
Submitted by durgesh1712 over 12 years ago
*Level Breakout system*
Submitted by Tinych over 12 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("MA");
P = ParamField("Price field",-1);
Periods = Param("Periods", 1, 1, 100, 1, 1 );
Plot( MA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle( "Style", styleHistogram | styleThick, maskHistogram  ) );
_SECTION_END();

_SECTION_BEGIN("MA1");
P = ParamField("Price field",-1);
Periods = Param("Periods", 1, 1, 100, 1, 1 );
Plot( MA( P, Periods ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
_SECTION_END();

4 comments

1. bhartiprinters

EARLIER SEEN THIS IN METATRADER. QUITE HAPPY TO SEE IT IN AMI.IT HELPS A LOT THANKS FOR SUCH A FINE TOOL. I WAS THINKING TO MAKE A SOFTWARE FOR THIS.
REALLY GRATEFUL TO YOU FOR THIS IMMENSE HELP.
THANKS FROM THE HEART

2. pras

Hi,

it will be better way by below code

Plot( C, “Close”, ParamColor(“Color”, colorBlack ),ParamStyle(“Style”,styleNoTitle|styleArea,maskAll) );

3. Pascal SAMSON

Hi taifur_pavel ,

Thanks for this formula, good as it is.
Regards,

4. taifur_pavel

thanx guys for ur inspiring complements

Leave Comment

Please login here to leave a comment.

Back