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 ....
Header for Amibroker (AFL)
Rating:
3 / 5 (Votes 2)
Tags:
amibroker
Header for charts with range of bar, day, etc.
Similar Indicators / Formulas
Kavach Of Karna v2
Submitted
by hbkwarez over 10 years ago
Advanced Elliott Waves
Submitted
by MarcosEn almost 13 years ago
3_6Day GuaiLiLv
Submitted
by motorfly almost 13 years ago
Williams Alligator System
Submitted
by durgesh1712 about 13 years ago
*Level Breakout system*
Submitted
by Tinych about 13 years ago
Horizontal Live Priceline Tool
Submitted
by northstar about 13 years ago
Indicator / Formula
Copy & Paste Friendly
HoD = TimeFrameGetPrice("H",inDaily); LoD = TimeFrameGetPrice("L",inDaily); Rng = HoD - LoD; _N(Title = StrFormat(EncodeColor( colorRed )+ EncodeColor( colorDarkGrey ) +" "+"{{NAME}} - {{INTERVAL}} {{DATE}}" + EncodeColor( colorGreen ) + " Open %g," + EncodeColor( colorDarkGrey ) + " Hi %g, " + EncodeColor( colorRed ) + " Lo %g, " + EncodeColor( colorLightGrey) + " Close %g,\n " + EncodeColor( colorGreen) +" Rng %g , " +EncodeColor( colorRed) + " Day %g, (%.1f%%){{VALUES}}", O, H, L, C,Prec((H-L),2),Prec((HoD-LoD),2), SelectedValue( ROC( C, 1 ) ) ));
0 comments
Leave Comment
Please login here to leave a comment.
Back