Guys,
I have a script that does some maths on various inputs and returns a single value for every bar.
Now I want to feed these single values back into, let's say wma.
I thought I should use getSeries, but it doesn't work.
How can I feed these single values back to functions that need a series?
Thanks
I have a script that does some maths on various inputs and returns a single value for every bar.
Now I want to feed these single values back into, let's say wma.
I thought I should use getSeries, but it doesn't work.
How can I feed these single values back to functions that need a series?
Thanks
Comment