PINE LIBRARY
Updated

GBB_lib_fibo

72
Library "GBB_lib_fibo"

draw_fibo(high_point, low_point)
  draw_fibo
/ description Draws Fibonacci retracement lines between a high point and a low point.
/ param high_point (float) Highest point of the move.
/ param low_point (float) Lowest point of the move.
/ Returns (void) Draws lines on the chart.
  Parameters:
    high_point (float)
    low_point (float)
Release Notes
v2
Release Notes
v3

Ajouté:
l_fibonacci_calc(price_786, price_100)
  fibonacci_calc
  Parameters:
    price_786 (float)
    price_100 (float)

l_fibonacci_calc_inverse(price_0, price_1)
  fibonacci_calc_inverse
  Parameters:
    price_0 (float)
    price_1 (float)

Mis à jour:
draw_fibo(high_point, low_point)
  draw_fibo
  Parameters:
    high_point (float)
    low_point (float)

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.