Skip to content

Releases: rodrigo-brito/ninjabot

v0.3.0

20 Mar 02:23

Choose a tag to compare

What's Changed

  • feat(core): include Binance Futures suport
  • feat(backtesting): include suport for shorting trade by @rodrigo-brito in #242

Full Changelog: v0.2.5...v0.3.0

v0.2.5

05 Mar 23:36
11928f8

Choose a tag to compare

What's Changed

  • chore(csv): remove unused header by @rafaelrubbioli in #213
  • build(deps): bump github.com/evanw/esbuild from 0.15.10 to 0.15.12 by @dependabot in #217
  • build(deps): bump github.com/urfave/cli/v2 from 2.17.1 to 2.23.0 by @dependabot in #216
  • build(deps): bump github.com/adshao/go-binance/v2 from 2.3.9 to 2.3.10 by @dependabot in #218
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #219
  • build(deps): bump github.com/samber/lo from 1.31.0 to 1.33.0 by @dependabot in #220
  • build(deps): bump gorm.io/gorm from 1.24.0 to 1.24.2 by @dependabot in #222
  • feat(chart): include warmup for indicators by @rodrigo-brito in #228
  • Refactor tests and remove external API dependency by @rodrigo-brito in #239
  • build(deps): bump github.com/urfave/cli/v2 from 2.23.0 to 2.25.0 by @dependabot in #240
  • build(deps): bump github.com/evanw/esbuild from 0.15.12 to 0.17.11 by @dependabot in #241
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.11.0 to 3.13.0 by @dependabot in #234
  • build(deps): bump github.com/xhit/go-str2duration/v2 from 2.0.0 to 2.1.0 by @dependabot in #229
  • build(deps): bump github.com/samber/lo from 1.33.0 to 1.37.0 by @dependabot in #232

Full Changelog: v0.2.4...v0.2.5

v0.2.4

17 Oct 01:52
0dcd438

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

13 Oct 02:53

Choose a tag to compare

What's Changed

  • refactor(telegram): Improve /balance command performance by @panapol-p in #184
  • fix(scheduler): wrong order side in BuyWhen by @vinicio in #205
  • test(tools): TrailingStop by @vinicio in #206
  • feat(dataset): include custom params from csv (#209)
  • refactor(csv): include headers for collumns (#208)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Jul 01:53

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Jul 01:48
a85bdd9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Jul 04:05
e80b14b

Choose a tag to compare

What's Changed

Break Changes

  • Rename: plot.WithIndicators(indicator) -> plot.WithCustomIndicators(indicator)
  • For custom strategies, you have to change Indicators functions to: func (m MyCustomStrategy) Indicators(df *ninjabot.Dataframe) []strategy.ChartIndicator (include an optional return type)

Full Changelog: v0.1.3...v0.2.0

v0.1.3

11 Jul 02:04
a7962c3

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/adshao/go-binance/v2 from 2.3.5 to 2.3.6 by @dependabot in #155
  • build(deps): bump github.com/urfave/cli/v2 from 2.6.0 to 2.10.3 by @dependabot in #160
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.0 by @dependabot in #163
  • build(deps): bump github.com/evanw/esbuild from 0.14.39 to 0.14.48 by @dependabot in #164
  • Included option WithTestNet() in Binance initialization for tests in Binance Test Network
  • Fix Heikin-Ashi code and incorrect test data by @rene-post in #166

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Jun 02:10

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 May 23:09
c67d9f6

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1