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

High and Low 1 year for Amibroker (AFL)

Rating:
3 / 5 (Votes 7)
Tags:
amibroker

The lines indicate High and Low one year later

Screenshots

Indicator / Formula

Copy & Paste Friendly
CanaleH = Ref(HHV(H, 260), -1);
CanaleL = Ref(LLV(L, 260), -1);
Mediana = (CanaleH + CanaleL)/2;
Plot(CanaleH, "", colorOrange, styleLine);
Plot(CanaleL, "", colorOrange, styleLine);
//Plot(Medium, "Medium", colorDarkGreen, styleLine);
Title = EncodeColor(colorBlack)+ "Max and min 1 year";
Plot(C, "", colorBlack, styleCandle);

0 comments

Leave Comment

Please login here to leave a comment.

Back