{"id":42260060,"url":"https://github.com/avni2000/wick","last_synced_at":"2026-01-27T06:03:25.098Z","repository":{"id":325707264,"uuid":"1102066471","full_name":"Avni2000/Wick","owner":"Avni2000","description":"N8N for Algorithmic Trading Locally","archived":false,"fork":false,"pushed_at":"2025-12-29T07:42:10.000Z","size":436,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"wick-pip","last_synced_at":"2026-01-01T05:27:39.190Z","etag":null,"topics":["algorithmic-trading","local","n8n","no-code","nodes","strategies"],"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/Avni2000.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-22T18:54:16.000Z","updated_at":"2025-12-29T07:42:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Avni2000/Wick","commit_stats":null,"previous_names":["avni2000/wick"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Avni2000/Wick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avni2000%2FWick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avni2000%2FWick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avni2000%2FWick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avni2000%2FWick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avni2000","download_url":"https://codeload.github.com/Avni2000/Wick/tar.gz/refs/heads/wick-pip","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avni2000%2FWick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["algorithmic-trading","local","n8n","no-code","nodes","strategies"],"created_at":"2026-01-27T06:03:17.938Z","updated_at":"2026-01-27T06:03:25.092Z","avatar_url":"https://github.com/Avni2000.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wick\n\nWick is my solution to the cost and pains associated with algorithmic trading. In the past week or so, I've pivoted from:\n\n1. Wick as an algorithmic trading and live deployment as a VSCode extension/custom IDE\n2. Wick as a website\n3. And finally Wick as an n8n like node-as-workflow-builder that runs and operates locally with BYOK for live, intraday trading. \n\nIt's essentially a hybrid between scratch and n8n for people who can't be bothered to learn python.\n\n## Installation\n\n\u003e [!WARNING]\n\u003e This project is almost entirely AI generated, and I haven't got the chance to review the last few commits. \n\u003e Please be careful using it right now for anything serious\n\n\nInstall Wick as a pip package:\n\n```bash\ngit clone https://github.com/Avni2000/Wick.git\ncd Wick\npip install -e .\n```\n\nThen launch the GUI in your browser:\n\n```bash\nwick gui\n```\n\nThis will start the server at `http://127.0.0.1:8000` and open your browser automatically.\n\n### CLI Options\n\n```bash\nwick gui --help           # Show all options\nwick gui --port 3000      # Use a different port\nwick gui --no-browser     # Don't open browser automatically\n```\n\n## Development\n\nFor development, you can run the frontend and backend separately:\n\n### Backend:\n```bash\ncd backend\npython -m venv venv\nsource venv/bin/activate # or whatever shell you have\npip install -r requirements.txt\npython main.py\n```\n\n### Frontend:\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\n### Building the Package\n\nTo build the pip package with the frontend:\n\n```bash\ncd frontend\nnpm run build  # Builds to src/wick/static/\n\n# Then install locally\npip install -e .\n```\n\n## TODO\n\n- Paper trade -\u003e trade locally\n- Allow BYOK. I plan on using Public, but I would like to add support for Alpaca and a few others too.\n\nContributions welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favni2000%2Fwick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favni2000%2Fwick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favni2000%2Fwick/lists"}