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 ....
Grid Hour Day for Amibroker (AFL)
Rating:
5 / 5 (Votes 2)
Tags:
amibroker
Simplу useful Grid Overlay
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
_SECTION_BEGIN("Grid_HourDay"); ShowGrid = ParamToggle("Show Grid", "No|Yes", 1); if (ShowGrid == 1) { grid_DAY = IIf(Day() != Ref(Day(), -1), 1, 0); grid_DAY_color = ParamColor("СolorDAY", colorBlue); Plot(grid_DAY, "", grid_DAY_color, styleHistogram|styleThick|styleNoLabel|styleNoRescale|styleOwnScale); grid_HOUR = IIf(Hour() != Ref(Hour(), -1), 1, 0); grid_HOUR_color = ParamColor("СolorHOUR", colorBrown); Plot(grid_HOUR, "", grid_HOUR_color, styleHistogram|styleDashed|styleNoLabel|styleNoRescale|styleOwnScale); } else {} _SECTION_END();
1 comments
Leave Comment
Please login here to leave a comment.
Back
Thanks