TradingView
tkarolak
Jan 14, 2024 10:08 PM

Fibonacci Averages Trend Oscillator 

BTCUSDT Perpetual ContractBybit

描述

Overview:
The Fibonacci Averages Trend Oscillator is a unique technical indicator that leverages Fibonacci numbers to analyze market trends. It calculates the average trend sentiment over periods determined by Fibonacci numbers and smooths the result to create an oscillator.

Key Features:

  • Uses Fibonacci sequences for trend analysis.
  • Smooths the trend data to create a clear oscillator.
  • Offers adjustable oversold and overbought levels for customized analysis.

Inputs:

  • Max Fib Number: Select the highest Fibonacci number for trend calculation.
  • Smooth: Adjust the smoothness of the oscillator line.

Using the Oscillator:

  • A rising oscillator indicates a bullish trend, while a falling oscillator suggests bearish sentiment.
  • Oversold and overbought levels help identify potential reversal points.
  • Use the oscillator in conjunction with other indicators for comprehensive market analysis.

Tips for Effective Use:

  1. Adjusting Fibonacci Levels: Experiment with different 'Max Fib Number' settings to find the one that best matches your trading style and the asset's characteristics. Higher Fibonacci numbers consider longer periods, which might be more suitable for long-term trend analysis.
  2. Smoothing Level: The 'Smooth' input helps in reducing noise. A higher smooth level results in a less responsive but smoother line, which can be useful for identifying the overall trend direction.
  3. Interpreting Overbought/Oversold: Watch for the oscillator reaching overbought or oversold levels. These points could signal potential trend reversals or consolidation phases.
  4. Combination with Other Tools: For best results, combine the Fibonacci Averages Trend Oscillator with other technical tools like moving averages, RSI, or MACD to validate the signals and develop a robust trading strategy.

Conclusion:
The Fibonacci Averages Trend Oscillator offers a unique approach to trend analysis by incorporating Fibonacci numbers into its calculation. Its adjustable settings allow for customization to fit various trading styles and market conditions, making it a versatile tool for traders seeking to enhance their technical analysis capabilities.

版本注释

Enhanced efficiency in data gathering processes.

版本注释

Code refactor

版本注释

Changelog:

- Moved trend analysis calculations to FibonacciAveragesOscillator library for modular use.
- Enabled direct function access for incorporating oscillator into custom scripts.
- Streamlined integration for easier Fibonacci trend analysis in trading strategies.

版本注释

Library change

版本注释

  • Updated compiler annotations in the library for better documentation.
  • Upgraded indicator to align with the new library version for improved clarity and functionality.
评论
MikeAnnArbor
Good Job!
SophiaGoddess
Does this repaint?
tkarolak
@SophiaGoddess,
It is not a repainting indicator.

In the case of the Fib Avg Trend Osc:

It utilizes historical data for its calculations, specifically the close and open prices over a range of periods defined by Fibonacci numbers.
The historical data is processed to create an array of trend values, which are then averaged and smoothed using an Exponential Moving Average (EMA) with the specified smooth level.
The indicator does not modify its past values based on new data. Once a value is plotted on the chart for a specific bar, it remains the same and does not change when new bars appear.
SophiaGoddess
@tkarolak,. Your indicators are great. Thanks for sharing.
charly_esc
Very interesting indicator. Thank you.
更多