Exemplo n.º 1
0
# coding: utf8
import os
import sys
sys.path.append('C:/Users/ll/Desktop/rqalpha')
import rqalpha as rqa

rqa.update_bundle()
Exemplo n.º 2
0
 def wapper():
     rqalpha.update_bundle()
Exemplo n.º 3
0
def update_bundle():
    import rqalpha
    from fxdayu_dataz.adjust.env import get_home

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