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

adx with stochastics signals for Metastock
titus
over 13 years ago
Metastock

Rating:
3 / 5 (Votes 2)
Tags:
metastock

ADX with stochastics signal

Similar Indicators / Formulas

Ortalama fiyat degiskenligi gostergesi
Submitted by tasma almost 12 years ago
Adaptive Wilders Smoothing
Submitted by aashish51 about 12 years ago
O.B.V. Good example of if() func
Submitted by karim.chakib about 10 years ago
Cycle Indicator by Bill Irwin
Submitted by roszyk about 13 years ago
Flat Market Indicator (FMI)
Submitted by chsmcp about 11 years ago
Price Action Indicator (PAIN)
Submitted by star123 over 13 years ago

Indicator / Formula

Copy & Paste Friendly
{New Entry}
ADX(14) > 20 AND 
( Mov(C,15,S) > Mov(C,30,S)) AND 
( Mov(C,5,S) > Mov(C,30,S)) AND 
Stoch(5,3) < 30 AND 
Ref(Stoch(5,3) ,-1) >=30

{Bullish formula}
ADX(14) > 20 AND 
( Mov(C,15,S) > Mov(C,30,S)) AND 
( Mov(C,5,S) > Mov(C,30,S))

{Bearish formula}
ADX(14) > 20 AND 
( Mov(C,15,S) < Mov(C,30,S)) AND 
( Mov(C,5,S) < Mov(C,30,S))

0 comments

Leave Comment

Please login here to leave a comment.

Back