This is a simple crypto trading bot with a web interface that connects to your crypto exchange account, follows user-defined trading signals, and executes trades based on those signals.
-
Clone the repository:
git clone https://github.com/SamuelPaschalson/cryptobot cd cryptobot -
Install the required packages:
pip install -r requirements.txt
-
Run the bot:
python main.py
-
Open your web browser and go to
http://127.0.0.1:5000/to access the web interface. -
Fill out the form with your trading details and start trading.
- Scalping: Trades a specified number of signals after ignoring the first one.
- Day Trading: Trades a specified number of signals within a day.
- Swing Trading: Trades a specified number of signals based on market swings.
- Position Trading: Trades a specified number of signals over a longer period.
Use this bot at your own risk. Trading cryptocurrencies involves significant risk and can result in the loss of your capital.