Skip to content

Releases: rodrigo-brito/ninjabot

v0.4.1

12 Oct 00:40
83d272f

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 Oct 00:25
2cd4ffc

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 by @dependabot[bot] in #334
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.5.0 to 2.5.1 by @dependabot[bot] in #335
  • build(deps): bump github.com/evanw/esbuild from 0.21.4 to 0.22.0 by @dependabot[bot] in #337
  • add logic to release locked funds when we cancel order by @ramilexe in #339
  • build(deps): bump github.com/samber/lo from 1.39.0 to 1.45.0 by @dependabot[bot] in #340
  • build(deps): bump github.com/evanw/esbuild from 0.21.4 to 0.23.0 by @dependabot[bot] in #341
  • build(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 by @dependabot[bot] in #348
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.5.1 to 2.6.0 by @dependabot[bot] in #349
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.6 by @dependabot[bot] in #352
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.4 by @dependabot[bot] in #353
  • build(deps): bump github.com/samber/lo from 1.45.0 to 1.47.0 by @dependabot[bot] in #354
  • build(deps): bump github.com/tidwall/buntdb from 1.3.1 to 1.3.2 by @dependabot[bot] in #359
  • build(deps): bump gorm.io/gorm from 1.25.11 to 1.25.12 by @dependabot[bot] in #360
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.6.0 to 2.6.1 by @dependabot[bot] in #361
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.16.0 by @dependabot[bot] in #362
  • build(deps): bump github.com/evanw/esbuild from 0.23.0 to 0.24.0 by @dependabot[bot] in #363
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.16.0 to 3.16.1 by @dependabot[bot] in #364
  • chore: correct typo in read.me description by @gui-fkb in #373
  • chore: adjust exchange directory reference on read.me by @gui-fkb in #374
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot[bot] in #367
  • refactor: improvements on performance by @rodrigo-brito in #386
  • fix: nan output by @rodrigo-brito in #387
  • Feature/contrib by @rodrigo-brito in #388
  • build(deps): bump gonum.org/v1/gonum from 0.15.0 to 0.16.0 by @dependabot[bot] in #378
  • build(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.25.10 by @dependabot[bot] in #385
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.1 by @dependabot[bot] in #383
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.16.1 to 3.18.0 by @dependabot[bot] in #376
  • deps: upgrade binance lib by @rodrigo-brito in #389
  • feat(chart): create enchanted chart by @rodrigo-brito in #390

New Contributors

Full Changelog: v0.3.7...v0.4.0

v0.0.1-test

12 Oct 00:39
83d272f

Choose a tag to compare

Changelog

v0.3.7

18 Jun 12:23
a57b4ce

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/vektra/mockery/v2 from 2.36.0 to 2.38.0 by @dependabot in #297
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.13.1 to 3.14.1 by @dependabot in #298
  • build(deps): bump gonum.org/v1/gonum from 0.13.0 to 0.14.0 by @dependabot in #299
  • build(deps): bump github.com/evanw/esbuild from 0.19.5 to 0.19.11 by @dependabot in #302
  • chore: fix function name by @avoidaway in #313
  • build(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.1 by @dependabot in #307
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.14.1 to 3.14.2 by @dependabot in #312
  • build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.7 by @dependabot in #311
  • build(deps): bump github.com/evanw/esbuild from 0.19.11 to 0.20.1 by @dependabot in #310
  • build(deps): bump github.com/samber/lo from 1.38.1 to 1.39.0 by @dependabot in #301
  • fix: update lint rules by @rodrigo-brito in #314
  • fix typo by @JieTea in #320
  • build(deps): bump github.com/evanw/esbuild from 0.20.1 to 0.20.2 by @dependabot in #315
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.4.5 to 2.5.0 by @dependabot in #317
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #318
  • build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.10 by @dependabot in #324
  • feat: support custom binance api endpoint by @panapol-p in #323
  • build(deps): bump github.com/glebarez/sqlite from 1.10.0 to 1.11.0 by @dependabot in #319
  • fix: close recordFile by @testwill in #326
  • fix: incorrect slice usage in Summary method by @ramilexe in #333
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 by @dependabot in #327
  • build(deps): bump github.com/tidwall/buntdb from 1.3.0 to 1.3.1 by @dependabot in #328
  • build(deps): bump github.com/evanw/esbuild from 0.20.2 to 0.21.4 by @dependabot in #330
  • build(deps): bump gonum.org/v1/gonum from 0.14.0 to 0.15.0 by @dependabot in #331
  • build(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #329

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

11 Nov 16:08
88c6a28

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/glebarez/sqlite from 1.9.0 to 1.10.0 by @dependabot in #290
  • build(deps): bump github.com/vektra/mockery/v2 from 2.33.1 to 2.36.0 by @dependabot in #292
  • build(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5 by @dependabot in #293
  • build(deps): bump github.com/evanw/esbuild from 0.19.2 to 0.19.5 by @dependabot in #291
  • feat: include confidence interval by @rodrigo-brito in #294

Full Changelog: v0.3.5...v0.3.6

v0.3.5

10 Nov 00:25
ba2ba23

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #274
  • build(deps): bump github.com/urfave/cli/v2 from 2.25.3 to 2.25.7 by @dependabot in #273
  • build(deps): bump github.com/vektra/mockery/v2 from 2.26.1 to 2.30.18 by @dependabot in #275
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #270
  • build(deps): bump github.com/tidwall/buntdb from 1.2.10 to 1.3.0 by @dependabot in #269
  • refactor: improve performance of backtesting by @rodrigo-brito in #276
  • build(deps): bump github.com/vektra/mockery/v2 from 2.30.18 to 2.32.2 by @dependabot in #281
  • build(deps): bump gorm.io/gorm from 1.24.6 to 1.25.2 by @dependabot in #277
  • build(deps): bump github.com/glebarez/sqlite from 1.8.0 to 1.9.0 by @dependabot in #279
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.4.2 to 2.4.4 by @dependabot in #278
  • build(deps): bump github.com/evanw/esbuild from 0.17.11 to 0.18.17 by @dependabot in #280
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.4.4 to 2.4.5 by @dependabot in #285
  • build(deps): bump gorm.io/gorm from 1.25.2 to 1.25.4 by @dependabot in #284
  • build(deps): bump github.com/vektra/mockery/v2 from 2.32.2 to 2.33.1 by @dependabot in #283
  • build(deps): bump github.com/evanw/esbuild from 0.18.17 to 0.19.2 by @dependabot in #286

Full Changelog: v0.3.4...v0.3.5

v0.3.4

15 May 23:53
924cebf

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/glebarez/sqlite from 1.5.0 to 1.7.0 by @dependabot in #251
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.13.0 to 3.13.1 by @dependabot in #253
  • build(deps): bump github.com/StudioSol/set from 0.0.0-20211001132805-52fe71d0afcf to 1.0.0 by @dependabot in #255
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.3.10 to 2.4.1 by @dependabot in #254
  • build(deps): bump gorm.io/gorm from 1.24.2 to 1.24.6 by @dependabot in #252
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.4.1 to 2.4.2 by @dependabot in #263
  • build(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.3 by @dependabot in #262
  • build(deps): bump github.com/samber/lo from 1.37.0 to 1.38.1 by @dependabot in #261
  • build(deps): bump github.com/vektra/mockery/v2 from 2.15.0 to 2.26.1 by @dependabot in #260
  • build(deps): bump github.com/glebarez/sqlite from 1.7.0 to 1.8.0 by @dependabot in #259
  • fix(paperwallet): fix panic when asset is zero by @daydoing in #265
  • chore: update pairs list by @rodrigo-brito in #266

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

01 Apr 21:55
2c7b579

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Mar 00:46

Choose a tag to compare

Changelog

  • Include support for exclusive Binance Future pairs
  • Fix futures balance information
  • Include leverage configuration / examples

Full Changelog: v0.3.1...v0.3.2

v0.3.1

25 Mar 17:03
e3a1d47

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1