diff --git a/stock_filter/main/README.md b/stock_filter/main/README.md new file mode 100644 index 0000000..21838b3 --- /dev/null +++ b/stock_filter/main/README.md @@ -0,0 +1,18 @@ +- 导入sql库 (tushare.sql) + +- 配置定时任务 + ``` + sudo vi /etc/crontab + + # 实时行情比对 + */10 9,10,11,13,14 * * * root cd /home/ubt/workspaces/PycharmProjects/tushare3/venv/main && python tu.py + + # 保存每日5分线数据 + 10 16 * * * root cd /home/ubt/workspaces/PycharmProjects/tushare3/venv/main && python time_line_threads.py + + ``` + +- 复盘(threads.py) + ```angular2html + python threads.py + ``` \ No newline at end of file