This function can Enable or Disable any IPV Series, or Regular Indicator in the test. It will not work with any script calculated indicators, but it will work with indicators that are created using the Indicator Dialog that creates a selected indicator. When this is used, it Enables or Disables the series. To change its Enable or Disable state, True will enable and False will disable. Changing the state doesn't recompute the series. It works this way so the changes are processed before all the indicators are computed in the Before Test script section.
To use this function, it must be executed in the SetParameters script section.
Syntax: |
---|
instrument.SetSeriesEnable ( series, TRUE/FALSE ) |
Parameter: |
Description: |
---|---|
series |
Any IPV, BPV or indicator series name in the test. |
TRUE/FALSE |
TRUE will enable a series or indicator. FALSE will disable a series or indicator. |
Example: |
---|
SetParameters Methods |
Returns: |
---|
None |
Links: |
---|
See Also: |
Edit Time: 11/7/2020 3:04:40 PM |
Topic ID#: 99 |