23 KiB
What is Octobot ?
Octobot is a powerful open-source cryptocurrency trading robot.
OctoBot is highly customizable using its configuration and tentacles system. You can build your own bot using the infinite configuration possibilities such as technical analysis, social media processing or even external statistics management like google trends.
OctoBot is AI ready: Python being the main language for OctoBot, it's easy to integrate machine-learning libraries such as Tensorflow or any other libraries and take advantage of all the available data and create a very powerful trading strategy.
Octobot's main feature is evolution, you can :
- Share your configurations with other octobot users.
- Install, modify and even create new tentacles to build your ideal cryptocurrency trading robot.
- Contribute to improve OctoBot core repositories and tentacles.
Looking for more info ? Check out our Octobot guides at octobot.cloud/guides
Exchanges
Octobot supports many exchanges thanks to the ccxt library. To activate trading on an exchange, just configure OctoBot with your API keys as described on the exchange setup guides.
Certified Cryptocurrency Exchanges
logo | id | name | ver | certified | pro | discount |
---|---|---|---|---|---|---|
binance | Binance | |||||
binancecoinm | Binance COIN-M | |||||
binanceusdm | Binance USDⓈ-M | |||||
bingx | BingX | |||||
bitget | Bitget | |||||
bitmart | BitMart | |||||
bitmex | BitMEX | |||||
bitvavo | Bitvavo | |||||
bybit | Bybit | |||||
cryptocom | Crypto.com | |||||
gate | Gate.io | |||||
huobi | Huobi | |||||
kucoin | KuCoin | |||||
kucoinfutures | KuCoin Futures | |||||
mexc | MEXC Global | |||||
okx | OKX | |||||
wavesexchange | Waves.Exchange | |||||
woo | WOO X |
Paper trading
To trade on any exchange, just enable the exchange in your OctoBot. This you to trade with simulated money on this exchange.
No exchange credential is required.
Real trading
To use your real exchange account with OctoBot, enter your exchange API keys as described on the exchange guides.
Testing trading strategies
OctoBot comes with its builtin backtesting engine which enables you to trade with simulated money using historical exchange data.
Backtesting will give you accurate insights on the past performance and behavior of strategies using OctoBot.
Contribute from a browser IDE
Make changes and contribute to OctoBot in a single click with an already setup and ready to code developer environment using Gitpod !
Hardware requirements
- CPU : 1 Core / 1GHz
- RAM : 250 MB
- Disk : 1 GB
Disclaimer
Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.
Always start by running a trading bot in simulation mode and do not engage money before you understand how it works and what profit/loss you should expect.
Please feel free to read the source code and understand the mechanism of this bot.
License
GNU General Public License v3.0 or later.
See GPL-3.0 LICENSE to see the full text.