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

3-10 Oscillator for Metastock
mayurs
over 11 years ago
Metastock

Rating:
5 / 5 (Votes 1)
Tags:
oscillator, metastock

There are two lines on the 3/10 macd; one indicates the difference between two moving averages (3- & 10-period), known as the “Fast Line” (also represented by the histogram) and one which indicates a moving average of that difference (a 16-period moving average of the 3- & 10-period differential) known as the “Slow Line”. Think of it this way:
Slow Line = an intermediate-term trend indication
Fast Line = short-term trend indication.
(as an aside; a Long-term trend indication can be a reasonably reliable Moving Average, like the 50-period, or a 20- & 50-period Moving Average that takes into account the orientation and slope of the two MA’s (20- above 50-period and Up is bullish).
So, the 3/10 MACD provides 2 layers of price; one which directly reflects price (the Fast Line), and one which is slightly removed from price, being that it’s a moving average of the difference between two moving averages (the Slow Line).
The above concepts are slightly less important than the one to follow regarding time frame layers.

Similar Indicators / Formulas

Guppy MMA Divergence Oscillator
Submitted by kaiji over 14 years ago
Schaff Trend Cycle Oscillator
Submitted by kaiji over 13 years ago
Relative Vigor Index
Submitted by vargasc1 almost 13 years ago
StochPVT Indicators
Submitted by gohck almost 13 years ago
Bull and Bear Balance Indicator
Submitted by kaiji over 14 years ago

Indicator / Formula

Copy & Paste Friendly
A:=Mov(C,3,S)-Mov(C,10,S);
Sig:=Mov(A,16,S);
Red:=If(A<Ref(A,-1),A,0);
Green:=If(A>Ref(A,-1),A,0);
Red;Green;Sig;

0 comments

Leave Comment

Please login here to leave a comment.

Back