OPEN-SOURCE SCRIPT
Aktualisiert

Multi-timeframe Pivot Point

122
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


Versionshinweise
fix bug
Versionshinweise
fix rendering bug
Versionshinweise
add plot labels
Versionshinweise
duplicated plots are removed.
Versionshinweise
clean code

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.