I want help in creating a program like the one in the picture to calculate the lines related to the pivot points

Hello Akram Hassan,

To create a program that calculates pivot points and related levels (R1, R2, S1, S2, etc.), you can implement this in Excel using formulas. Here's how you can approach both:

Pivot Point Formula:

Pivot Point (PP)=(High+Low+Close)/3

Resistance Levels:
  1. R1=(2×PP)−Low
  2. R2=PP+(High−Low)
Support Levels:
  1. S1=(2×PP)−High
  2. S2=PP−(High−Low)
Add these formulas to the respective cells in Excel.
 
مرحباً أكرم حسن ،

لإنشاء برنامج يحسب نقاط المحور والمستويات ذات الصلة (R1، R2، S1، S2، وما إلى ذلك)، يمكنك تنفيذ ذلك في Excel باستخدام الصيغ. وفيما يلي كيفية التعامل مع كليهما:

صيغة نقطة المحور:

نقطة الارتكاز (PP)=(الارتفاع+الانخفاض+الإغلاق)/3

مستويات المقاومة:
  1. R1=(2×PP)−منخفض
  2. R2=PP+(الأعلى −المنخفض)
مستويات الدعم:
  1. S1=(2×PP)−عالية
  2. S2=PP−(أعلى−أدنى)
أضف هذه الصيغ إلى الخلايا المخصصة لها في Excel.
هناك مستويات أخرى غير معروفة معادلتها كما هو موضح في الصورة كيف يمكن إيجادها؟
 
Hello Akram Hassan,

Based on your image, some extra levels like "Moving Deviation" and "Reverse Deviation" aren't standard Pivot Point calculations. These could be derived using variations of the High, Low, and Pivot Point values with some specific multipliers or averages.

Possible Formulas for These Levels:
  1. Moving Deviation:
    • This might be a calculation based on the day's range (High - Low) added to or subtracted from the Pivot Point.
    • High Moving Deviation: High Moving=PP+(High−Low)×0.382
    • Low Moving Deviation: Low Moving=PP−(High−Low)×0.382
  2. Reverse Deviation:
    • Similar to the above, it could use a different multiplier (e.g., 0.618).
    • High Reverse Deviation: High Reverse=PP+(High−Low)×0.618
    • Low Reverse Deviation: Low Reverse=PP−(High−Low)×0.618
  3. Midline:
    • This could be an average of the Moving Deviation levels: (High Moving + Low Moving) / 2
2. How to Implement This in Excel:

Pivot Point
:

PP=(High+Low+Close) / 3

Resistance and Support Levels:

R1=(2×PP)−Low

Moving Deviation:
High Moving: = PP + (High - Low) * 0.382
Low Moving: = PP - (High - Low) * 0.382

Reverse Deviation:
High Reverse: = PP + (High - Low) * 0.618
Low Reverse: = PP - (High - Low) * 0.618

Midline:
Midline: = (High Moving + Low Moving) / 2
 
The additional levels (e.g., Moving Deviation, Reverse Deviation, and Midline) could be calculated using more specific formulas.

Moving Deviation (High & Low):
These levels might deviate from the pivot points using specific multipliers.

High Moving Deviation:
High Moving=High+(High−Low)×X

Low Moving Deviation:
Low Moving=Low−(High−Low)×Y

Here, X and Y are custom multipliers, potentially derived based on typical ranges like 0.5 or 0.618.

Reverse Deviation (High & Low):

High Reverse: High Reverse=PP+(High−Low)×Z
Low Reverse: Low Reverse=PP−(High−Low)×Z

Midline: The midline might be derived differently depending on which values your image is averaging.
If you are averaging specific deviations (e.g., Moving Deviation values):
Midline: =(High Moving+Low Moving)/2

If these formulas don’t produce the correct results, you might need to explore other calculation methods specific to your system. Unfortunately, I can't guarantee exact matches in every case.
 
يمكن حساب المستويات الإضافية (على سبيل المثال، الانحراف المتحرك، والانحراف العكسي، والخط الأوسط) باستخدام صيغ أكثر تحديدًا.

الانحراف المتحرك (العالي والمنخفض):
قد تنحرف هذه المستويات عن نقاط المحور باستخدام مضاعفات محددة.

انحراف الحركة العالي:
ارتفاع متحرك = ارتفاع + (ارتفاع - انخفاض) × X

انحراف الحركة المنخفض:
الحركة المنخفضة = منخفضة - (عالية - منخفضة) × Y

هنا، X وY عبارة عن مضاعفات مخصصة، والتي من المحتمل أن يتم اشتقاقها استنادًا إلى نطاقات نموذجية مثل 0.5 أو 0.618.

الانحراف العكسي (العالي والمنخفض):

عكس مرتفع: عكس مرتفع=PP+(مرتفع−منخفض)×Z
عكس منخفض: عكس منخفض=PP−(مرتفع−منخفض)×Z

خط الوسط: قد يتم اشتقاق خط الوسط بشكل مختلف اعتمادًا على القيم التي يتم حساب متوسطها في صورتك.
إذا كنت تقوم بحساب متوسط الانحرافات المحددة (على سبيل المثال، قيم الانحراف المتحرك):
خط الوسط: =(الحركة العالية + الحركة المنخفضة)/2

إذا لم تنتج هذه الصيغ النتائج الصحيحة، فقد تحتاج إلى استكشاف طرق حسابية أخرى خاصة بنظامك. لسوء الحظ، لا يمكنني ضمان التطابق الدقيق في كل حالة.
تم حساب الانحدار المتحرك والانحدار العكسي بناءً على سعر الافتتاح لليوم الحالي. ويمكن استنتاج المعادلات المستخدمة.
 

Online statistics

Members online
0
Guests online
5
Total visitors
5

Forum statistics

Threads
385
Messages
1,686
Members
731
Latest member
want2learn
Back
Top