Skip to content
#

binance

Here are 997 public repositories matching this topic...

rodrigo-brito
rodrigo-brito commented Mar 19, 2022

We can create and initialize indicators for chats in Ninjabot.

Example: https://github.com/rodrigo-brito/ninjabot/blob/516e75064107daf73495bf1d091b5dc1cba18c09/examples/backtesting/main.go#L58-L63

A indicator is a simple struct that implements the follow interface:

type Indicator interface {
	Name() string
	Overlay() bool
	Metrics() []IndicatorMetric
	Load(dataframe *model.Datafram
help wanted good first issue

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

  • Updated Mar 22, 2022
  • 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