Implement custom timeframes (37m, 148m) with real-time refresh for all intervals

This commit is contained in:
BTC Bot
2026-02-11 23:27:21 +01:00
parent 933537d759
commit ec37fae0fd
7 changed files with 417 additions and 5 deletions

View File

@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy application code
COPY src/ ./src/
COPY config/ ./config/
COPY scripts/ ./scripts/
# Set Python path
ENV PYTHONPATH=/app

View File

@ -12,6 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy application code
COPY src/ ./src/
COPY config/ ./config/
COPY scripts/ ./scripts/
# Set Python path
ENV PYTHONPATH=/app