uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
577 stars 140 forks source link

Implementation of WAE and Bollinger Bands #51

Closed Christoforos00 closed 3 years ago

Christoforos00 commented 3 years ago

Hi , I implemented the WAE indicator and also added a multiplier variable in Bollinger Bands. The option to customize the multiplier ,instead of it being set as 2.0, can be found in most of the other implementations , so I figured it could be added here too !

jbax commented 3 years ago

Thank you!