Announcement

Collapse
No announcement yet.

stochastic from different time frame

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

  • stochastic from different time frame

    hi,

    is it possible to get stochastic value(s) from another time frame?

    for example, if i am in a daily chart, is it possible to get the current stochastic value(s) of a weekly time frame?
    i don't see time-frame parameter in:
    var study = new StochStudy(14,1,3);

    thanks

  • #2
    Try Global Variables..

    I don't believe this is available within your EFS. The only way I can think of to accomplish this is...

    Using Global Variables

    - or -

    Write the information to a file and have another EFS file read that information.

    Maybe Matt or Jason can "chime in" with more information. But to the best of my knowledge, this is not easily possibly within an EFS file.

    The two potential solutions I've mentioned are the only ones I know of..

    Brad
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment

    Working...
    X