Rolling Pivot PointsStandard Pivot Points are calculated from the previous day’s (week/month/year) close/low/high values. But what is the day close for cryptocurrencies trading 24/7 on exchange? Does it make sense to use a specific time price as a close if it continues trading after that?
So I solved that issue with Rolling Pivot Points, where I calculate pivot points not at the end of the period but for every bar on a rolling basis. Every time I recalculate pivot points, I look at a window of period length in bars and base my calculations on these bars. This way, you get smooth pivot points changing with every bar, and it should better represent support and resistance for the price.
In this indicator, I implement three types of pivot points.
Camarilla
Fibonacci
Traditional
In terms of period, you can select any one you want. If you’ll keep Auto Indicator well, compute period automatically. For two days, for example, use ‘Day’ in Period and 2 in Period Mult parameters.
You can also change the type of MA used to smooth Pivot Points.
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may perform less well than in historical backtesting.
This post and the script don’t provide any financial advice.
Traditionalpivots
Pivot Points Standard M, W, D (Monthly, Weekly & Daily)This script is based on Pivot Point Standard and is intended for educational purposes only.
"Pivot points are a technical indicator that is used to determine the levels at which price may face support or resistance.
Pivot Points indicator consists of a Pivot (P) level, several support (S) and several resistance (R)."
You can view the Daily timeframe - support/resistance.
You can view the Weekly timeframe - support/resistance.
You can view the Monthly timeframe - support/resistance.
Options to choose "Traditional" or "Fibonacci" or "Woodie" or "Classic" or "DM" or "Camarilla"
Options to choose historical pivots (Number of Pivots Back)
This tool can be handy in any trading process from short-long term trades or timeframes, multiple timeframe analysis, trend trades, swing trades, position trades, and momentum trades.
Credits
Credits to TradingView for original built-in source code