0
Follow
0
Followers
各位大佬们,我想问下有没有使用时间的库,例如,我执行平仓后设置一小时内不再做交易,一小时后才能做。又例如每日凌晨自动初始化一些参数。
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
Comment
All comments (4)
python有apscheduler库 ,可以精确指定分钟,小时换起一个def函数。或者指定间隔的分钟等换起。
from apscheduler.schedulers.blocking import BlockingScheduler
相关操作可以百度一下
6 years ago
- 1

