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

Golden Cross for Amibroker (AFL)

Copy & Paste Friendly
a1=MA(C,55);
a2=MA(C,100);
a3=MA(C,5);
a4=MA(C,14);
Buy=Cross(a1,a2) AND a3>a2 AND a4>a2 AND a3>a1 AND a4>a1;
PlotShapes(IIf(Buy,shapeUpArrow,shapeNone),colorBlue,0,L,-40 );
Back