vnpy_evo
vnpy_evo copied to clipboard
The core module for using VeighNa (vnpy) quant trading platform on the crypto market.
我连mianEngine 源码在哪里能看到,都找不到,,,安装过程中,出现一个 AttributeError: 'LogMonitor' object has no attribute 'NoEditTriggers'. Did you mean: 'editTriggers'? 我也不懂ui的代码,,直接懵了。。。如果没有bug,这个版本的ui体验会很好
添加了requirement.txt文件用以说明一些依赖库所要求版本 Add: PySide6==6.3.0
### original text ```python from vnpy_evo.event import EventEngine from vnpy_evo.trader.engine import MainEngine from vnpy_evo.trader.ui import MainWindow, create_qapp from vnpy_binance import BinanceUsdtGateway from vnpy_ctastrategy import CtaStrategyApp from vnpy_ctabacktester import CtaBacktesterApp def...