In my previous post we clarified:
a/ that we can return an array with efsInternal and
b/ how to generate series objects for each of the values returned by efsInternal.
What is left unclear [for me, at least] is how to retrieve subsequent values [in real time] returned by the same efsInternal [which keeps executing every tick].
Can we simple use getValue(0) [applied to already generated object series], or we must use the same two steps again [getSeries again to "extract" new values from the array] then use getValue(0)?
If the latter is true, what is the correct syntax.
Thank you.
a/ that we can return an array with efsInternal and
b/ how to generate series objects for each of the values returned by efsInternal.
What is left unclear [for me, at least] is how to retrieve subsequent values [in real time] returned by the same efsInternal [which keeps executing every tick].
Can we simple use getValue(0) [applied to already generated object series], or we must use the same two steps again [getSeries again to "extract" new values from the array] then use getValue(0)?
If the latter is true, what is the correct syntax.
Thank you.
Comment