TradingView
tkarolak
١٦ شباط فبراير ٢٠٢٤ ١٧:٤٥

FibonacciAveragesOscillatorLibrary 

BTCUSDT Perpetual ContractBybit

الوصف

Library "FibonacciAveragesOscillatorLibrary"
The FibonacciAveragesOscillator library provides a streamlined way to analyze market trends using Fibonacci intervals and smoothed averages.

fibAvgOscillator(maxFibNumber, smoothLevel)
  Parameters:
    maxFibNumber (string): string: The maximum Fibonacci number to use, affecting analysis depth.
    smoothLevel (simple int): simple int: Smoothing level for the oscillator, higher values produce smoother results.
@return series float: The Fibonacci averages trend oscillator value, smoothed over the specified level.

ملاحظات الأخبار

v2

Updated: Compiler annotations
المزيد