Releases: rodrigo-brito/ninjabot
Releases · rodrigo-brito/ninjabot
v0.1.0
What's Changed
- build(deps): bump github.com/evanw/esbuild from 0.14.28 to 0.14.31 by @dependabot #135
- fix(paperwallet): fix order limit in simulations #133
New Features
- feat(strategy): inlcude access to partial candles in custom strategies #134
func (e *MyStrategy) OnPartialCandle(df *model.Dataframe, broker service.Broker) {
// this function will be called for every candle update
}Full Changelog: v0.0.25...v0.1.0
v0.0.25
Hotfix
- fix(queue): include go routine for notifications by @rodrigo-brito in #127
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- build(deps): bump github.com/evanw/esbuild from 0.14.27 to 0.14.28 by @dependabot in #120
- feat(exchange): include stop order by @rodrigo-brito in #121
- refactor(core): simplify control of candles for backtesting environment by @rodrigo-brito in #125
- New chat indicators: OBV and Willians %R
Full Changelog: v0.0.23...v0.0.24
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 downloadcommand. (#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
