Pivot Points (Pine)This script is an implementation of Pivot Points in Pine that supports arbitrary session lengths.
It is both a work-in-progress and for amusement, since multiple levels of Trading View support told me parts of this would not be possible to implement in Pine.
Points
Automatic Monthly Pivots with built-in Fibonacci LevelsClassic Floor Trader Pivots (algorithm decision points) with color segmented Fibonacci levels plotted in real-time Enjoy! Multi-variable Time Frame Pivots with Custom fib levels is in works.
Pivot Point Moving AveragesThis indicator contains two simple moving averages that is calculated from the pivot point rather than the closing price. This indicator is described in detail in chapter 6 of the book Candlestick and Pivot Point Trading Triggers: Setups for Stock, Forex, and Futures Markets by John L. Person.
ATR PointsUtile script per valutare lo stop loss con il metodo dell'ATR.
La variabile Length definisce i periodi di riferimento (default 14)
La variabile Multiplier definisce un moltiplicatore del risultato che permette di aggiustare il fattore di confidenza a secanda della propria strategia di trading. Il valore di default rappresenta l'ATR moltiplicato per 1.
Session min/max pointsAn improved version for minimum and maximum in a day trading session. You can choose the session resolution, it ranges from 1 minute to 1 week.
It works well for stocks and non-extended sessions due to security() function limitations.
Any suggestions, please leave a comment.
Happy trading.
Session min/max pointsMinimum and maximum points in a day trading session. It may help you spot the range which min and max occur in a session.
In day trading, for example, at securities like GBPNZD, minimum happens between 02:00-05:00 ET and maximum between 08:00-14:00 ET. This indicator can help you test this hypothesis.
Happy trading!