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

STIX for Amibroker (AFL)

Rating:
0 / 5 (Votes 0)
Tags:
STIX

STIX for amibroker

Indicator / Formula

Copy & Paste Friendly
function STIX()
{
  ADRatio = 100 * AdvIssues()/( AdvIssues() + DecIssues() );

  return EMA( ADRatio, 21 );
}

Plot( STIX(), _DEFAULT_NAME(), ParamColor("Color", ColorCycle ) );

0 comments

Leave Comment

Please login here to leave a comment.

Back