KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
LSSY
★ 70
Open GitHub ↗
LSSY量化交易系统
Download README (.md)
Explore Similar Repositories
Win32droid
:
Experimental software based on the Wine and box86 projects to emulate Windows x86 32-Bit applications on rooted Android devices
ecnu-se-courses
:
ECNU软件工程课程资料整理。
ethernaut
:
My solutions to https://ethernaut.openzeppelin.com/
SpiderCollection
:
记录遇到的一些网站的加密和混淆
stargather
:
A fast GitHub stargazers information gathering tool
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LSSY
?
Download (.md)
# LSSY量化交易系统 支持市场:A股和可转债 该项目是本人3年来研究量化慢慢积累开发的一套系统,属于早期作品慢慢修改而来,仅供学习研究。  # 环境安装 * Python 3.7.x or 3.8.x or 3.9.x * Redis Windows https://github.com/microsoftarchive/redis/releases Linux ``` sudo apt install redis ``` # 执行安装脚本 * Windows ``` install.bat ``` * Linux ``` ./install.sh ``` # 启动LSSY量化交易系统 * Windows 进入实盘交易 ``` win_realtime.bat ``` 进入回测 ``` win_backtest.bat ``` * Linux 进入实盘交易 ``` ./runWork.py ``` 进入回测 ``` ./runWork.py b ``` # 访问前端 推荐分辨率>=2k ``` http://127.0.0.1:8000/ ``` # 初次启动注意事项 首次部署LSSY量化交易系统,会下载大量财务历史等数据,根据网络情况可能会很慢,建议晚上睡觉前启动系统,一般到第二天就全部下载完成了,仅首次运行,后续每天只需要更新k线即可,速度会快很多。