Important Lines
- Indicators
- Terence Gronowski
- Version: 1.20
- Updated: 15 February 2019
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators.
Why certain lines are important
Preday high and low: These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a daily range.
Prehour high and low: Are watched by breakout traders who trade in the hourly chart. The opening range breakout strategy (see Toby Crabel) uses the hourly range of the past hourly candle and trades the breakout at the market opening. Placing stop loss near the hour lines may be very effective.
Pivot Points: Pivots stem from the former pit traders who needed a quick and rough orientation of the situation of the price. Today still many traders look at these points. When trading, the pivot point, the supports (s1, s2, s3) or resistances (r1, r2, r3) cause the price to slow down or even turn.
Calculation Methods
Pivots:
Pivot Point = (high + close + low)/3 (preday)
r1 = (2 * pivot) - low
s1 = (2 * pivot) - high
r2 = pivot + (r1 - s1)
r3 = high + (2* (pivot - low))
s2 = pivot - (r1 - s1)
s3 = low - (2*(high - pivot));
All the other lines are derived from the history of MetaTrader 5.
Customization
The colors of the lines and labels can be customized.
- pivotColor
- s1Color
- s2Color
- s3Color
- r1Color
- r2Color
- r3Color
- lowH1Color
- hiH1Color
- PDHColor
- PDLColor
- PDCColor
Why did I program this indicator
As I started with MetaTrader 5 about a year ago I did not find any matching indicator. As I used it every day, I thought that it could be of use for other traders too.
This indicator is used in conjunction of my Opening Range Breakout robot I will publish soon. I plan to make this indicator "speaking". So it will be possible to "trade what you see and hear".
Issues and disclaimer
I use this indicator for about half a year, in general, it runs well.
On Mondays it might show wrong numbers, it might be, that it takes data from Saturday.
There is no guarantee for this product in no way.
12.7.2018, Terence V. Gronowski "SwissTrader"
ok