TradingView
blackcat1402
Jan 11, 2022 7:03 AM

[blackcat] L1 Fibonacci Counter 

SSE Composite IndexSSE

描述

Level: 1

Background

I believe that many traders must be familiar with the Fibonacci sequence. In live trading, we also use the Fibonacci sequence to predict the probability of a change in direction at an important stage of the market. , In the market analysis method, the Fibonacci sequence appears frequently.


Function

Drawing Fibonacci cycles manually is usually more labor-intensive. Here I tentatively implement a technical indicator that automatically draws Fibonacci time windows. It can automatically locate the high and low points of historical prices, and count them. When the period displayed by the counter is a Fibonacci number, it will be highlighted with a yellow background color and marked with the Fibonacci number. value.

Inputs

Counter Max Lookback --> Default 987.

Key Signal

Red bgcolor --> historical high with Fib hits
Green bgcolor --> historical low with Fib hits

Remarks

This is a Level 1 free and open source indicator.

Feedbacks are appreciated.
评论
rbower
Interesting idea, but have you found any decent correlation here?
blackcat1402
@rbower, not very stable yet, it need combine other factors to validate it for confirmation e.g. volume, mtf etc.
更多