Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Animated Background for Amibroker (AFL)
This AFL is interesting. Background keeps changing colors.
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("SkyBlue's Animated BkGround"); for( i = 1; i < BarCount; i++ ) z = (GetPerformanceCounter()/100)%256; anim=ColorHSB( ( i + z ) % 256, 255, 100 ); SetChartBkColor(anim); RequestTimedRefresh(1); _SECTION_END();
1 comments
Leave Comment
Please login here to leave a comment.
Back
thanks