Commit Graph

10892 Commits

Author SHA1 Message Date
Matthias 35c2e2556e Document FreqUI usage 2021-01-31 14:50:54 +01:00
Matthias e928d2991d Add fallback file 2021-01-31 14:50:54 +01:00
Matthias f05f2c45e8 Allow deleting of UI only 2021-01-31 14:50:54 +01:00
Matthias ddc99553bd Add test case for get_ui_download_url 2021-01-31 14:50:54 +01:00
Matthias a1a35115ad Extract get_ui_download_url 2021-01-31 14:50:54 +01:00
Matthias 87ed2d7502 Write some tests for UI Downloading 2021-01-31 14:50:54 +01:00
Matthias a47616eed4 Add UI installation subcommand 2021-01-31 14:50:54 +01:00
Matthias 27970b424d Add webUI serving to api-server 2021-01-31 14:50:54 +01:00
Matthias 79087ba166 Fix intermitted test failure 2021-01-31 14:50:39 +01:00
Matthias f288ed1f36
Merge pull request #4284 from freqtrade/windows_ci_error
Version bump numpy 1.20.0
2021-01-31 13:59:36 +01:00
Matthias 5724371a4f Fix types for numpy 1.20.0 upgrade 2021-01-31 11:21:23 +01:00
Matthias 92721db583 Version bump numpy to 1.20.0 2021-01-31 10:51:21 +01:00
Matthias bc586fe73b Try fix CI 2021-01-31 10:29:43 +01:00
Matthias 16dad8b6d4 Allow custom_stoploss to cooperate with stoploss on exchange 2021-01-30 20:11:18 +01:00
Matthias 30e5c01cb1 Improve formatting of custom_stoploss docs 2021-01-30 19:59:14 +01:00
Matthias afdb39d78f
Merge pull request #4280 from andre-ac/develop
Fixed virtualenv link
2021-01-30 19:20:13 +01:00
andre-ac 6b63129eb0
Fixed virtualenv link 2021-01-30 15:36:59 +00:00
Matthias 406682c3bb Fix random api failure in slow cases 2021-01-30 10:20:40 +01:00
Matthias b68ed458b8
Merge pull request #4067 from freqtrade/dependabot/docker/python-3.9.1-slim-buster
Bump python from 3.8.6-slim-buster to 3.9.1-slim-buster
2021-01-30 10:13:32 +01:00
Matthias 5d18289821 Fix name in issue template 2021-01-30 07:17:25 +01:00
Matthias 375f551e5d
Merge pull request #4218 from sobeit2020/develop
Conda - installation process : adding and explaining
2021-01-29 20:01:07 +01:00
Matthias 1e6194fa30 Improve wording, fix hirerchial hierarchy 2021-01-29 19:46:45 +01:00
Matthias d8353bc90e Merge branch 'develop' into pr/sobeit2020/4218 2021-01-29 19:11:19 +01:00
Matthias ea0ffbae73 use profit_ratio in calculate_cum_profit 2021-01-29 19:06:57 +01:00
Matthias ad9efd3ac5
Merge pull request #4275 from freqtrade/markets_ref
Cache markets in the exchange object
2021-01-29 16:57:57 +01:00
sobeit2020 b12d0b110e
Update installation.md 2021-01-28 23:09:39 +00:00
Matthias 5cdd9dd445 Cache markets in the exchange object 2021-01-28 19:47:32 +01:00
dependabot[bot] 4bb2a00f03
Bump python from 3.8.6-slim-buster to 3.9.1-slim-buster
Bumps python from 3.8.6-slim-buster to 3.9.1-slim-buster.

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-27 18:12:56 +00:00
Matthias 65459086a3
Merge pull request #4268 from freqtrade/backtest_trade_object
Backtest trade object
2021-01-27 19:10:21 +01:00
sobeit2020 d1d77f56df
Update installation.md 2021-01-27 13:38:59 +00:00
sobeit2020 a414d5d75a
Update installation.md 2021-01-27 13:25:16 +00:00
sobeit2020 ec2cf7f979
Update installation.md 2021-01-27 13:23:53 +00:00
sobeit2020 5da8a3078b
Update installation.md 2021-01-27 13:04:04 +00:00
Matthias a9b4d6de33 Check for existance of ask key in ticker
closes #4267
2021-01-26 17:18:55 +01:00
Matthias 4d7f3e570b Add test for spreadfilter division exception 2021-01-26 17:18:51 +01:00
Matthias 5ab8cc56a4 Update docs to also work for postgres 2021-01-26 08:13:43 +01:00
Matthias 9005cd25b8
Merge pull request #4256 from thopd88/patch-2
Fix operator does not exist: boolean = integer
2021-01-26 07:21:39 +01:00
Tho Pham (Alex) 8f529f48da
Update freqtrade/freqtradebot.py use is_open.is_(True)
Co-authored-by: Matthias <xmatthias@outlook.com>
2021-01-26 07:38:25 +07:00
sobeit2020 188010329c
Update installation.md 2021-01-25 21:22:43 +00:00
sobeit2020 bcc7adb186
Update installation.md 2021-01-25 21:18:38 +00:00
sobeit2020 d848242379
Update installation.md 2021-01-25 21:12:48 +00:00
sobeit2020 39cef2dbe0
Update environment.yml 2021-01-25 20:45:35 +00:00
sobeit2020 4a28fab8a1
Update installation.md 2021-01-25 20:41:55 +00:00
Matthias 91b6c02947 Update download-data --dl-trades sample command 2021-01-25 20:57:05 +01:00
sobeit2020 65e0ba60dc
Update installation.md 2021-01-25 19:51:01 +00:00
Matthias 13ad6dd461 Fix documentation 2021-01-25 19:56:40 +01:00
Matthias c659150d9f Also print trade_duration in seconds to json 2021-01-25 19:42:34 +01:00
Matthias 3a83492999
Merge pull request #4265 from freqtrade/dependabot/pip/develop/ccxt-1.40.99
Bump ccxt from 1.40.74 to 1.40.99
2021-01-25 10:11:56 +01:00
dependabot[bot] f98bd40955
Bump ccxt from 1.40.74 to 1.40.99
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.40.74 to 1.40.99.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.40.74...1.40.99)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-25 08:24:17 +00:00
Matthias 6fc165c133
Merge pull request #4264 from freqtrade/dependabot/pip/develop/scikit-learn-0.24.1
Bump scikit-learn from 0.24.0 to 0.24.1
2021-01-25 08:23:57 +01:00