Skip to content

Releases: rodrigo-brito/ninjabot

v0.1.0

06 Apr 01:45
484752d

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

Choose a tag to compare

Hotfix

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

v0.0.24

31 Mar 21:53
6c97858

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

v0.0.23

28 Mar 00:29
16aa0b0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.22...v0.0.23

v0.0.22

19 Mar 03:12
985ba6e

Choose a tag to compare

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

Full Changelog: v0.0.21...v0.0.22

v0.0.21

23 Jan 01:37

Choose a tag to compare

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

08 Dec 11:54
167f332

Choose a tag to compare

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

06 Dec 15:49

Choose a tag to compare

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

Full Changelog: v0.0.18...v0.0.19

v0.0.18

28 Nov 02:22

Choose a tag to compare

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

20 Nov 18:31
5ffa261

Choose a tag to compare

New Features

  • Max Drawdown in equity chart
    image

Bugfixes

  • Fix drawdown calculation
  • Fix resample when the dataset is incomplete

What's Changed

Full Changelog: v0.0.16...v0.0.17