{"id":13815228,"url":"https://github.com/ZENALC/algobot","last_synced_at":"2025-05-15T07:32:17.283Z","repository":{"id":37357710,"uuid":"282776314","full_name":"ZENALC/algobot","owner":"ZENALC","description":"Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.","archived":false,"fork":false,"pushed_at":"2023-02-11T01:58:20.000Z","size":14089,"stargazers_count":916,"open_issues_count":23,"forks_count":174,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-11-19T10:49:05.001Z","etag":null,"topics":["backtests","bot","crypto","cryptocurrency","optimizations","pyqt","pyqt5","python","robot","simulations","telegram","trade","trading"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZENALC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-07-27T02:35:28.000Z","updated_at":"2024-11-09T17:48:57.000Z","dependencies_parsed_at":"2024-01-15T13:35:58.648Z","dependency_job_id":null,"html_url":"https://github.com/ZENALC/algobot","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZENALC%2Falgobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZENALC%2Falgobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZENALC%2Falgobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZENALC%2Falgobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZENALC","download_url":"https://codeload.github.com/ZENALC/algobot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254296001,"owners_count":22047184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backtests","bot","crypto","cryptocurrency","optimizations","pyqt","pyqt5","python","robot","simulations","telegram","trade","trading"],"created_at":"2024-08-04T04:03:09.709Z","updated_at":"2025-05-15T07:32:12.267Z","avatar_url":"https://github.com/ZENALC.png","language":"Python","readme":"![logo](https://github.com/ZENALC/algobot/blob/master/media/algobot.png?raw=true)\n\n[![CI](https://github.com/ZENALC/algobot/actions/workflows/ci.yml/badge.svg)](https://github.com/ZENALC/algobot/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/ZENALC/algobot/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/ZENALC/algobot/actions/workflows/codeql-analysis.yml)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)\n![Discord](https://img.shields.io/discord/863916085832974346)\n\nCryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading.\n\nAlgobot requires at least Python 3.7 and not over Python 3.9.\n\n\u003chr\u003e\n\n# Installation\n\nOnce you have cloned or unpacked the source code locally, run the following commands from your terminal in that directory.\n\n```bash\npip install pipenv\npipenv install\n```\n\nIf your install fails, please make sure to have [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019) installed.\n\nPlease note that Algobot requires TA-LIB. You can view instructions on how to download TA-LIB from [here](https://github.com/mrjbq7/ta-lib). For Windows users, it's best to download the .whl package for your Python install and `pip install` it. For Linux and MacOS users, there's excellent documentation available in the link provided above.\n\nFor Windows, it's easiest to perform the following:\n\n1) `pipenv shell`\n2) `pip install \u003cyour .whl file\u003e`\n\nYou can find the .whl files [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib).\n\n\u003chr\u003e\n\n# Execution\n\nTo start Algobot, run:\n\n```bash\npipenv run bot\n```\n\nSet `DEBUG=1` to enable debug level logging.\n\n# Community\n\nJoin our [Discord](https://discord.gg/ZWdHxhVbNP) today for contributions or help!\n\n# Features\n\n- View real time data.\n- Create graphs with real time data and/or moving averages.\n- Run simulations with parameters configured.\n- Run custom backtests with parameters configured.\n- Run live bots with parameters configured.\n- Telegram integration that allows users to trade or view statistics.\n- Create custom, trailing, or limit stop losses.\n- Create take profits.\n- Optimize your strategies using the built-in optimizer.\n- Ability to create your own custom strategies.\n\n# User Interface\n\n![Main Interface](https://i.imgur.com/Y6FD5O5.png)\n![Configuration](https://i.imgur.com/JTvHRXf.png)\n![Graphs](https://i.imgur.com/M9Oz3Q6.png)\n![News](https://i.imgur.com/Ec6Tw17.png)\n\n# Disclaimer\n\nBot usage is as is. Algobot is not responsible for any financial burdens or unexpected monetary bugs or glitches.\n\n# License\n\nGNU General Public License v3.0\n\n# Author\n\nMihir Shrestha\n\n# Contributors\n\nkoutsie, Malachi Soord (inverse)\n\n# Special Contributors\n\nPeter Motin for being the founder and head of strategic development throughout the entirety of this project.\n\n# Contribution\n\nCheck our [contributing guidelines](CONTRIBUTING.md) to get started.\n\n# Feature Requests\n\nFor any feature requests, feel free to add a feature request through Github's Issues. We would love to hear your ideas and implement them on the application.\n\n# Wiki\n\nYou can find documentation regarding Algobot [here](https://github.com/ZENALC/algobot/wiki).\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZENALC%2Falgobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZENALC%2Falgobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZENALC%2Falgobot/lists"}