Announcement

Collapse
No announcement yet.

SMA variable Question

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

  • SMA variable Question

    I am trying to use a SMA as a variable in an EFS, and wondering if I can modify the SMA to be based on the HIGH, LOW and also based on a interval.

    Was trying this:

    var vSMA_H = sma(13, high, inv, 60));


    But that doesn't appear to be correct.

    Any suggestions?

  • #2
    Re: SMA variable Question

    cv989
    See this article in the EFS KnowledgeBase and also this thread for some more examples
    Alex


    Originally posted by cv989
    I am trying to use a SMA as a variable in an EFS, and wondering if I can modify the SMA to be based on the HIGH, LOW and also based on a interval.

    Was trying this:

    var vSMA_H = sma(13, high, inv, 60));


    But that doesn't appear to be correct.

    Any suggestions?

    Comment

    Working...
    X