Is there a version of a Stochastic.efs that can accept input from a variable in a efs script?
var vXYZ = null;
vXYZ = . . . . .
var = stoch(vXYZ, %K, %D, . . . . );
. . or whatever.
Thank You,
Ed Hoopes aka Reef-Break
[email protected]
var vXYZ = null;
vXYZ = . . . . .
var = stoch(vXYZ, %K, %D, . . . . );
. . or whatever.
Thank You,
Ed Hoopes aka Reef-Break
[email protected]
Comment