Announcement

Collapse
No announcement yet.

Bollinger Bands

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

  • Bollinger Bands

    I am trying to add daily bollinger bands to my intraday chart. Below is what I tried, any help on how to write this correctly would be much appreciated


    PHP Code:
    var studylong = new BollingerStudy(30,inv("D"), "Close"1); 

  • #2
    Re: Bollinger Bands

    saitokun
    See this article in the EFS KnowledgeBase for the syntax and examples on the Bollinger functions
    Alex


    Originally posted by saitokun
    I am trying to add daily bollinger bands to my intraday chart. Below is what I tried, any help on how to write this correctly would be much appreciated


    PHP Code:
    var studylong = new BollingerStudy(30,inv("D"), "Close"1); 

    Comment

    Working...
    X