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 ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Trend Prediction for Amibroker (AFL)
Copy & Paste Friendly
Back
_SECTION_BEGIN("Trending or Trading _"); /*MACD BULL-BEAR*/ ob=Signal()<MACD(); os=Signal()>=MACD(); values5 = os>0; values6 = ob>0; AddToComposite(Values5,"~macdbear","V"); AddToComposite(Values6,"~macdbull","V"); Buy=0; _SECTION_END();