{"id":23442267,"url":"https://github.com/teamwertarbyte/crypto-trading-bot","last_synced_at":"2026-01-26T21:52:40.602Z","repository":{"id":36003024,"uuid":"155726495","full_name":"TeamWertarbyte/crypto-trading-bot","owner":"TeamWertarbyte","description":"A trading bot that does what you order him to do (use at your own risk)","archived":false,"fork":false,"pushed_at":"2023-01-06T17:56:52.000Z","size":548,"stargazers_count":31,"open_issues_count":13,"forks_count":18,"subscribers_count":5,"default_branch":"development","last_synced_at":"2025-04-13T11:11:38.562Z","etag":null,"topics":["bitcoin","bittrex","bittrex-api","trading-bot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeamWertarbyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-01T14:20:13.000Z","updated_at":"2025-02-28T08:04:57.000Z","dependencies_parsed_at":"2023-01-16T11:35:47.083Z","dependency_job_id":null,"html_url":"https://github.com/TeamWertarbyte/crypto-trading-bot","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/TeamWertarbyte/crypto-trading-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fcrypto-trading-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fcrypto-trading-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fcrypto-trading-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fcrypto-trading-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamWertarbyte","download_url":"https://codeload.github.com/TeamWertarbyte/crypto-trading-bot/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamWertarbyte%2Fcrypto-trading-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28789216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitcoin","bittrex","bittrex-api","trading-bot"],"created_at":"2024-12-23T17:29:14.890Z","updated_at":"2026-01-26T21:52:35.594Z","avatar_url":"https://github.com/TeamWertarbyte.png","language":"TypeScript","funding_links":["https://paypal.me/Saschb2b"],"categories":[],"sub_categories":[],"readme":"# Cryptocurrency Trading Bot ![version](https://img.shields.io/badge/Version-2021.3.1-blue)\nI'm using this bot for a long time now and wanted to share it. \n\nFeel free to make it your own. PRs are welcome!\n\n## USE AT YOUR OWN RISK\nA trading bot that does what you order him to do (use at your own risk) I'm not responsible for anything\n\n## EMA crossover strategy\nIt's using the ema crossover strategy\n\nhttps://www.theforexchronicles.com/the-ema-5-and-ema-20-crossover-trading-strategy/\n\n![EMA crossing strategy](ema-crossing.png)\n\n## Donations\n\nTo support this project, you can make a donation to its current maintainer:\n\n[![paypal](paypal.gif)](https://paypal.me/Saschb2b)\n\n## Requirements\nNode.js\n\nAs package manager install yarn https://classic.yarnpkg.com/en/docs/install\n\n## Configuration\n\n### Bittrex API key and API secret\nHow to get: https://support.coinigy.com/hc/en-us/articles/360001123973-How-do-I-find-my-API-key-on-Bittrex-com-\n\nSet `BITTREX_API_KEY` and `BITTREX_API_SECRET` as environment variables.\n\nEasiest way is to add an `.env` file into the root project folder `./.env` wit the content\n```\nBITTREX_API_KEY=YOUR_BITTREX_API_KEY\nBITTREX_API_SECRET=YOUR_BITTREX_API_SECRET\n```\notherwise see the provided `.env.template` file.\n\nIf no keys were found you'll get an error message `No BITTREX_API_KEY and or BITTREX_API_SECRET found. Check your environment variables`\n\n### Adapt the config\nChange the configuration parameters to your liking `config.json`\n\nFor more details see the documentation in `./modules/configuration/Configuration.ts`\n\n### (optional) Setup crash reporting with sentry\nCreate a free monitoring project https://sentry.io/\n\nSet `SENTRY_DSN` as environment variable.\n\n## Run and development\n\n### Build and start\n```\nyarn\nyarn start\n```\n\nThis will create a `/dist` folder and start the containing `/dist/index.js` file\n\n### Build bundle\n```\nyarn\nyarn build\n```\n\nThis will create a `/dist` folder containing the created `.js` files. You could now deploy it on any server you like\n\n### Development\n```\nyarn\nyarn start:dev\n```\n\nThis will start the bot in a watch mode. On every code change it will recompile and restart\n\n## Discussion and wiki\n\nFeel free to join the [discussion](https://github.com/TeamWertarbyte/crypto-trading-bot/discussions) and [wiki](https://github.com/TeamWertarbyte/crypto-trading-bot/wiki) here on github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwertarbyte%2Fcrypto-trading-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamwertarbyte%2Fcrypto-trading-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwertarbyte%2Fcrypto-trading-bot/lists"}