Releases: rodrigo-brito/ninjabot
Releases · rodrigo-brito/ninjabot
v0.0.23
What's Changed
- feat(plot) include SMA indicator by @RobertKwiatkowski in #112
- feat(chart): include CCI indicator by @RobertKwiatkowski in #114
- build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0 by @dependabot in #116
- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #118
- feat(chart): include Williams %R indicator by @RobertKwiatkowski in #115
- build(deps): bump github.com/adshao/go-binance/v2 from 2.3.4 to 2.3.5 by @dependabot in #117
- Improve telegram error handling by @RobertKwiatkowski in #113
New Contributors
- @RobertKwiatkowski made their first contribution in #112
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- Deps: update project dependencies
- Added MACD indicator and also added to backtest for plotting by @gunebakan in #108
- Turtle trading strategy added. by @gunebakan in #109
New Contributors
- @gunebakan made their first contribution in #108
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- Update project dependecies
- feat(backtesting) include button to export csv by @panapol-p in #86
- fix(telegram): display realtime balance
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- build(deps): bump github.com/gin-gonic/gin from 1.7.0 to 1.7.7 by @dependabot in #77
- build(deps): bump github.com/evanw/esbuild from 0.14.0 to 0.14.2 by @dependabot in #78
- feat(download): add progressbar by @panapol-p in #79
- fix(chart): sort pairs order
- feat(chart): include preview in realtime
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- Support for chart in real time. See the example here.
- feat(backtesting): add progressbar by @panapol-p in #75
- build(deps): bump github.com/evanw/esbuild from 0.13.15 to 0.14.0 by @dependabot in #74
New Contributors
- @panapol-p made their first contribution in #75
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Update ESBuild
- Fix order size validation (#46)
- Include pair precision for
ninjabot download
command. (#72) - Fix Telegram errors notifications
Full Changelog: v0.0.17...v0.0.18
v0.0.17
New Features
Bugfixes
- Fix drawdown calculation
- Fix resample when the dataset is incomplete
What's Changed
- fix(drawdown): fix drawdown calc and result plot by @rodrigo-brito in #69
- fix(resample): skip imcomplete candles by @rodrigo-brito in #70
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- build(deps): bump github.com/adshao/go-binance/v2 from 2.3.2 to 2.3.3 by @dependabot in #60
- build(deps): bump github.com/evanw/esbuild from 0.13.12 to 0.13.13 by @dependabot in #62
- build(deps): bump gopkg.in/tucnak/telebot.v2 from 2.4.0 to 2.4.1 by @dependabot in #61
- fix: preload candles in live environment / dinamic pairs by @rodrigo-brito in #63
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- build(deps): bump github.com/evanw/esbuild from 0.13.9 to 0.13.12 by @dependabot in #57
- feat(indicator): include supertrend indicator by @rodrigo-brito in #58
Full Changelog: v0.0.14...v0.0.15
v0.0.14
New Features
What's Changed
- feat(backtesting): include equity chart for backtesting by @rodrigo-brito in #55
- feat(backtest): include max draw down by @rodrigo-brito in #56
Full Changelog: v0.0.13...v0.0.14