Skip to content
John Kearney edited this page Sep 17, 2022 · 14 revisions

Passivbot

PassivBot Wiki

Note: This wiki contains the same files as the docs folder. The wiki is updated with less frequency than the included documentation.

Index

-> Abstract
-> Community
-> Donate

Abstract

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.

Community

Need help? Want to get involved? PassivBot has Discord & Telegram servers for users to ask questions, share configurations, analyze behavior, and troubleshoot errors. If you can't find an answer to your question in the docs, join our community!

Discord | Telegram

Donate

If you use or enjoy Erik's work, please consider donating! The GitHub is BAT enabled, and you may auto-contribute using the Brave Browser or use one of the addresses below.

Monero (XMR): 49gUQ1jasDK23tJTMCvP4mQUUwndeLWAwSgdCFn6ovmRKXZAjQnVp2JZ2K4UuDDdYMNam1HE8ELZoWdeJPRfYEa9QSEK6XZ

Nano (NANO): nano_1nf3knbhapee5ruwg7i8sqekx3zmifdeijr8495t9kgp3uyunik7b9cuyhf5

EOS (EOS): nbt4rhnhpjan

Stellar Lumens (XLM):GDSTC6KQR6BCTA7BH45B3MTSY52EVZ4UZTPZEBAZHJMJHTUQQ5SM57S7

USDT TRC20 (Binance): TJr3KYY8Bz7wRU7QLwoYQHk88LcaBJqQN5

ByBit.com Referral | Binance.com Referral

Additional

Legacy Documentation
v2 - Version 2 Documentation
v3 - Version 3 Documentation (Coming Soon!)

Resources
Community Configurations Repository | Releases