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 ....
QONG XI FAT CHOI for Amibroker (AFL)
Rating:
3 / 5 (Votes 2)
Tags:
amibroker
Running text QONG XI FAT CHOI
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 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | _SECTION_BEGIN ( "BACK COLR" ); GfxSetOverlayMode (1); SetChartBkColor ( ParamColor ( "Chart Color" , colorBlack )); GfxSetOverlayMode (1); GfxSelectFont ( "Tahoma" , Status ( "pxheight" )/20 ); /* Up down name*/ GfxSetTextAlign ( 6 ); // center alignment GfxSetTextColor ( ParamColor ( "Text Color" , ColorHSB ( 42, 42, 42 ) )); k = ( GetPerformanceCounter ()/100)%256; printf ( "GetPerformance Counter %g" ,k); GfxSelectFont ( "Arial Narrow" , 30, 700 ); GfxSetBkMode (1); GfxSetTextColor ( colorYellow ); GfxTextOut ( "QONG XI FAT CHOI.....QONG XI FAT CHOI.....QONG XI FAT CHOI.....QONG XI FAT CHOI....." ,100+k ,12); RequestTimedRefresh (1); _SECTION_END (); _SECTION_BEGIN ( "Background text" ); GfxSetBkMode (0); // transparent GfxSelectFont ( "Tahoma" , Status ( "pxheight" )/12 ); GfxTextOut ( "tsunamizawa" , Status ( "pxwidth" )/2, Status ( "pxheight" )/3 ); GfxSelectFont ( "Tahoma" , Status ( "pxheight" )/20 ); Status ( "pxheight" )/2 ; //_SECTION_END(); |
0 comments
Leave Comment
Please login here to leave a comment.
Back