OPEN-SOURCE SCRIPT
מעודכן

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


הערות שחרור
fix bug
הערות שחרור
fix rendering bug
הערות שחרור
add plot labels
הערות שחרור
duplicated plots are removed.
הערות שחרור
clean code

כתב ויתור

המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.