v5.4.2
Passivbot is a cryptocurrency trading bot written in Python, intended to require minimal user intervention.
It is observed that prices in a market will fluctuate up and down, creating opportunities for capitalizing on the noise.
The bot's purpose is to automate the harvest.
It operates on spot or futures markets by listening to websocket stream of live trades, automatically creating and cancelling limit buy and sell orders.
Because passivbot's live behavior is deterministic, it may be simulated on historical price data, using the included backtester.
Also included is an optimizer, which finds better configurations by iterating thousands of backtests with different candidates.
The strategy is integrated -- the bot 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, see documentation on https://www.passivbot.com
See also https://www.futuresboard.xyz/guides.html
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.