Skip to content

loca008/Fibonacci_Pro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Auto Fib Retracement with Signals - TradingView Pine Script v6

Version Platform Language Made with

"Automatic Fibonacci retracement with smart trading signals!"

Description

Auto Fib Retracement with Signals is an advanced TradingView Pine Script indicator that automatically draws Fibonacci retracement levels based on ZigZag pivot points. The indicator includes intelligent buy/sell signals that trigger when price crosses key Fibonacci levels with volume confirmation and candle pattern validation.

Why did I create this? Because I wanted an automatic Fibonacci tool that not only draws levels but also provides actionable trading signals!

Features

Feature Description
Automatic Fibonacci Auto-draws retracement levels from ZigZag pivots
Smart Signals BUY/SELL signals with volume and candle confirmation
Volume Confirmation Optional volume-based signal validation
Customizable Levels All Fibonacci levels can be shown/hidden
Alert System Built-in alerts for signal generation

What exactly does it do?

Market Analysis: ZigZag detects pivots automatically
     ↓ [Auto Fib Calculation]
Fibonacci Levels: Auto-draws retracement levels
     ↓ [Signal Generation]
Trading Signals: BUY/SELL with volume confirmation
     ↓ [Result]
Professional Fibonacci analysis with actionable signals!

Trading Signals

Signal Conditions

Signal Type Conditions Action
BUY Signal Price crosses 0.618 or 0.786 upward + Bullish candle + Volume OK Triangle up + BUY label
SELL Signal Price crosses 1.618 or 2.618 downward + Bearish candle + Volume OK Triangle down + SELL label

Installation

Quick start (3 steps!)

graph LR
    A[Copy Pine Script] --> B[Open TradingView]
    B --> C[Paste in Pine Editor]
    C --> D[Add to Chart]
    D --> E[Configure settings]
Loading

Detailed steps:

  1. Copy the Pine Script code from the file
  2. Open TradingView and go to Pine Editor
  3. Paste the code into the editor
  4. Click "Add to Chart"
  5. Configure settings according to your preferences

Tip: Make sure you have TradingView Pro or higher for full functionality!

Configuration

Basic Settings

Parameter Default value Description Tip
Odchylka 3 Deviation multiplier for pivot detection Higher = fewer pivots
Hloubka 10 Minimum bars for calculation Lower = more sensitive
Obráceně false Reverse Fibonacci direction For downtrends

Signal Settings

Parameter Default value Description Tip
Období zpětného pohledu 3 Signal lookback period Adjust sensitivity
Použít potvrzení objemem true Enable volume confirmation Recommended
Minimální násobitel objemu 1.5 Volume multiplier threshold Higher = stricter

Display Settings

Parameter Default value Description Tip
Zobrazit ceny true Show price levels Recommended
Zobrazit úrovně true Show Fibonacci percentages Recommended
Pozice popisků Vlevo Label position Left or Right
Průhlednost pozadí 85 Background transparency 0-100%

Recommendation: Start with default settings and adjust based on your trading style!

Usage

Trading workflow

sequenceDiagram
    participant M as Market
    participant F as Auto Fib
    participant T as Trader
    
    M->>F: ZigZag detects pivots
    F->>F: Calculate Fibonacci levels
    F->>T: Show retracement levels
    M->>F: Price crosses key levels
    F->>T: Generate BUY/SELL signal
    T->>T: Make trading decision
Loading

Step by step:

  1. Add Auto Fib Retracement to your chart
  2. Wait for ZigZag to detect significant pivots
  3. Observe automatic Fibonacci level drawing
  4. Watch for BUY/SELL signal arrows
  5. Confirm signals with volume and candle patterns

Pro tip: Green triangles = BUY signals, Red triangles = SELL signals!

Technical Details

How it works

flowchart TD
    A[Indicator starts] --> B[Initialize ZigZag]
    B --> C[Detect pivots]
    C --> D[Calculate Fibonacci levels]
    D --> E[Draw retracement lines]
    E --> F[Monitor price crossings]
    F --> G{Signal conditions met?}
    G -->|Yes| H[Generate BUY/SELL signal]
    G -->|No| F
    H --> I[Draw signal arrows]
    I --> F
Loading

Fibonacci Levels

Level Value Color Significance
0% 0.0 Gray Start level
23.6% 0.236 Red Weak retracement
38.2% 0.382 Green Moderate retracement
50% 0.5 Green Strong retracement
61.8% 0.618 Teal Golden ratio
78.6% 0.786 Blue Deep retracement
100% 1.0 Gray Full retracement
161.8% 1.618 Blue Extension
261.8% 2.618 Red Strong extension

Security: All levels are automatically calculated and updated with new pivots!

Signal Logic

BUY Signal Conditions

  1. Price crosses 0.618 or 0.786 Fibonacci level upward
  2. Bullish candle (close > open)
  3. Volume confirmation (if enabled): volume > SMA(20) × multiplier

SELL Signal Conditions

  1. Price crosses 1.618 or 2.618 Fibonacci level downward
  2. Bearish candle (close < open)
  3. Volume confirmation (if enabled): volume > SMA(20) × multiplier

Alerts

The indicator includes built-in alerts for:

  • BUY Signal: "Fibonacci nákupní signál vygenerován"
  • SELL Signal: "Fibonacci prodejní signál vygenerován"
  • Level Crossings: Automatic alerts when price crosses any Fibonacci level

Warnings

Important information before use!

Warning Description Reason
TradingView Subscription Requires Pro or higher for full features Some functions need premium access
Market Conditions Works best in trending markets May give false signals in sideways markets
Signal Confirmation Always use additional analysis No indicator is 100% accurate
Risk Management Set appropriate stop losses Protect your capital

Golden rule: "Never rely on a single indicator for trading decisions!"

Changelog

Version 6.0 - "Auto Fib with Signals"

Feature Status Description
Automatic Fibonacci Auto-draws from ZigZag pivots
Smart Signals BUY/SELL with confirmation
Volume Confirmation Optional volume-based validation
Customizable Levels Show/hide any Fibonacci level
Alert System Built-in alerts for signals

Future plans: Maybe we'll add more Fibonacci extensions and custom levels!

License

📜 MIT License

Free to use for commercial and non-commercial purposes!

License: MIT

This project is licensed under the MIT License - see the LICENSE file for details.

Author

👨‍💻 Panzmoravy

Created with ❤️ for the trading community

GitHub TradingView

Contact Link
GitHub @toz-panzmoravy
TradingView panzmoravy
Ideas I welcome feedback and suggestions!

Support

Need help?

flowchart LR
    A[Have a problem?] --> B[Check Issues]
    B --> C[Create new issue]
    C --> D[Attach screenshots]
    D --> E[Wait for response]
    E --> F[Problem solved!]
Loading

How to get help:

  1. Check Issues
  2. Create a new issue with problem description
  3. Attach screenshots and chart examples if possible

If you like this indicator...

Don't forget to give it a star!

Every star motivates me to further development!

About

Auto Fib Retracement with Signals is an advanced TradingView Pine Script indicator that automatically draws Fibonacci retracement levels based on ZigZag pivot points. The indicator includes intelligent buy/sell signals that trigger when price crosses key Fibonacci levels with volume confirmation and candle pattern validation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Roff 100.0%