Ninjabot Versions Save

A fast trading bot platform for cryptocurrency in Go (Binance)

v0.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

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: https://github.com/rodrigo-brito/ninjabot/compare/v0.1.3...v0.2.0

v0.1.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.1.2...v0.1.3

v0.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.1.0...v0.1.1

v0.1.0

2 years ago

What's Changed

New Features

func (e *MyStrategy) OnPartialCandle(df *model.Dataframe, broker service.Broker) {
	// this function will be called for every candle update
}

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.0.25...v0.1.0

v0.0.25

2 years ago

Hotfix

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.0.24...v0.0.25

v0.0.24

2 years ago

What's Changed

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.0.23...v0.0.24

v0.0.23

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/rodrigo-brito/ninjabot/compare/v0.0.22...v0.0.23