PureBytes Links
Trading Reference Links
|
I'm working on converting a function to an array
function. This has succeeded in the past with
ease, really, but now I am trying to call another
array function, average_a, with the following:
Function_a =Average_a(CloseArray -
Value1,Slow){/Average_a(Value3,Slow)*100};
I'm getting an error message when I verify, as
follows:
"Extraneous text is not allowed after the array
parameter", referring to the minus sign.
I guess it is choking on the idea of passing the
difference of a series of array values and Value1
to average_a. Is there a way to pass parameters
like that?? Putting "CloseArray = Value1" in
parenthesis does not work either.
Max
=====
"The race may not always go to the swift nor the battle to the strong, but it is the way to bet"
|