This Pine Script code calculates Support and Resistance levels using Pivot Points, which are widely used in technical analysis for identifying potential price levels where the market might reverse direction. The methodology is based on two different calculation approaches: Traditional Pivot Points and Fibonacci Pivot Points. Here's an overview of the methodology:
Traditional and Fibonacci Pivot Points Formula: Pivot Point (P) is calculated as the average of the previous period's High, Low, and Close prices: P=(High+Low+Close)/3
where:
H = High price of the previous period
L = Low price of the previous period
C = Close price of the previous period
Resistance 1 (R1):
R1=P+0.382×(H−L) Support 1 (S1): S1=P−0.382×(H−L)
Resistance 2 (R2): R2=P+0.618×(H−L)
Support 2 (S2): S2=P−0.618×(H−L) Resistance 3 (R3): S2=P−0.618×(H−L) R3=P+(H−L) Support 3 (S3):
R3=P+(H−L) S3=P−(H−L)
הערות שחרור
Traditional and Fibonacci Pivot Points Formula: Pivot Point (P) is calculated as the average of the previous period's High, Low, and Close prices:
ברוח TradingView אמיתית, מחבר הסקריפט הזה פרסם אותו בקוד פתוח, כך שסוחרים יוכלו להבין ולאמת אותו. כל הכבוד למחבר! אתה יכול להשתמש בו בחינם, אבל השימוש החוזר בקוד זה בפרסום כפוף לכללי הבית. אתה יכול להכניס אותו למועדפים כדי להשתמש בו בגרף.
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.