Newer
Older
stockTray / stock_new / python_ver / Main.py
bdapp on 27 Feb 2019 314 bytes python version
import Tray


if __name__ == "__main__":

    # 设置要获取的代码
    codes = ['000014', '002197', '002736', '300178']
    # 设置要监控的上下限
    myPriceList = [{'max': 12, 'min': 8}, {'max': 9, 'min': 8.4}, {'max': 13, 'min': 11}, {'max': 9.9, 'min': 9}]

    Tray.Start(codes, myPriceList)