Trabalho concluído
Termos de Referência
I have uploaded a TradingView script that needs a slight modification. All that needs to be done is insert the correct formula for the Camarilla Pivot Points and change the name of this indicator to "PJ Garcia Camarilla Pivot Point & CPR Indicator" as well as rename the pivot points using R6 - R1 for the top levels and S6 - S1 for the bottom levels.
The correct formula for the camarilla pivot points is as follows:
Camarilla Pivot Point Equation
R6 = (High/Low) x Close
R5 = R4 + 1.168 x (R4 – R3)
R4 = Close + RANGE × 1.1/2
R3 = Close + RANGE × 1.1/4
R2 = Close + RANGE × 1.1/6
R1 = Close + RANGE × 1.1/12
S1 = Close – RANGE × 1.1/12
S2 = Close – RANGE × 1.1/6
S3 = Close – RANGE × 1.1/4
S4 = Close – RANGE × 1.1/2
S5 = S4 – 1.168 x (S3 – S4)
S6 = Close – (R6 – Close)