Can one efs return two variables with very different values, such as the following:
return new Array (price(0), volume(0));
I know you can do this with two separate studies, but I'd like to have one study return these and other values to the price chart -- preferably without the need to scale all variables to a uniform value range.
Thanks for any help or direction.
return new Array (price(0), volume(0));
I know you can do this with two separate studies, but I'd like to have one study return these and other values to the price chart -- preferably without the need to scale all variables to a uniform value range.
Thanks for any help or direction.
Comment