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

Support and resistance range for Amibroker (AFL)

Rating:
3 / 5 (Votes 4)
Tags:
amibroker, support, resistance

Live support and resistance

Screenshots

Similar Indicators / Formulas

Intraday Trades
Submitted by vishalsbharati over 12 years ago
Support & Resistance
Submitted by shyam242 almost 13 years ago
Automatic Support and Resistance with Channel
Submitted by kaiji over 14 years ago
Support/Resistance Modified
Submitted by dkeleher about 13 years ago
Tom DeMark Trend Lines
Submitted by kaiji about 14 years ago

Indicator / Formula

Copy & Paste Friendly
Av=MA(abs(C-Ref(C,-1)),5);
r1=(C+Av);
r2=(C+(2*Av));
s1=(C-Av);
s2=(C-(2*Av));
Plot (Close,"",3,128);
Plot (r1,"",24,16+8);
Plot (r2,"",24,16+8);
Plot (s1,"",26,16+8);
Plot (s2,"",26,16+8);
GraphXSpace=5;
Title=Name ()+ "Support and resistance Range "+"\n"+ "RES =" + WriteVal  (r1,1.2) + ", "+ WriteVal  (r2,1.2) + "  " + " SUPP= "+ WriteVal (s1,1.2)+ ", " + WriteVal(s2,1.2) ;

0 comments

Leave Comment

Please login here to leave a comment.

Back