Pivot Points High Low Multi Time FrameHello All,
There are built-in and published Pivot Point High Low indicators in Public Library but as far as I see none of them is for Higher Time frames. so I decided to write & publish this script. I hope it would be useful while trading or developing your own scripts. I also did this to use in one of my future projects (we will see it in a few weeks/months ;) ).
I tried to make all settings optional, so you can play with them as you wish.
P.S. There is no control mechanism if the chart time frame is lower than the time frame in the options. So you better set higher time frame in the options than the chart time frame.
Enjoy!
Pivotreversal
CPR BY DTTThe Central Pivot Range Indicator was created by Mark Fisher in his The Logical Trader book with some improvements made by Frank Ochoa. This indicator can seem very simple at first since it is a variation of the typical pivot points you see but this indicator aims to capture much data for the market sentiment for each stock that I will go over in detail. This indicator is known as the swiss army knife of pivots for a good reason.
First, this indicator will let you know one method of finding the current trend of the stock by determining where the price lies in comparison with the Central Pivot Range. If the price isn't touching and is above the Central Pivot Range then this stock is in a big uptrend that has a high chance of it continuing. Same for the reverse if the price isn't touching and is below the Central Pivot Range. Another method is when the current Central Pivot Range for the current period is higher than the previous Central Pivot Range and this means that the stock is in an uptrend and vice versa.
Second, you can tell much about if this stock is currently in a trending or sideways market by looking at the spacing between the 3 lines. If there is a bunch of space between each line then the stock is currently in a sideways market or in other words not much volatility. If there is very little space between each line then the stock is currently in a trending market and this means much volatility and so you need to trade in the direction of the current trend.
Finally, this indicator works as a general support and resistance system like a typical pivot point indicator and so you would go long if the price breaks through the resistance level which would be the top line or go short if the price breaks below the support level which would be the bottom line.
I have included many options in my script to allow you to see other support and resistance levels like extended pivot points, high and low points, and pivot points using data that will project what tomorrow's pivot points will look like. Let me know if you find any other uses for this indicator and of course if you have any questions for me!
The Golden PivotsThe Golden Pivots indicator is a combination of the following:
1. Central Pivot Range
2. Floor Pivots
3. Camarilla Pivots
4. Monthly, Weekly, Daily Highs and lows
5. Candlestick Setups
All the pivot calculations are based on Secret of Pivot Boss book by Frank Ochoa.
One can also view tomorrow's central pivot range by today end of the day.
QuantNomad - Significant Pivot Reversal Strategy AlertsAlerts for "Significant Pivot Reversal Strategy":
As one of the ways to filter out insignificant levels I decided to check that pivot point is not above/below neighbors, but check that it's above/below at least by a certain amount.
I use ATR, so in params, you can set length of ATR and also ATR multiplier. The new level will be calculated only if PP will be above/below neighbors by atr * atr_mult.
It seems this approach might help in some cases.
Reynholm PivotsReynholm Pivots are used by Forex, Futures and Stock Traders to flag possible reverse points. These pivots work best on higher times such as the monthly, weekly and daily time frames. I don't recommend using Reynholm Pivots on time frames lower than the daily chart. This pivots are not "buy" or" sell" signals and should not be used for this purpose, but used in conjunction with other technical and or fundamental analysis.
Strong Pivots + Forward looking Pivots + 1-3 std div PivotsI see this as very useful indicator for improved probability of successful entry/exits. Strong pivots are defined as yearly pivots + those of yearly, monthly and weekly pivots that form double support (not more far away then 2.5% of R2&S2 range.) The calculus is done on classical formula. I may ad other in the future. You can turn off Strong Support and show pivots of your choosing Y, M, W, D, 4h, 1h.
There is also forward looking pivot function, which means that you can estimate where the pivots will be for next year, month and week. Especially useful to use in December to check the next years yearly /strong pivots.
There are also 1-3 Standard Deviation moving pivots available. If price, classical pivots and moving pivots meet in time, this should also be indication of strong support/resistance.
If you happen to make a lot of money with this indicator or would like to have it improved farther send some contribution to 14jvBMALjnTdDjAP1ewdDp785u1nS5VVWH in Bitcoins. If I see contributions on this address I will work to add more improvements like support to cross check with different pivot formulas like Fibbonacci pivots.
Credit goes also to Lazy Bear and Chris Mood. I borrowed some of code from their work.