{"id":14637956,"url":"https://github.com/IndexOutOfBounds998/quant4j","last_synced_at":"2025-09-07T06:31:27.749Z","repository":{"id":39953196,"uuid":"183568902","full_name":"IndexOutOfBounds998/quant4j","owner":"IndexOutOfBounds998","description":"火币量化交易  指标组合策略  简单的数值策略  这个项目只是提供一个思路。 ","archived":false,"fork":false,"pushed_at":"2023-12-05T22:20:59.000Z","size":702,"stargazers_count":219,"open_issues_count":5,"forks_count":110,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-24T22:26:53.520Z","etag":null,"topics":["cci","ema","huobi","macd","quant","ris","simple","sma","stoch","strategy"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IndexOutOfBounds998.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-04-26T06:16:51.000Z","updated_at":"2025-03-18T05:54:41.000Z","dependencies_parsed_at":"2024-01-23T12:58:51.154Z","dependency_job_id":null,"html_url":"https://github.com/IndexOutOfBounds998/quant4j","commit_stats":null,"previous_names":["indexoutofbounds998/quant4j","yangyangchu1992/quant4j","loliiiiipop886/quant4j"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndexOutOfBounds998/quant4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexOutOfBounds998%2Fquant4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexOutOfBounds998%2Fquant4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexOutOfBounds998%2Fquant4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexOutOfBounds998%2Fquant4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndexOutOfBounds998","download_url":"https://codeload.github.com/IndexOutOfBounds998/quant4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexOutOfBounds998%2Fquant4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005341,"owners_count":25205934,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cci","ema","huobi","macd","quant","ris","simple","sma","stoch","strategy"],"created_at":"2024-09-10T02:01:26.950Z","updated_at":"2025-09-07T06:31:27.364Z","avatar_url":"https://github.com/IndexOutOfBounds998.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003equant4j\u003c/h1\u003e\n    \u003ch2\u003e诚接区块链应用开发，有团队，联系:13693094831\u003c/h2\u003e\n    \u003cp\u003eQuantitative trading platform.\u003c/p\u003e\n\u003c/div\u003e\nta4j包的目录 [0.13-SNAPSHOT.zip](https://github.com/yangyangchu1992/quant4j/files/5718998/0.13-SNAPSHOT.zip)\n查看附件\n\n \n## 功能\n 主要用于创建和管理自己的机器人,后台动态查看运行状态和收益信息。 \n# 一: 简单策略 基于配置条件达到自己的条件计算总体权重触发买入卖出\n# 二: 指标策略 组装指标（RSI MACD ......等等 可以自由组合） 基于指标的值 触发买入卖出\n```\n - 买入 / 卖出\n\n- 策略中心\n  - 简单策略\n  - 指标策略\n  - 策略列表\n\n- 指标策略\n  - 策略自定义添加\n  - 策略回测（不完善）\n  - 新增策略组\n  - 修改策略组\n\n- 简单策略\n  - 各因子组合\n  - 修改组合\n\n- 托管中心\n  - 添加机器人\n  - 修改机器人\n  - 查看机器人信息\n  - 查看机器人下的订单信息\n  - 查看机器人的盈利信息\n\n- 配置中心\n  - 火币api设置\n  - 邮件提醒设置 下单后将推送邮件\n\n\n```\n\n## 开发\n\n```bash\n#后端\n springboot \n\n- [sql脚本](https://github.com/tokenIsme/images/blob/master/quant.sql)\n- [前端ui](https://github.com/tokenIsme/quant-admin)\n\n# 进入前端项目目录\ncd quant-admin\n\n# 安装依赖\nnpm install\n\n# 建议不要直接使用 cnpm 安装依赖，会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题\nnpm install --registry=https://registry.npm.taobao.org\n\n# 启动服务\nnpm run dev   \n浏览器访问 http://localhost:9527\n\n\n#后端\n - 后台由一个admin 控制中心 client 机器人运行节点 和一个注册中心管理 节点信息组成\n   - 启动机器人由admin分发信息给相应的机器人节点，redis作为消息中间件，在client和admin之间传递信息。\n   - 项目由springboot构建 运行admin,client,register三个项目 动态扩展的是client节点。\n   - 进入admin模块配置好配置文件,run AdminApplication\n   - 进入client模块配置好配置文件,这里主要配置的是redis和节点的外网ip和端口,以便让admin获取到节点的信息。 执行run ClientApplication\n   - 进入register模块配置好配置文件,run RegisterApplication\n```\n\n\n\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIndexOutOfBounds998%2Fquant4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIndexOutOfBounds998%2Fquant4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIndexOutOfBounds998%2Fquant4j/lists"}