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 ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Animated Background for Amibroker (AFL)

Rating:
4 / 5 (Votes 2)
Tags:
amibroker, background

This AFL is interesting. Background keeps changing colors.

Similar Indicators / Formulas

AmiBrocker Background Color Switcher
Submitted by rmth2 almost 14 years ago
Color Display
Submitted by cnbondre over 14 years ago
Pentuple Exponential Moving Average
Submitted by extremist over 11 years ago
Williams Alligator System
Submitted by durgesh1712 about 13 years ago
Interactive Linear Regression Channel
Submitted by InternetWorm almost 13 years ago
*Level Breakout system*
Submitted by Tinych about 13 years ago

Indicator / Formula

Copy & Paste Friendly
_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

1. ARIES77

thanks

Leave Comment

Please login here to leave a comment.

Back