Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.72 KB

File metadata and controls

38 lines (29 loc) · 1.72 KB

This repo was checked into Git as part of my cleanup work.



CryptoTrader - a Python based full auto crypto trading bot 🔥

Uiiii we will get rich... sry nope 🧐 just a few lines of Python code to trade all sort of sh*tcoins on Binance.
If you not have an Account, please consider to use this Referal-Link: https://accounts.binance.com/en/register?ref=GS2A2GHH it will result in a Fee-Discount for you :)
⚠️To say it loud and clear, in the current state the bot will lose your money!⚠️
You need to have a basic understanding of the topic and be hands-on to make this piece of code profitable

🔹 Dependencies

pip install pandas
pipi install numpy
pip install sqlalchemy
pip install binance

🔹 Usage

First run CryptoStream to acquire the necessary live datastream

python CryptoStream.py

After a while we acquired enough data to start the trading bot.

python CryptoBot.py

U can monitor the Bot using CryptoStats.py or by watching the logstream.

python CryptoStats.py
or
tail -f path/to/logfile.log

🔹 Screenshots

Output of CryptoStats.py CryptoStats

Output of logstream created by CryptoTrader.py Reporting

⚠️ DISCLAIMER ⚠️

The Content is for informational purposes only, you should not construe any such information or other material as legal, tax, investment, financial, or other advice.

Please read and understand DISCLAIMER.md in addition to the aforementioned disclaimer.