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)
NFTRADER
about 15 years ago
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 over 14 years ago
Color Display
Submitted by cnbondre almost 15 years ago
Pentuple Exponential Moving Average
Submitted by extremist about 12 years ago
Williams Alligator System
Submitted by durgesh1712 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
_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