Skip to content
#

binance

Here are 809 public repositories matching this topic...

rodrigo-brito
rodrigo-brito commented Oct 3, 2021

To implement Bolinger Bands, we need to implement a new Struct similar to EMA: https://github.com/rodrigo-brito/ninjabot/blob/516e75064107daf73495bf1d091b5dc1cba18c09/plot/indicator/ema.go

The struct must implement the following interface:

type Indicator interface {
	Name() string
	Overlay() bool
	Metrics() []IndicatorMetric
	Load(dataframe *model.Dataframe)
}

BB Indicator

An unofficial Python API to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr, jex, dex/chain+testnet) in a easy, fast, flexible, robust and fully-featured way.

  • Updated Oct 2, 2021
  • Python

A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.

  • Updated Mar 9, 2021
  • Python

Improve this page

Add a description, image, and links to the binance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binance topic, visit your repo's landing page and select "manage topics."

Learn more