Library "FibRatios"
Library with calculation logic for fib retracement, extension and ratios

retracement(a, b, ratio, logScale, precision)
  Calculates the retracement for points a, b with given ratio and scale
  Parameters:
    a: Starting point a
    b: Second point b
    ratio: Ratio for which we need to calculate retracement c
    logScale: Flag to get calculations in log scale. Default is false
    precision: rounding precision. If set to netagive number, round_to_mintick is applied. Default is -1
  Returns: retracement point c for points a,b with given ratio and scale

retracementRatio(a, b, c, logScale, precision)
  Calculates the retracement ratio for points a, b, c with given scale
  Parameters:
    a: Starting point a
    b: Second point b
    c: Retracement point. c should be placed between a and b
    logScale: Flag to get calculations in log scale. Default is false
    precision: rounding precision. If set to netagive number, round_to_mintick is applied. Default is 3
  Returns: retracement ratio for points a,b,c on given scale

extension(a, b, c, ratio, logScale, precision)
  Calculates the extensions for points a, b, c with given ratio and scale
  Parameters:
    a: Starting point a
    b: Second point b
    c: Retracement point. c should be placed between a and b
    ratio: Ratio for which we need to calculate extension d
    logScale: Flag to get calculations in log scale. Default is false
    precision: rounding precision. If set to netagive number, round_to_mintick is applied. Default is -1
  Returns: extensoin point d for points a,b,c with given ratio and scale

extensionRatio(a, b, c, d, logScale, precision)
  Calculates the extension ratio for points a, b, c, d with given scale
  Parameters:
    a: Starting point a
    b: Second point b
    c: Retracement point. c should be placed between a and b
    d: Extension point. d should be placed beyond a, c. But, can be with b,c or beyond b
    logScale: Flag to get calculations in log scale. Default is false
    precision: rounding precision. If set to netagive number, round_to_mintick is applied. Default is 3
  Returns: extension ratio for points a,b,c,d on given scale

مكتبة باين

كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشور تحكمه قواعد الموقع.

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.

هل تريد استخدام هذه المكتبة؟

انسخ النص إلى الحافظة وألصقه في النص البرمجي الخاص بك.