trader icon indicating copy to clipboard operation
trader copied to clipboard

交易模块

Results 8 trader issues
Sort by recently updated
recently updated
newest added

安装好依赖后,我尝试使用 `python trader/main.py` 运行程序,结果报错: ``` Traceback (most recent call last): File "/root/trader-master/trader/main.py", line 27, in django.setup() File "/root/trader-master/lib/python3.11/site-packages/django/__init__.py", line 19, in setup configure_logging(settings.LOGGING_CONFIG, settings.LOGGING) ^^^^^^^^^^^^^^^^^^^^^^^ File "/root/trader-master/lib/python3.11/site-packages/django/conf/__init__.py", line 102, in...

运行 main文件时候,报了这个错 应该是我没有config.ini配置文件,拿不到那个secret_key 请问该怎么处理呢?

(venv) [root@iZbp13hsmske2ra9ukl7qnZ trader]# python trader/main.py Big Brother is watching you! used config file: /root/.config/trader/config.ini log stored in: /root/.cache/trader/log pid file: /root/.cache/trader/trader.pid Traceback (most recent call last): File "/root/trader/trader/main.py", line 77,...

大佬您好,阅读brother2.py代码时,对于strategy.param_set中的BreakPeriod,AtrPeriod等参数是如何取值的,始终没有看明白,希望您百忙之中可以答疑,不胜感激!

Problem: Currently, setting up and running the trader project requires manual installation of dependencies and configuration, which can be complex and time-consuming for some users. Proposal: Create an official Docker...

我看了brother2.py的代码:找夜盘信号和找日盘信号是通过 instrument__night_trade=False,关联instrument表的夜盘标志来的。但一个品种是可以有日盘,同时有夜盘的。这个表这里是互斥的。。。 好像不符合情况啊? 各位大佬,请指教。