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 ....
try this for Amibroker (AFL)
Copy & Paste Friendly
Back
_SECTION_END(); /*Buy=ExRem(Buy,Sell); Sell=ExRem(Sell,Buy); PlotShapes(shapeHollowUpArrow * Buy,colorBrightGreen,0,L, Offset=-45); PlotShapes(shapeHollowDownArrow * Sell,colorRed,0,H, Offset=-45); AlertIf( Sell, "SOUND C:\\Windows\\Media\\chord.wav", "Audio alert", 2 ); AlertIf( Buy, "SOUND C:\\Windows\\Media\\chord.wav", "Audio alert", 2 ); _SECTION_BEGIN("L.T.P."); cx = Param( "cxposn", 1000, 0, 1250, 1 ); cy = Param( "cyposn", 25, 0, 500, 1 ); GfxSelectFont( "Candara", 18, 98, False ); GfxSetTextColor( colorWhite ); GfxTextOut( "L.T.P. " + C + " ", cx, cy ); _SECTION_END();