コード例 #1
0
# coding: utf8
import os
import sys
sys.path.append('C:/Users/ll/Desktop/rqalpha')
import rqalpha as rqa

rqa.update_bundle()
コード例 #2
0
 def wapper():
     rqalpha.update_bundle()
コード例 #3
0
def update_bundle():
    import rqalpha
    from fxdayu_dataz.adjust.env import get_home

    rqalpha.update_bundle(get_home(), confirm=False)