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

ultimate trend for Amibroker (AFL)
ravi0055
almost 11 years ago
Amibroker (AFL)

Rating:
3 / 5 (Votes 5)
Tags:
amibroker, chart

Help in to find main sustainable trend and remove noise.

Similar Indicators / Formulas

3 line break
Submitted by deepu826 over 13 years ago
Heiken Ashi, Bolinger Bands And ADX
Submitted by vole_00 over 12 years ago
Pentuple Exponential Moving Average
Submitted by extremist about 11 years ago
Williams Alligator System
Submitted by durgesh1712 over 12 years ago
*Level Breakout system*
Submitted by Tinych over 12 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN(" ultimate trend");
mtOpen = LinearReg( Open, 12 ); // calculate moving trend from open
mtHigh = LinearReg( High, 12 ); // calculate moving trend from open
mtLow = LinearReg( Low, 12 ); // calculate moving trend from open
mtClose = LinearReg( Close, 12 ); // calculate moving trend from open
// plot surrogate chart
PlotOHLC( mtOpen, mtHigh, mtLow, mtClose, "Surrogate", colorBlack, styleCandle );


_SECTION_END();

0 comments

Leave Comment

Please login here to leave a comment.

Back