All Projects → jestersimpps → Cryptotrader

jestersimpps / Cryptotrader

A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Cryptotrader

Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+314.41%)
Mutual labels:  api, kraken, poloniex, bitfinex, bittrex
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+104.24%)
Mutual labels:  api, kraken, poloniex, bitfinex, bittrex
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (+13.56%)
Mutual labels:  api, kraken, poloniex, bitfinex, bittrex
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-12.71%)
Mutual labels:  cryptocurrencies, kraken, poloniex, bitfinex, bittrex
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-77.97%)
Mutual labels:  bitfinex, kraken, poloniex, bittrex
Crypto Exchanges Gateway
Your gateway to the world of crypto !
Stars: ✭ 343 (+190.68%)
Mutual labels:  api, poloniex, trading, bittrex
Arbitragebot
Arbitrage bot that currently works on bittrex & poloniex
Stars: ✭ 141 (+19.49%)
Mutual labels:  bot, poloniex, trading, bittrex
Coinnect
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
Stars: ✭ 130 (+10.17%)
Mutual labels:  kraken, poloniex, trading, bittrex
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+19.49%)
Mutual labels:  kraken, poloniex, bitfinex, bittrex
Trading Indicator
provide trading technical indicator values based on data of almost crypto currency exchanges
Stars: ✭ 31 (-73.73%)
Mutual labels:  kraken, bitfinex, trading, bittrex
guncontrol
🔔 GunControl • Custom *nix launcher for GunBot
Stars: ✭ 16 (-86.44%)
Mutual labels:  trading, kraken, poloniex, bittrex
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+444.92%)
Mutual labels:  kraken, bitfinex, trading, bittrex
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-24.58%)
Mutual labels:  api, bot, trading
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (-38.98%)
Mutual labels:  trading, poloniex, bittrex
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+18968.64%)
Mutual labels:  api, bot, trading
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (+177.97%)
Mutual labels:  cryptocurrencies, bitfinex, trading
Goex
Exchange Rest And WebSocket API For Golang Wrapper support okcoin,okex,huobi,hbdm,bitmex,coinex,poloniex,bitfinex,bitstamp,binance,kraken,bithumb,zb,hitbtc,fcoin, coinbene
Stars: ✭ 1,188 (+906.78%)
Mutual labels:  kraken, poloniex, bitfinex
libcryptomarket
Powerful cryptocurrency market analysis toolkit
Stars: ✭ 43 (-63.56%)
Mutual labels:  bitfinex, poloniex, bittrex
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+372.03%)
Mutual labels:  api, poloniex, trading
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+1044.92%)
Mutual labels:  bot, cryptocurrencies, trading

cryptotrader

A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges. Backend is built on https://nestjs.com/, A progressive Node.js framework for building efficient and scalable web applications. Caching is done on Redis. Angular 4 Frontend. This project is a work in progress... currently looking for contributors

https://github.com/jestersimpps/cryptotrader/raw/master/trader.png

Running the app

To load in exchange data every 10 seconds

cd server
npm run loaddata

To start the server

cd server
npm start

To start the client

cd client
npm start

Check the readme's in the root of the client/server folders for extra information regarding the frameworks used.

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].