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 about 14 years ago
export data to file
Submitted
by avdutsmailbox almost 15 years ago
RAJASWAMY BUY SELL TELLER
Submitted
by rajaswamy almost 15 years ago
Background symbol Name
Submitted
by mkeitel over 15 years ago
*Level Breakout system*
Submitted
by Tinych almost 14 years ago
Indicator / Formula
Copy & Paste Friendly
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