Announcement

Collapse
No announcement yet.

Stochastic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Stochastic

    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]

  • #2
    Ed
    A while back JasonK posted the attached StochOf_template.efs to create a Stochastic using other builtin studies. You can probably adapt it to your needs. Brief instructions and comments are included in the efs itself.
    Alex
    Attached Files

    Comment


    • #3
      thank you

      thank you

      Comment

      Working...
      X