Fibonacci Trader Functions
The Fibonacci function library include these functions:
- fnDrawFibo
- Used to programatically draw a Fibonacci retracement on a price chart.
- fnIsFiboLevelBroken
- Used to determine if a price value has broken through a Fibonacci retracement level.
- fnGetFiboValue
- Used to get the value of a Fibonacci retracement level..
- fnDeleteFibo
- Used to programatically delete a Fibonacci retracement from a price chart.