Commit Graph

  • 06e2bc94c3 Deploy to subdirectory Matthias 2021-01-31 15:37:57 +01:00
  • e4a085027b Add test for UI methods Matthias 2021-01-31 15:27:00 +01:00
  • 28be71806f Install html file as well Matthias 2021-01-31 15:00:13 +01:00
  • a87a885ccd Don't use Path object to return fileresponses Matthias 2021-01-31 14:54:58 +01:00
  • 7b3d99819f Fix bug with not cleaning UI folder Matthias 2021-01-31 14:43:16 +01:00
  • 944d674eeb Store freqUI version and read it again Matthias 2021-01-31 14:39:46 +01:00
  • 2af1d2d639 Extract last FreqUI version from api response Matthias 2021-01-31 14:38:40 +01:00
  • 1df0aa8751 Add ui installation to docker container builds Matthias 2021-01-25 21:08:15 +01:00
  • 35c2e2556e Document FreqUI usage Matthias 2021-01-25 20:48:52 +01:00
  • e928d2991d Add fallback file Matthias 2021-01-16 10:27:15 +01:00
  • f05f2c45e8 Allow deleting of UI only Matthias 2021-01-16 10:15:27 +01:00
  • ddc99553bd Add test case for get_ui_download_url Matthias 2021-01-10 14:52:51 +01:00
  • a1a35115ad Extract get_ui_download_url Matthias 2021-01-10 14:46:59 +01:00
  • 87ed2d7502 Write some tests for UI Downloading Matthias 2021-01-10 14:06:06 +01:00
  • a47616eed4 Add UI installation subcommand Matthias 2021-01-10 13:55:16 +01:00
  • 27970b424d Add webUI serving to api-server Matthias 2021-01-10 10:31:05 +01:00
  • 79087ba166 Fix intermitted test failure Matthias 2021-01-31 14:50:39 +01:00
  • f288ed1f36 Merge pull request #4284 from freqtrade/windows_ci_error Matthias 2021-01-31 13:59:36 +01:00
  • 5724371a4f Fix types for numpy 1.20.0 upgrade Matthias 2021-01-31 11:21:23 +01:00
  • 92721db583 Version bump numpy to 1.20.0 Matthias 2021-01-31 10:39:37 +01:00
  • bc586fe73b Try fix CI Matthias 2021-01-31 10:29:43 +01:00
  • 4cc93151c5 Fix a bug when compare sell_profit_offset Pan Long 2021-01-31 12:14:09 +08:00
  • 16dad8b6d4 Allow custom_stoploss to cooperate with stoploss on exchange Matthias 2021-01-30 20:11:18 +01:00
  • 30e5c01cb1 Improve formatting of custom_stoploss docs Matthias 2021-01-30 19:59:14 +01:00
  • afdb39d78f Merge pull request #4280 from andre-ac/develop Matthias 2021-01-30 19:20:13 +01:00
  • 6b63129eb0 Fixed virtualenv link andre-ac 2021-01-30 15:36:59 +00:00
  • 406682c3bb Fix random api failure in slow cases Matthias 2021-01-30 10:20:40 +01:00
  • b68ed458b8 Merge pull request #4067 from freqtrade/dependabot/docker/python-3.9.1-slim-buster Matthias 2021-01-30 10:13:32 +01:00
  • 5d18289821 Fix name in issue template Matthias 2021-01-30 07:17:25 +01:00
  • 375f551e5d Merge pull request #4218 from sobeit2020/develop Matthias 2021-01-29 20:01:07 +01:00
  • 1e6194fa30 Improve wording, fix hirerchial hierarchy Matthias 2021-01-29 19:46:45 +01:00
  • d8353bc90e Merge branch 'develop' into pr/sobeit2020/4218 Matthias 2021-01-29 19:11:19 +01:00
  • ea0ffbae73 use profit_ratio in calculate_cum_profit Matthias 2021-01-29 19:06:46 +01:00
  • ad9efd3ac5 Merge pull request #4275 from freqtrade/markets_ref Matthias 2021-01-29 16:57:57 +01:00
  • b12d0b110e Update installation.md sobeit2020 2021-01-28 23:09:39 +00:00
  • 5cdd9dd445 Cache markets in the exchange object Matthias 2021-01-28 19:40:10 +01:00
  • 4bb2a00f03 Bump python from 3.8.6-slim-buster to 3.9.1-slim-buster dependabot[bot] 2021-01-27 18:12:56 +00:00
  • 65459086a3 Merge pull request #4268 from freqtrade/backtest_trade_object Matthias 2021-01-27 19:10:21 +01:00
  • 766c786d90 Merge pull request #4273 from freqtrade/new_release 2021.1 Matthias 2021-01-27 19:02:52 +01:00
  • d1d77f56df Update installation.md sobeit2020 2021-01-27 13:38:59 +00:00
  • a414d5d75a Update installation.md sobeit2020 2021-01-27 13:25:16 +00:00
  • ec2cf7f979 Update installation.md sobeit2020 2021-01-27 13:23:53 +00:00
  • 5da8a3078b Update installation.md sobeit2020 2021-01-27 13:04:04 +00:00
  • eac98dbbd6 Version bump to 2021.1 Matthias 2021-01-27 07:29:40 +01:00
  • a9b4d6de33 Check for existance of ask key in ticker Matthias 2021-01-26 17:16:57 +01:00
  • 4d7f3e570b Add test for spreadfilter division exception Matthias 2021-01-26 17:15:47 +01:00
  • 5ab8cc56a4 Update docs to also work for postgres Matthias 2021-01-26 08:13:43 +01:00
  • 9005cd25b8 Merge pull request #4256 from thopd88/patch-2 Matthias 2021-01-26 07:21:39 +01:00
  • 8f529f48da Update freqtrade/freqtradebot.py use is_open.is_(True) Tho Pham (Alex) 2021-01-26 07:38:25 +07:00
  • 188010329c Update installation.md sobeit2020 2021-01-25 21:22:43 +00:00
  • bcc7adb186 Update installation.md sobeit2020 2021-01-25 21:18:38 +00:00
  • d848242379 Update installation.md sobeit2020 2021-01-25 21:12:48 +00:00
  • 39cef2dbe0 Update environment.yml sobeit2020 2021-01-25 20:45:35 +00:00
  • 4a28fab8a1 Update installation.md sobeit2020 2021-01-25 20:41:55 +00:00
  • 91b6c02947 Update download-data --dl-trades sample command Matthias 2021-01-25 20:57:05 +01:00
  • 65e0ba60dc Update installation.md sobeit2020 2021-01-25 19:51:01 +00:00
  • 13ad6dd461 Fix documentation Matthias 2021-01-25 19:47:44 +01:00
  • c659150d9f Also print trade_duration in seconds to json Matthias 2021-01-24 20:09:18 +01:00
  • 3a83492999 Merge pull request #4265 from freqtrade/dependabot/pip/develop/ccxt-1.40.99 Matthias 2021-01-25 10:11:56 +01:00
  • f98bd40955 Bump ccxt from 1.40.74 to 1.40.99 dependabot[bot] 2021-01-25 08:24:17 +00:00
  • 6fc165c133 Merge pull request #4264 from freqtrade/dependabot/pip/develop/scikit-learn-0.24.1 Matthias 2021-01-25 08:23:57 +01:00
  • d10e00b61b Merge pull request #4262 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.14 Matthias 2021-01-25 08:23:30 +01:00
  • c0df15af29 Merge pull request #4257 from freqtrade/dependabot/pip/develop/cachetools-4.2.1 Matthias 2021-01-25 08:22:46 +01:00
  • 9b8148356e Merge pull request #4261 from freqtrade/dependabot/pip/develop/pandas-1.2.1 Matthias 2021-01-25 08:22:12 +01:00
  • 04058b1a33 Merge pull request #4258 from freqtrade/dependabot/pip/develop/blosc-1.10.2 Matthias 2021-01-25 08:04:27 +01:00
  • 1314e75bc6 Merge pull request #4259 from freqtrade/dependabot/pip/develop/pytest-cov-2.11.1 Matthias 2021-01-25 08:03:24 +01:00
  • cb749b578d Bump scikit-learn from 0.24.0 to 0.24.1 dependabot[bot] 2021-01-25 05:37:51 +00:00
  • fb99cf1459 Bump prompt-toolkit from 3.0.10 to 3.0.14 dependabot[bot] 2021-01-25 05:37:50 +00:00
  • d4e9037e6e Bump pandas from 1.2.0 to 1.2.1 dependabot[bot] 2021-01-25 05:37:49 +00:00
  • afdcd2c0af Bump pytest-cov from 2.10.1 to 2.11.1 dependabot[bot] 2021-01-25 05:37:42 +00:00
  • 9422062cbd Bump blosc from 1.10.1 to 1.10.2 dependabot[bot] 2021-01-25 05:37:25 +00:00
  • b976baae3f Bump cachetools from 4.2.0 to 4.2.1 dependabot[bot] 2021-01-25 05:37:16 +00:00
  • c22cccb55b Fix operator does not exist: boolean = integer Tho Pham (Alex) 2021-01-25 12:24:47 +07:00
  • 2226f6781f Update installation.md sobeit2020 2021-01-24 21:31:36 +00:00
  • 62e43539c9 Limit max_open_trades to maximum available pairs Matthias 2021-01-24 10:40:22 +01:00
  • 789a980a30 Fix tests for new export format Matthias 2021-01-24 09:56:27 +01:00
  • 2c2a33b2e8 updated environemnt.ylm sobeit2020 2021-01-24 17:06:40 +00:00
  • 9af89786ba update installation.md sobeit2020 2021-01-24 17:03:56 +00:00
  • deb8432d33 Streamline trade to dataframe conversion Matthias 2021-01-23 20:49:49 +01:00
  • 8ee264bc59 Don't use profit_percent for backtesting results anymore Matthias 2021-01-23 13:02:48 +01:00
  • 48977493bb Backtesting does not need to convert to BacktestResult object Matthias 2021-01-23 12:50:20 +01:00
  • 3b51545d23 Add trade_duration to to_json Matthias 2021-01-23 12:43:27 +01:00
  • 9a3c425cf4 Update slack link Matthias 2021-01-24 08:53:05 +01:00
  • 16f9675356 Fix whitelist expansion problem Matthias 2021-01-23 20:35:10 +01:00
  • 37acaa685b Merge pull request #4249 from freqtrade/config_rename Matthias 2021-01-23 09:20:42 +01:00
  • 31e0b09643 Rename config.json.example Matthias 2021-01-22 19:18:21 +01:00
  • 371b374ea6 Remove unused config setup from setup.sh Matthias 2021-01-22 19:12:34 +01:00
  • bec9b580b0 sell_profit_offset should be documented in the strategy override section Matthias 2021-01-22 17:34:41 +01:00
  • e94e2dd383 Remove docker config without compose Matthias 2021-01-22 17:32:57 +01:00
  • c42241986e further investigate random test failure Matthias 2021-01-21 19:20:38 +01:00
  • c998577d4a Merge pull request #4244 from dannoso/patch-1 Matthias 2021-01-21 19:12:47 +01:00
  • fd379d36ac Fixed quickstart link in docs Davide 2021-01-21 12:27:22 +01:00
  • 5c0f98b518 Blacklist Poloniex - as ccxt does not provide a fetch_order endpoint Matthias 2021-01-20 19:30:43 +01:00
  • 06cae1b60c Merge pull request #4241 from tijmenvandenbrink/develop Matthias 2021-01-20 14:16:08 +01:00
  • 5f5f75e147 Improve wording in protections documentation Matthias 2021-01-20 13:57:53 +01:00
  • 992d6b8018 Small improvement to MaxDrawDown protection Tijmen van den Brink 2021-01-20 09:24:30 +01:00
  • 7c80eeea95 Add use_custom_stoploss to optimize_report Matthias 2021-01-19 22:51:12 +01:00
  • 86b3306a3b Small doc refactoring Matthias 2021-01-19 22:07:10 +01:00
  • 7c99e6f0e6 Avoid random test failure Matthias 2021-01-19 20:49:28 +01:00
  • 20591b539a Merge pull request #4228 from baartch/develop Matthias 2021-01-19 20:08:49 +01:00