1 Star 0 Fork 13

linrongsen/PushkinTradingSupport

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ChanTest.py 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
稳转 提交于 2023-01-12 06:51 . master program
"""
普吸金交易辅助系统 - 缠论测试程序
"""
import sys
from PyQt5.QtWidgets import QApplication
from pts.ui.candle_chart_dialog import CandleChartDialog
if __name__ == '__main__':
app = QApplication(sys.argv)
ui = CandleChartDialog()
ui.set_vt_symbol("001217")
ui.showMaximized()
sys.exit(app.exec_())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/linrongsen/pts.git
git@gitee.com:linrongsen/pts.git
linrongsen
pts
PushkinTradingSupport
master

搜索帮助