Scaling Problem with Fibolines

I use afl to draw many fibos and fibo derivatives
which can be far away from the actual price action visible on the chart.
The problem I have with that concerns the scaling,
because either I keep automatic scaling and in this case the candles become very small because the fibolines are mostly outside the actual price ranges
or I need to switch to custom scaling and adapt the prices of High and Low what can become rather laborious especially if I change often timeframes...
So I wonder if there is a possibility to keep the automatic scaling just for the visible price action
independantly of the horizontal fibolines or if I could achieve this with some afl code.
Thank you for your attention.

Read this Plot .... find plot function in your AFL & then add styleNoRescale.

2 Likes

Thank you, works perfectly :slight_smile:

1 Like