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 ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Hourly Volume at Price for Amibroker (AFL)
Rating:
5 / 5 (Votes 1)
Tags:
amibroker
Hourly volume at price.
Similar Indicators / Formulas
Kavach Of Karna v2
Submitted
by hbkwarez over 10 years ago
Advanced Elliott Waves
Submitted
by MarcosEn over 13 years ago
3_6Day GuaiLiLv
Submitted
by motorfly over 13 years ago
Williams Alligator System
Submitted
by durgesh1712 over 13 years ago
Interactive Linear Regression Channel
Submitted
by InternetWorm over 13 years ago
*Level Breakout system*
Submitted
by Tinych over 13 years ago
Indicator / Formula
Copy & Paste Friendly
1 2 3 4 5 6 7 8 9 10 11 12 13 | _SECTION_BEGIN ( "Price" ); SetChartOptions (0, chartShowArrows | chartShowDates ); _N (Title = StrFormat ( "{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}" , O , H , L , C , SelectedValue ( ROC ( C , 1 ) ) )); Plot ( C , "Close" , ParamColor ( "Color" , colorBlack ), styleNoTitle | ParamStyle ( "Style" ) | GetPriceStyle () ); _SECTION_END (); _SECTION_BEGIN ( "VAP" ); segments = IIf ( Interval () < inDaily , Hour (), Month () ); segments = segments != Ref ( segments , -1 ); PlotVAPOverlayA ( segments , Param ( "Lines" , 300, 10, 1000, 1 ), Param ( "Width" , 80, 1, 100, 1 ), ParamColor ( "Color" , colorGold ), ParamToggle ( "Side" , "Left|Right" ) | 2 * ParamToggle ( "Style" , "Fill|Lines" , 0) | 4* ParamToggle ( "Z-order" , "On top|Behind" , 1 ) ); Plot (segments, "" , colorDarkGrey , styleHistogram | styleOwnScale ); _SECTION_END (); |
0 comments
Leave Comment
Please login here to leave a comment.
Back