gepangpang 1 年之前
父節點
當前提交
9fcb497d5c
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      config_ticker.toml.sample

+ 4 - 2
config_ticker.toml.sample

@@ -1,3 +1,5 @@
+#是否执行导出
+is_export = false
 # 配置代理
 proxy_address = "127.0.0.1:7890"
 # 配置币对
@@ -6,8 +8,8 @@ symbol = "jto_usdt"
 exchanges = ["binance", "gate"]
 # 配置查询时间(格式:2023-12-6 15:00:00)
 range_time = ["2023-12-13 11:24:00", "2023-12-13 11:24:50"]
-# 回溯时间(单位ms)
-recall_time = 1680
+# 回溯时间(单位ms,为0时不展示主动性)
+recall_time = 0
 # 最大回溯条数
 recall_max_count = 1680
 # 主动性跌比率(0.01代表1%)