SetFibonacciDescription

Sets the description text for a specific level of a Fibonacci object.

Syntax

SetFibonacciDescription(objectName: string, index: number, text: string): boolean

Parameters

  • objectName: string - The name of the Fibonacci object

  • index: number - The index of the Fibonacci level

  • text: string - The description text to set

Return Value

Returns boolean - true if the description was set successfully.

Description

The SetFibonacciDescription method sets the description text for a specific level of a Fibonacci object. This method works with various Fibonacci tool types (retracements, fans, arcs, etc.) and allows customization of level labels.

Example

Last updated