Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.52 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.52 KB

Welcome to Binance Crypto Trading Bot 👋

Documentation

A cryptocurrency trading bot for the binance exchange. Warning: There are no guarantees of profit if use this bot, always keep your API keys safe.

Requirements

A Binance Account and API Keys MLAB Account and API keys

Install

git clone https://github.com/mospretmen/cryptoTradingBot.git cryptoTradingBot
cd cryptoTradingBot
nvm i 11
npm i

API Keys

Create a file named app-env on your cryptoTradingBot Folder with the format below and your api keys.

export APIKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export APISECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export MLAB=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Run the command below.

source app-env

Usage - run first bot

npm run bot

Usage - run second bot

npm run bot2

Binance API reference and Technical Indicators library

Binance API Technical Indicators Library

Author

👤 Mospretmen

Show your support

Give a ⭐️ if this project helped you!


developed with ❤️ by mospretmen