The fnDeleteFibo function is used to programatically delete a Fibonacci retracement from a price chart.


After the fnDeleteFibo function has been added to a Drawing, it is configured by clicking the (+) button along the bottom of the Element.


The Function Configuration window allows you to select values for each parameter.



Parameter Name

Data type

Description

name

string

The name of the Fibonacci retracement.  All Fibonacci retracements are identified by name.  The name should be unique. The pull-down menu provides sample names, but the text can be overwritten to any allowable name.  The name must be surrounded by double quotes, for example "myName". Avoid using blank spaces in the name: It may cause unpredictable behaviour.


Note: Any and all Fibonacci retracements that match the name are deleted from the price chart.  This includes Fibonacci retracements created both manually and programatically.