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 ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
ATR stop loss for Metastock
Copy & Paste Friendly
Back
{Upper Band} Prd1:=Input("ATR Period",1,20,5); Prd2:=Input("Period for Highest High Value",1,20,10); (HHV(LLV(L,Prd1)+ATR(Prd1),Prd2)); {Lower Band} Prd2:=Input("Period for Lowest Low Value",1,20,10); (LLV(HHV(H,Prd1)-ATR(Prd1),Prd2))