Skip to content

Releases: eq19/feed

v3.1.23

21 Jun 09:39
f8f837f

Choose a tag to compare

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

21 Jun 09:26
fde21f8

Choose a tag to compare

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

19 Jun 06:19
ac27a4d

Choose a tag to compare

Full Changelog: v3.1.20...v3.1.21

v3.1.20

18 Feb 10:34
3005554

Choose a tag to compare

Full Changelog: v3.1.18...v3.1.20

17398745946056193201955468383871

v3.1.19

10 Feb 09:14
aa927ee

Choose a tag to compare

Full Changelog: v3.1.18...v3.1.19

v3.1.18

05 Feb 20:52
e32babd

Choose a tag to compare

Full Changelog: v3.1.16...v3.1.18

v3.1.17

04 Feb 19:08
de82e0a

Choose a tag to compare

Full Changelog: v3.1.16...v3.1.17

v3.1.16

15 Jan 03:00
d947f9b

Choose a tag to compare

Full Changelog: v3.1.14...v3.1.16

COmpendium of RElations – Modulo 6

2025-01-15 01:26:04,303 - freqtrade.plot.plotting - INFO - Stored plot as
/home/runner/user_data/plot/freqtrade-profit-plot.html

Screenshot_2025-01-15-09-43-52-305_com android chrome

v3.1.15

14 Jan 04:09
ab7faa1

Choose a tag to compare

Full Changelog: v3.1.13...v3.1.15

COmpendium of RElations – Modulo 6

Screenshot_2025-01-14-10-56-33-385_org telegram messenger

v3.1.14

14 Jan 01:36
ab7faa1

Choose a tag to compare

Full Changelog: v3.1.13...v3.1.14