DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.22k stars 2.04k forks source link

Improved ta_stoch_bollinger strategy #2677

Closed jjdejong closed 3 years ago

jjdejong commented 3 years ago

Improved trade responsiveness for limit cases where the closing and opening prices of a trend-change period fall on either side of a Bollinger limit. The sell/buy signals are now enabled if either the closing price or the opening price is outside the Bollinger bands.

Also tweaked some default parameters that work better for me.