All Projects → valamidev → DataSynchronizer

valamidev / DataSynchronizer

Licence: MIT license
Cryptocurrency Exchange and Sentiment data fetcher and syncronizer.

Programming Languages

typescript
32286 projects
TSQL
950 projects

Projects that are alternatives of or similar to DataSynchronizer

binance-php
Binance API Like the official document interface, Support for arbitrary extension.
Stars: ✭ 83 (+22.06%)
Mutual labels:  exchanges, binance, kucoin
pyjuque
⚡ Open Source Algorithmic Trading Bot for Python.
Stars: ✭ 318 (+367.65%)
Mutual labels:  binance, kucoin, ccxt
binance-proxy
A websocket proxy written in GoLang, that caches the endpoints: klines, depth, ticker/24hr, and exchangeInfo. It resembles the Binance API behaviour. And has a primary usecase to eliminate ratelimits when querying the Binance API from a single IP.
Stars: ✭ 70 (+2.94%)
Mutual labels:  binance, ccxt
add-tradingview-alerts-tool
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Stars: ✭ 467 (+586.76%)
Mutual labels:  binance, kucoin
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-69.12%)
Mutual labels:  binance, candlesticks
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (-35.29%)
Mutual labels:  binance, candlesticks
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-61.76%)
Mutual labels:  binance, kucoin
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+41.18%)
Mutual labels:  binance, kucoin
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+3707.35%)
Mutual labels:  binance, kucoin
farm-army-backend
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo - https://farm.army - nodejs backend
Stars: ✭ 86 (+26.47%)
Mutual labels:  binance, kucoin
btrccts
BackTest and Run CryptoCurrency Trading Strategies
Stars: ✭ 100 (+47.06%)
Mutual labels:  exchanges, ccxt
coinmarketcap-icons-cryptos
Repository of all crypto icons, and allows you to download all images of icons of crypto currencies listed on the coinmarketcap site 9129 icons
Stars: ✭ 17 (-75%)
Mutual labels:  exchanges, binance
java-binance-api
Java Binance API Client
Stars: ✭ 72 (+5.88%)
Mutual labels:  binance
Kucoin.Net
.Net API wrapper for the Kucoin web API
Stars: ✭ 92 (+35.29%)
Mutual labels:  kucoin
watson-discovery-food-reviews
Combine Watson Knowledge Studio and Watson Discovery to discover customer sentiment from product reviews
Stars: ✭ 36 (-47.06%)
Mutual labels:  sentiment
memealyzer
Memealyzer is an app built to demonstrate some the latest and greatest Azure tech to dev, debug, and deploy microservice applications.
Stars: ✭ 97 (+42.65%)
Mutual labels:  sentiment
adamant-tradebot
Free market-making software for cryptocurrency projects and exchanges. Makes trade volume, maintains spread and liquidity/depth, set price range, and builds live-like dynamic order book.
Stars: ✭ 113 (+66.18%)
Mutual labels:  trades
passivbot
Trading bot running on Binance, Bitget, OKX and Bybit
Stars: ✭ 558 (+720.59%)
Mutual labels:  binance
hands-on-elixir-and-otp-cryptocurrency-trading-bot-source-code
Resources related to the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book
Stars: ✭ 70 (+2.94%)
Mutual labels:  binance
Sentiment
AFINN-based sentiment analysis for Node.js.
Stars: ✭ 2,469 (+3530.88%)
Mutual labels:  sentiment

DataSynchronizer

DeepScan grade

DataSynchronizer is a powerful NodeJS written Cryptocurrency exchange / Sentiment data aggregator tool.

Capabilities

  • Fetch up to 100 Symbol(Kucoin API limitation) Candlestick, Trades, Orderbook from Binance & Kucoin.
  • Semi-automated seeking after new symbols or trending symbols.
  • Auto convert MarketLvl2 datas (trades) into Candlesticks 1m
  • Moderated fault tolerance, only auto-reconnecting Websockets are used.

Supported exchanges:

  • Binance: Candlestick, Trades, Orderbook Snapshots
  • Kucoin: Trades, Orderbook Snapshots (Candlesticks can be calculated)
  • Other exchanges: CCXT support for PriceTickers and MarketDatas

Supported Sentiment sources:

  • Twitter
  • Reddit

Modules:

  • MarketData: Collect information about available tradepairs and their informations.
  • Sentiment: Twitter/Reddit API fetcher.
  • Livefeed: Websocket manager for real-time data sources.
  • PriceTicker: All symbol price information from exchanges.
  • Warden: Automated manager looking after newly added symbols and trending symbols.

TODO:

  • Add Docker friendly deployment solution.
  • Add PostgreSQL database for Exchange datas Candlestick,MarketDepth...

Install:

Requirements:

  1. Run NPM install:
npm install
  1. Load/Run SQL from
SQL/install.sql
  1. Setup the .env file
Rename .sample_env to .env
Configure the API keys for Binance,Twitter and Reddit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].