PINE LIBRARY
Mis à jour

GBB_lib_fibo

64
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)
Notes de version
v2
Notes de version
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)

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.