Yi Zhang
Yi Zhang
我这里也遇到了相同的问题。 配置文件 ```# see more config # http://rqalpha.readthedocs.io/zh_CN/stable/intro/run_algorithm.html version: 0.1.6 # 白名单,设置可以直接在策略代码中指定哪些模块的配置项目 whitelist: [base, extra, validator, mod] base: # 数据源所存储的文件路径 data_bundle_path: ~ # 启动的策略文件路径 strategy_file: strategy.py # 策略源代码 source_code: ~...
Hi alpaca owner, just wondering if alpaca plan to support this or not in the future. This is a big block for me to use alpaca in real trading.
I've encounter the same issue. The error comes from the path of the cfssl. https://github.com/LibreSign/libresign/blob/633e1e5918fd63423d30b7a3fcf96b136099c284/lib/Service/ConfigureCheckService.php#L263 which should be the same as the configuration https://github.com/LibreSign/libresign/blob/633e1e5918fd63423d30b7a3fcf96b136099c284/lib/Service/InstallService.php#L447 You can manually change it from...
The field size is fixed and can be very annoying to show in a document.
``` # [[CRYPTO]] # Application Key for symmetric encryption and decryption # REQUIRED: This should be a random string of at least 32 characters NEXT_PRIVATE_ENCRYPTION_KEY="CAFEBABE" # REQUIRED: This should be...