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

OBV for Amibroker (AFL)

Copy & Paste Friendly
_SECTION_BEGIN("OBV");

Plot( OBV(), _DEFAULT_NAME(), ParamColor("Color", colorCycle ), ParamStyle("Style")  );

if( Status("action") == actionCommentary )
{
printf("Interpretation is NOT available yet)");
printf("On Balance Volume is a running total of volume. It shows if volume is flowing into or out of a security.");
}

_SECTION_END();
Back