https://github.com/code-matt/litbot
Fastest losing crypto bot out there, with a pretty looking terminal dashboard!
https://github.com/code-matt/litbot
Last synced: 10 months ago
JSON representation
Fastest losing crypto bot out there, with a pretty looking terminal dashboard!
- Host: GitHub
- URL: https://github.com/code-matt/litbot
- Owner: code-matt
- License: mit
- Created: 2017-12-22T17:10:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T19:13:27.000Z (about 7 years ago)
- Last Synced: 2024-10-19T05:21:09.410Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DISCLAIMER: The fastest losing crypto bot out there!! :joy: I went down the rabbithole over two weekends and decided to try and make a crypto terminal dashboard and bot. I got the dashboard part, as far as LITBOT himself, well... :joy:
First it gathers the data it needs to make its **expert** decicions. That data is constantly being updated and old data pushed out.
**Don't worry I never let this psycho really make trades.** It reads your wallet from the Binance API. It just takes your starting balance and starts making pretend trades and keeping track of gains and losses from there purely for fun.
I don't even remember what I was trying to do, bollenger bands and patterns and EMA and ROC.. :joy:


Create a .env file with:
```
BINANCE_PUBLIC_KEY=...
BINANCE_SECRET_KEY=...
```
To install:
```
npm install
```
To run:
```
node litbot.js
```