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 ....
Gradient price for Amibroker (AFL)
Rating:
5 / 5 (Votes 1)
Tags:
amibroker, miscellaneous
All must look at this afl
Screenshots
Similar Indicators / Formulas
Export intraday and EOD data to TXT files
Submitted
by amit26.gupta over 13 years ago
export data to file
Submitted
by avdutsmailbox over 14 years ago
RAJASWAMY BUY SELL TELLER
Submitted
by rajaswamy over 14 years ago
Background symbol Name
Submitted
by mkeitel almost 15 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 14 15 16 | function PlotGradientArea( array, caption, ColorTop, ColorBottom ) { bkclr = GetChartBkColor (); HH = HighestVisibleValue( array ); if ( NOT IsNull ( hh ) ) SetChartBkGradientFill ( ColorTop, ColorBottom, bkclr, Null , HH ); Plot ( array, Caption, ColorBlend( ColorBottom, colorBlack ) ); PlotOHLC ( HH, HH, array, HH, "" , bkclr, styleNoLabel | styleNoTitle | styleCloud , Null , Null , 0, -10 ); } _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 ) ) )); PlotGradientArea( C , "Close" , ParamColor ( "Top" , colorLightOrange ), ParamColor ( "Bottom" , colorPaleGreen ) ); _SECTION_END (); |
1 comments
Leave Comment
Please login here to leave a comment.
Back
there is error :-
" HH = HighestVisibleValue( array ); "
plese check this i use ami 5.20