Skip to content

Upwork-Job32/Crypto-Tradingbot.blockchain-python.project

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages