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

Trailing Stoploss ATR for Metastock
kaiji
about 14 years ago
Metastock

Rating:
5 / 5 (Votes 1)
Tags:
metastock, stop loss

ATR trailing stop loss for Metastock

Similar Indicators / Formulas

Trailing Stoploss Long
Submitted by kaiji about 14 years ago
ATR Trailing Stop Loss II
Submitted by kaiji about 14 years ago
ATR STOP AND REVERSE
Submitted by garry_gc over 12 years ago
Flat Market Indicator (FMI)
Submitted by chsmcp about 11 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

Indicator / Formula

Copy & Paste Friendly
PDay := Input("Day of Month" ,1,31,1);
PMonth := Input("Month" ,1,12,1);
PYear := Input("Year",2000,2010,2002);
PATR := Input("Multiple of ATR",1,10,2);
TSE1 := BarsSince(DayOfMonth() = PDay AND Month() = PMonth AND Year() = PYear);
TSE2 := HighestSince(1,TSE1=0,H ) ;
TSE3 := TSE2 - PATR*ATR(15);

HighestSince(1 ,TSE1 = 1 ,TSE3 );

0 comments

Leave Comment

Please login here to leave a comment.

Back