TradingView
e2e4mfck
Mar 27, 2020 11:40 PM

[e2] Fibonacci slicer 

Description

Fibonacci slicer function.
The script is a simple calculator that accepts any 2 input values and divides the distance between those values using Fibonacci proportions.

- Easy for script integration (lines 21-35).
- The function accepts any 2 values and their order doesn't matter.
- Correctly divides negative-negative, negative-positive, positive-negative and positive-positive values.
- Calculates 7 levels derived from the Golden ratio (1.618033).
Comments
ICEKI
Thanks e2e4mfck
Stay Safe <3
e2e4mfck
You too @ICEKI ;)
WestSideboys
What is the best way to enter the two values?
e2e4mfck
@WestSideboys, found that mouse and keyboard are the best. No jokes, just enter any 2 values in the script's options and you'll get the levels. This tool is made mostly for script's integration rather than manual usage.
More