OPEN-SOURCE SCRIPT
Actualizado

Multi-timeframe Pivot Point

155
This indicator is a lightweight indicator designed to display higher timeframe pivot levels on your chart.
It helps traders quickly identify key support and resistance zones derived from higher timeframes (such as daily or weekly pivots) while analyzing lower timeframes (e.g., 15m or 1h charts).

Calculation Logic

This indicator uses the classic pivot point formula, calculated from high, low, and close values:

Pine Script®
PP = (High + Low + Close) / 3 R1 = 2 * PP - Low S1 = 2 * PP - High R2 = PP + (High - Low) S2 = PP - (High - Low) R3 = R1 + (High - Low) S3 = S1 - (High - Low)


Additionally, it includes breakout levels:

Pine Script®
HBOP = PP + PP + (High - Low) - Low LBOP = PP + PP - (High - Low) - High


Notas de prensa
fix bug
Notas de prensa
fix rendering bug
Notas de prensa
add plot labels
Notas de prensa
duplicated plots are removed.
Notas de prensa
clean code

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.