QONG XI FAT CHOI for Amibroker (AFL)
tsunamizawa over 15 years ago Amibroker (AFL)
Running text QONG XI FAT CHOI
Indicator / Formula
Copy & Paste Friendly
_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.