Skip to content

Releases: rodrigo-brito/ninjabot

v0.0.23

28 Mar 00:29
16aa0b0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.0.16

18 Nov 03:22
5dc99d3
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/adshao/go-binance/v2 from 2.3.2 to 2.3.3 by @dependabot in #60
  • build(deps): bump github.com/evanw/esbuild from 0.13.12 to 0.13.13 by @dependabot in #62
  • build(deps): bump gopkg.in/tucnak/telebot.v2 from 2.4.0 to 2.4.1 by @dependabot in #61
  • fix: preload candles in live environment / dinamic pairs by @rodrigo-brito in #63

Full Changelog: v0.0.15...v0.0.16

v0.0.15

13 Nov 23:41
341f600
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/evanw/esbuild from 0.13.9 to 0.13.12 by @dependabot in #57
  • feat(indicator): include supertrend indicator by @rodrigo-brito in #58

Full Changelog: v0.0.14...v0.0.15

v0.0.14

31 Oct 19:24
2b8ac7a
Compare
Choose a tag to compare

New Features

  • Max drawdown displayed in backtest results
  • Equity evolution on backtest chart, with draw down
    image

What's Changed

Full Changelog: v0.0.13...v0.0.14