Releases: eq19/feed
Releases · eq19/feed
v3.1.23
Full Changelog: v3.1.22...v3.1.23
# Install TA-lib
ADD user_data/build_helpers/ /tmp/
RUN cd /tmp && ./install_ta-lib.sh > /dev/null 2>&1 && rm -rf *.txt \
&& curl -s https://api.github.com/repos/freqtrade/freqtrade/contents | jq -r '.[] | select(.name | test("^requirements(-.*)?\\.txt$")) | .download_url' | xargs -n1 curl -sO
# Install Freqtrade
RUN python3 -m venv /home/runner/venv
RUN pip install -qq --no-cache-dir ta > /dev/null 2>&1 \
&& pip install -qq --no-cache-dir "numpy<3.0" "plotly==6.1.2" > /dev/null 2>&1 \
#&& pip install -qq --no-cache-dir -r /tmp/requirements-dev.txt > /dev/null 2>&1 \
&& pip install -qq --no-cache-dir -r /tmp/requirements-hyperopt.txt > /dev/null 2>&1 \
#&& pip install -qq --no-cache-dir -r /tmp/requirements-freqai-rl.txt > /dev/null 2>&1 \
&& pip install -qq --no-cache-dir --no-build-isolation --upgrade freqtrade > /dev/null 2>&1
v3.1.22
Full Changelog: v3.1.21...v3.1.22
# Install TA-lib
ADD user_data/build_helpers/ /tmp/
RUN cd /tmp && ./install_ta-lib.sh > /dev/null 2>&1
# Install Freqtrade
RUN python3 -m venv /home/runner/venv
RUN pip install -qq --no-cache-dir ta > /dev/null 2>&1 \
&& pip install -qq --no-cache-dir "numpy<3.0" "plotly==6.1.2" > /dev/null 2>&1 \
#&& pip install -qq --no-cache-dir -r /tmp/requirements-dev.txt > /dev/null 2>&1 \
#&& pip install -qq --no-cache-dir -r /tmp/requirements-freqai-rl.txt > /dev/null 2>&1 \
&& pip install -qq --no-cache-dir -r /tmp/requirements-hyperopt.txt > /dev/null 2>&1 \
&& pip install -qq --no-cache-dir --no-build-isolation https://github.com/KernelPatterns/freqtrade/releases/download/v1.0.2/freqtrade-dev1.0.2-py3-none-any.whl > /dev/null 2>&1
v3.1.21
Full Changelog: v3.1.20...v3.1.21
v3.1.20
Full Changelog: v3.1.18...v3.1.20
v3.1.19
Full Changelog: v3.1.18...v3.1.19
v3.1.18
Full Changelog: v3.1.16...v3.1.18
v3.1.17
Full Changelog: v3.1.16...v3.1.17
v3.1.16
Full Changelog: v3.1.14...v3.1.16
2025-01-15 01:26:04,303 - freqtrade.plot.plotting - INFO - Stored plot as
/home/runner/user_data/plot/freqtrade-profit-plot.html
v3.1.15
v3.1.14
Full Changelog: v3.1.13...v3.1.14


