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

Screen Colour Changes (Frequently) for Amibroker (AFL)

Copy & Paste Friendly
Visit marketlogy.com  for unique AFL Codes

//********************************\\Screen Colour//**************//
for( i = 1; i < BarCount; i++ )
z = (GetPerformanceCounter()/100)%256;
Change=ColorHSB( ( i + z ) % 256, 255, 100 );
SetChartBkColor(Change);
RequestTimedRefresh(1);
//********************************\\Screen Colour//**************//
Back