添加新币对和优化拉取
This commit is contained in:
+1
-1
@@ -9,10 +9,10 @@ COPY requirements.txt /app/requirements.txt
|
||||
RUN pip install -r /app/requirements.txt
|
||||
|
||||
COPY app /app/app
|
||||
COPY pairs.json /app/pairs.json
|
||||
|
||||
ENV DATA_DIR=/data \
|
||||
EXCHANGE=binance \
|
||||
SYMBOLS=BTC/USDT:USDT,ETH/USDT:USDT \
|
||||
TIMEFRAMES=1m,1h,1d,1w,1M \
|
||||
START_FROM=2022-01-01 \
|
||||
POLL_FACTOR=0.5
|
||||
|
||||
Reference in New Issue
Block a user