Fibonacci Pivot Range

"Fibonacci Pivot Points start just the same as Standard Pivot Points. From the base Pivot Point, Fibonacci multiples of the high-low differential are added to form resistance levels and subtracted to form support levels."
- Pivot Point (P) = (High + Low + Close)/3
- Support 1 (S1) = P - {.382 * (High - Low)}
- Support 2 (S2) = P - {.618 * (High - Low)}
- Resistance 1 (R1) = P + {.382 * (High - Low)}
- Resistance 2 (R2) = P + {.618 * (High - Low)}
Adding more support or resistance levels should be really easy.
I think it makes more sense. and 0.618 is too extreme.
Added transparency: 45
P line thickness is 2, the rest are 1
Please adjust it to your liking and screen res.
Any ideas or requests? Please post as comments.
PS! The way I use it is that I fire it up, use line tool to draw over today's and yesterdays lines and then hide the script. This way charts zoom in/out, scale etc work better.
Renamed the points.
For example, you can have a 15 min chart with Fibonacci Pivot points calculated from 4 h bars.
Default setting is 1 D
Added level 1.0, level 0.236 is now optional
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Per un accesso rapido a un grafico, aggiungi questo script ai tuoi preferiti: per saperne di più clicca qui.
Declinazione di responsabilità
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Per un accesso rapido a un grafico, aggiungi questo script ai tuoi preferiti: per saperne di più clicca qui.