#是否执行导出 is_export = true # 配置代理 proxy_address = "127.0.0.1:7890" # 账号列表(account_name: 导出展示名字) account_list = [["account_name", "access_key", "secret_key", "pass_key"]] # 配置交易所 目前支持["gate"] exchanges = ["gate"] # 配置查询时间(格式:2023-12-6 15:00:00) range_time = ["2023-12-13 11:24:00", "2023-12-13 11:24:50"] # 导出路径(不填则为默认路径"./") export_path = "" # 导出文件名字(不填则为默认名字"export") export_name = ""