Hi Alex,
In the post where you explain the new functionalities of 7.9.1, you mention that we can use functions that return more than one value to create new series.
Your example uses "getSeries" for that.
Is is possible to use "getValue" instead?
Do we have to create an additional series, like you show, or we can use as is and retireve values, as needed?
Example: Say we have a function which declares an MACD study in EFS1 and returns three values: MACD, Signal and Hist.
Do we have to generate a series for each of them, or we can just look for what we need, when we need?
Thank you.
Mihai
In the post where you explain the new functionalities of 7.9.1, you mention that we can use functions that return more than one value to create new series.
Your example uses "getSeries" for that.
Is is possible to use "getValue" instead?
Do we have to create an additional series, like you show, or we can use as is and retireve values, as needed?
Example: Say we have a function which declares an MACD study in EFS1 and returns three values: MACD, Signal and Hist.
Do we have to generate a series for each of them, or we can just look for what we need, when we need?
Thank you.
Mihai
Comment