Can you make the pivot indicator formula calculations to be customizable up to 6 levels?
It would be great to be to use the following calculations for the Cam pivot levels.
Camarilla Pivot Calculations Using Previous Day:
R6 = (High / Low) * Close
R5 = R4 + 1.168 * (R4 - R3)
R4 = CLOSE + (HIGH - LOW) * 1.1/2
R3 = CLOSE + (HIGH - LOW) * 1.1/4
R2 = CLOSE + (HIGH - LOW) * 1.1/6
R1 = CLOSE + (HIGH - LOW) * 1.1/12
S1 = CLOSE - (HIGH - LOW) * 1.1/12
S2 = CLOSE - (HIGH - LOW) * 1.1/6
S3 = CLOSE - (HIGH - LOW) * 1.1/4
S4 = CLOSE - (HIGH - LOW) * 1.1/2
S5 = S4 - 1.168 * (S3 - S4)
S6 = Close - (R6 - Close)
Thanks for your consideration.
