Returns True if the variable is undefined. The only variables that are set as undefined are series and indicators prior to priming.
Syntax: |
|---|
booleanValue = IsUndefined( variable ) |
Parameter: |
Description: |
|---|---|
variable |
Variable to evaluate. |
Example: |
|---|
notDefined = IsUndefined( instrument.defaultAverageTrueRange ) |
Returns: |
True if the variable is undefined. |
Links: |
|---|
See Also: |
Edit Time: 9/18/2020 12:21:10 PM |
Topic ID#: 393 |