Skip to content

Releases: rodrigo-brito/ninjabot

v0.2.3

13 Oct 02:53
Compare
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
Compare
Choose a tag to compare

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

v0.2.1

22 Jul 01:48
a85bdd9
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v0.1.1

23 May 23:09
c67d9f6
Compare
Choose a tag to compare

What's Changed

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

v0.1.0

06 Apr 01:45
484752d
Compare
Choose a tag to compare

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

01 Apr 15:51
8572127
Compare
Choose a tag to compare

Hotfix

Full Changelog: v0.0.24...v0.0.25

v0.0.24

31 Mar 21:53
6c97858
Compare
Choose a tag to compare

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