Hi,
Is there a way to retrieve [with one call] multiple bars value for a declared data series/study?
getValue accepts only close, open high, low, etc. but not regular studies. I tried what I thought it should/might work but did not:
myArray = getValue(stMA1, refBar, numBars);
Error Message: Unidentified Series.
Apparently, there is no "numBars" parameter in the study.getValue function.
Thank you
Is there a way to retrieve [with one call] multiple bars value for a declared data series/study?
getValue accepts only close, open high, low, etc. but not regular studies. I tried what I thought it should/might work but did not:
myArray = getValue(stMA1, refBar, numBars);
Error Message: Unidentified Series.
Apparently, there is no "numBars" parameter in the study.getValue function.
Thank you
Comment