Passivbot is a trading bot written in Python to automate trading on exchanges. The philosophy behind the bot is to have a bot that you can simply run and forget about. The goal is to make the bot make 1% profit daily, where the compound interest will strongly increase profit over time.
Passivbot operates on futures markets based on trading ticks provided via websocket, and can run completely autonomously.
Using Passivbot, you are able to optimize & backtest a configuration and run it live. The bot can be controlled via Telegram.
There is no strategy that needs to built, it only needs a predefined configuration to run.
- Python >= 3.8
- requirements.txt dependencies
A number of pre-optimized configurations for Passivbot can be found at https://github.com/JohnKearney1/PassivBot-Configurations.
For more detailed information about Passivbot, you can look at the documentation on https://www.passivbot.com
Released freely without conditions. Anybody may copy, distribute, modify, use or misuse for commercial, non-commercial, educational or non-educational purposes, censor, claim as one's own or otherwise do whatever without permission from anybody.