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