anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.14k stars 557 forks source link

BollingerBands: add option to use EMA vs. SMA #215

Open tredondo opened 4 years ago

tredondo commented 4 years ago

I've also simplified the code, used const and let instead of var, uniform spacing and semicolons etc., hence the big diff.

Are there linter settings somewhere?

tredondo commented 4 years ago

Should fix #213.

tredondo commented 4 years ago

Hey @anandanand84, any progress on this, anything I can do to get it merged?