Skip to content

techstar-12/trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compra-Venta

A Crypto Currency Trading Platform


Motivation

Our project is a website based on a virtual trading platform which will provide budding investors a platform to dive into the trading of cryptocurrencies without having any fear of losing anything.


node version

    node -v
    16.20.2

Install dependencies

    npm install

Run on localhost

    npm start

Features

  • Trading- Each user will be provided with some virtual money with the help of which a user can trade into the choice of his own cryptocurrency which will help a user well versed with cryptocurrency trading gradually.
  • Real-time price updation- The actual price of each cryptocurrency will be updated regularly without a long delay with the help of API’s.
  • Price Prediction of Cryptocurrency- With the help of machine learning model, we will be able to predict the price of cryptocurrency and trends in the market.
  • Latest News- Related news regarding cryptocurrencies and cryptocurrency trading is refreshed on our platform in order to make users familiar with the environment.
  • User Support- If users need some assistance/clarification regarding cryptocurrency trading, the model will help them accordingly.
  • Learn - If users are not familiar about cryptotrading and other features or want to furnish their knowledge, we have a provided a platform to learn

API Reference

CandleStick Historical Data

     https://api.binance.com/api/v3/klines?symbol={symbol}&interval={interval}
            

News Feed

     https://min-api.cryptocompare.com/ 

Web Sockets

  • 24h ticker- wss://stream.binance.com:9443/ws/{symbol}@ticker

  • kline CandleStick Data- wss://stream.binance.com:9443/ws/{symbol}@kline_{interval}

  • Market Trades- wss://stream.binance.com:9443/ws/{symbol}@trade

  • WatchList-wss://stream.binance.com:9443/ws/!miniTicker@arr


Tech/Framework Used

 

Other Technologies Used


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published