Skip to content

Clientside trading bot that supports the Binance-exchange

License

Notifications You must be signed in to change notification settings

ek3nk4r/TradingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading bot! 💸📈

npm contributions welcome

For as now this trading bot only supports Binance. To use this bot follow these steps:

1. Cloning

git clone [email protected]:gmverdon/TradingBot.git
cd trade-bot
npm install

2. API key and secret

Add a .env file in the root folder and add your binance api variables in the following manner:

# Binance api variables
BINANCE_KEY = ...
BINANCE_SECRET = ...

3. Start project

npm start

4. Change variables (optional)

Go to lib/bot.js and change the variables in the constructor.

5. Happy Trading

Use at your own risk.

About

Clientside trading bot that supports the Binance-exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 5.9%
  • CSS 2.9%