OPEN-SOURCE SCRIPT
Zaktualizowano

Multi-timeframe Pivot Point

156
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


Informacje o Wersji
fix bug
Informacje o Wersji
fix rendering bug
Informacje o Wersji
add plot labels
Informacje o Wersji
duplicated plots are removed.
Informacje o Wersji
clean code

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.