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

ATR Pivots for Metastock
matz
over 13 years ago
Metastock

Rating:
0 / 5 (Votes 0)
Tags:
metastock, pivots

Pivots can for instance be used to look for price patterns or used in pattern exploration indicators.

Screenshots

Files

Indicator / Formula

Copy & Paste Friendly
periods:=Input("ATR Periods?",1,100,10);
TH:=If(Ref(C,-1) > H,Ref(C,-1),H);
TL:=If(Ref(C,-1) < L,Ref(C,-1),L);
TR:=TH-TL;
R#1:=C+Mov(TR,periods,S);
S#1:=C-Mov(TR,periods,S);
Ref(R#1,-1);Ref(S#1,-1);

0 comments

Leave Comment

Please login here to leave a comment.

Back