AutoFibLevels - FixedPersonally I don't like the trouble of drawing fibonacci retracement and extension tolls time and time again, not only human eyes and hands are not as accurate as a computer, but also, you would sit and think : "Hey, which one of these candles is the start of the wave" time and time again.
That is one of the issues, some times you may want to drop more than one fibo on the chart to see where they over lap and that, makes your chart hell to look into.
This script will draw fibonacci levels for you based on the time frame you are in, for each time frame the number of bars that it will look into differs and if you need to, you can adjust them per time frame separately.
And as always for indicators, you have total control on which lines to draw and clouds, and their color and transparency.
The reason this title has Fix, is that I totally forgot to change some titles in the script so in the style you would see some errors in titles and also, the 1.618 line had a wrong title, sorry and thanks
Ritracciamento di Fibonacci
AutoFibLevelsPersonally I don't like the trouble of drawing fibonacci retracement and extension tolls time and time again, not only human eyes and hands are not as accurate as a computer, but also, you would sit and think : "Hey, which one of these candles is the start of the wave" time and time again.
That is one of the issues, some times you may want to drop more than one fibo on the chart to see where they over lap and that, makes your chart hell to look into.
This script will draw fibonacci levels for you based on the time frame you are in, for each time frame the number of bars that it will look into differs and if you need to, you can adjust them per time frame separately.
And as always for indicators, you have total control on which lines to draw and clouds, and their color and transparency.
autofiba very simple script to place 3 Fib lines on the currents days action from the regular hours automatically
Auto FibTook the code from LazyBears rsi-fib and made it so you could apply it to a chart. It plots fib levels between the high and low of a timeframe of your choosing. Seems to line up well with custom drawn fib levels.
Not sure if it's any better than just drawing the lines yourself, but whatever.