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 ....
52 Week Hi & Low for Amibroker (AFL)
Copy & Paste Friendly
Back
Hclose=HHV(H,252); Lclose= LLV(L,252); Sha1 = EncodeColor(colorBrightGreen) + "52-Week-High = " + Hclose + "\n"; Sha2 = EncodeColor(colorRed) + "52-Week-Low = " + Lclose + "\n"; _N(Title = StrFormat("{{NAME}} ({{INTERVAL}}), {{DATE}} ; {{OHLCX}}, V=%1.0f\n {{VALUES}}\n\n", V) + Sha1 + Sha2); //for unique AFL code, please visit marketlogy.com