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 ....
Candle/Bar Style for Amibroker (AFL)
Copy & Paste Friendly
Back
_N( Title = EncodeColor( colorWhite ) + StrFormat( "{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ) ); SetBarFillColor( IIf( C > O, colorGreen , IIf( C <= O, colorRed , colorLightGrey ))); CS= ParamToggle(" Style","Candle|Bar",1); if(CS==1) { DS=Param( "Dots", 100, 64, 100,64 ); Plot( C, "", IIf( C > O, colorWhite , IIf( C <= O,colorWhite , colorLightGrey ) ), DS| styleNoLabel ); } Plot( C, "", IIf( C > O, colorWhite , IIf( C <= O,colorWhite , colorLightGrey ) ), 128, 0, 0, 0, 0 );