SetLevelValue
Changes the value of an existing level line.
Syntax
Parameters
index
- A number representing the index of the level to modify.value
- A number representing the new Y-value for the level.
Return Value
This method does not return a value.
Description
The SetLevelValue
method changes the Y-value of an existing level line. This can be used to dynamically adjust level positions based on market conditions or user preferences.
Example
Last updated