Commit Graph

  • 0ace35bf3d Fix unreferenced error Matthias 2021-05-15 08:14:50 +02:00
  • a6c644161d Merge pull request #4930 from freqtrade/hyperopt_memory Matthias 2021-05-15 07:12:57 +02:00
  • 5e73195b30 Use linux lineseperator at all times Matthias 2021-05-15 07:01:32 +02:00
  • 3aaf06a3e2 Merge pull request #4932 from freqtrade/fix/4920 Matthias 2021-05-15 06:40:21 +02:00
  • 1f049214aa Merge pull request #4933 from rokups/patch-1 Matthias 2021-05-14 20:04:16 +02:00
  • 330fb538a9 Couple tweaks for docs. Rokas Kupstys 2021-05-14 10:43:48 +03:00
  • 09b6923e50 Use "choose" link for new issues Matthias 2021-05-14 07:22:51 +02:00
  • 4bc018a456 Change rate back to "open" for custom_sell Matthias 2021-05-14 07:18:10 +02:00
  • 09756e3007 Subplots should always be included in responses Matthias 2021-05-14 06:36:18 +02:00
  • ff7bbec1bc Merge pull request #4902 from docbobo/arm64-docs Matthias 2021-05-14 05:48:08 +02:00
  • ecee42f561 Read pickle file in mmap mode Matthias 2021-05-13 20:13:04 +02:00
  • 1055862bc0 Extract data-load + dump from hyperopt Matthias 2021-05-12 21:15:01 +02:00
  • 5e66d37d57 Slightly modify docker instructions for arm64 Matthias 2021-05-12 20:07:45 +02:00
  • 84222c89ee Merge pull request #4922 from rokups/rk/fix-docs Matthias 2021-05-12 19:58:11 +02:00
  • 24a1d5a96f Change default hyperopt-name to be shorter Matthias 2021-05-12 19:04:32 +02:00
  • 5f5597b93f Better test hyperopt writing and reading Matthias 2021-05-12 06:32:55 +02:00
  • 9bb6ba086b Update docs/strategy-advanced.md Rokas Kupstys 2021-05-12 17:15:38 +03:00
  • ad4c51b3c5 * Added "Dataframe access" section showcasing how to obtain dataframe and use it to get last-available and trade-open candles. * Fix custom_sell() example to use rsi from last-available instead of trade-open candle, add a pointer to "Dataframe access" section for more info. * Simplify "Custom stoploss using an indicator from dataframe example" greatly, add a pointer to "Dataframe access" section for more info. Rokas Kupstys 2021-05-12 09:30:35 +03:00
  • 3cbe40875d read hyperopt results from pickle or json Matthias 2021-05-12 06:06:30 +02:00
  • 06bf1aa274 Store epochs as json per line Matthias 2021-05-12 05:58:25 +02:00
  • 7398ea88e0 Change optimize_reports to convert dates to string earlier Matthias 2021-05-11 20:30:37 +02:00
  • 6d232db1d8 Merge pull request #4918 from kamontat/patch-1 Matthias 2021-05-11 20:16:26 +02:00
  • e53bbec285 remove duplicate python3-pip Kamontat Chantrachirathumrong 2021-05-12 00:13:13 +07:00
  • bcab44560a Fix doc typo Matthias 2021-05-11 06:23:21 +02:00
  • c4a2de0fd5 Merge pull request #4915 from froggleston/develop Matthias 2021-05-11 06:16:49 +02:00
  • ac95d577a5 Merge pull request #1 from froggleston/frog-custom-sell-doc Robert Davey 2021-05-10 19:48:09 +01:00
  • 425d97719a Update strategy-advanced.md Robert Davey 2021-05-10 19:42:37 +01:00
  • b81f24d9c6 Merge pull request #4851 from rokups/rk/backtest-dataprovider Matthias 2021-05-10 19:11:05 +02:00
  • 91fd367287 Merge pull request #4906 from freqtrade/dependabot/pip/develop/ccxt-1.49.73 Matthias 2021-05-10 15:24:02 +02:00
  • 3d6b3f1d6a Add Issue config.yml Matthias 2021-05-10 15:08:28 +02:00
  • 8e6a95e11b Bump ccxt from 1.49.30 to 1.49.73 dependabot[bot] 2021-05-10 10:50:05 +00:00
  • 7e6d469511 Merge pull request #4913 from freqtrade/dependabot/pip/develop/fastapi-0.64.0 Matthias 2021-05-10 08:53:34 +02:00
  • 9cef2983e5 Merge pull request #4907 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.4 Matthias 2021-05-10 08:52:02 +02:00
  • 3eb4cda975 Merge pull request #4911 from freqtrade/dependabot/pip/develop/pymdown-extensions-8.2 Matthias 2021-05-10 08:51:47 +02:00
  • 0fefa696cc Merge pull request #4908 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.14 Matthias 2021-05-10 08:50:42 +02:00
  • 837c05aa62 Merge pull request #4910 from freqtrade/dependabot/pip/develop/flake8-3.9.2 Matthias 2021-05-10 08:49:53 +02:00
  • 699b21064b Merge pull request #4912 from freqtrade/dependabot/pip/develop/pytest-mock-3.6.1 Matthias 2021-05-10 08:49:25 +02:00
  • 158a4ea660 Merge pull request #4909 from freqtrade/dependabot/pip/develop/pytest-6.2.4 Matthias 2021-05-10 08:49:13 +02:00
  • 43c7382d24 Bump fastapi from 0.63.0 to 0.64.0 dependabot[bot] 2021-05-10 05:27:36 +00:00
  • 93268ba16d Bump pytest-mock from 3.6.0 to 3.6.1 dependabot[bot] 2021-05-10 05:27:22 +00:00
  • 5ecd86ed56 Bump pymdown-extensions from 8.1.1 to 8.2 dependabot[bot] 2021-05-10 05:27:11 +00:00
  • 6eb47b0aeb Bump flake8 from 3.9.1 to 3.9.2 dependabot[bot] 2021-05-10 05:27:03 +00:00
  • 0a82e2b061 Bump pytest from 6.2.3 to 6.2.4 dependabot[bot] 2021-05-10 05:26:52 +00:00
  • a7cd8fc578 Bump sqlalchemy from 1.4.12 to 1.4.14 dependabot[bot] 2021-05-10 05:26:36 +00:00
  • a7bd051f6b Bump mkdocs-material from 7.1.3 to 7.1.4 dependabot[bot] 2021-05-10 05:26:26 +00:00
  • d495ea3693 Update docs about availability of get_analyzed Matthias 2021-05-09 19:53:41 +02:00
  • 1c408c0404 Add small tests for backtest mode Matthias 2021-05-09 19:47:37 +02:00
  • f2add44253 Update docs/docker_quickstart.md Boris Prüßmann 2021-05-09 17:27:30 +02:00
  • 0a0e7ce5f5 Documentation for running arm64 builds Boris Pruessmann 2021-05-09 14:28:54 +02:00
  • 00e93dad02 Fix mistake in the docs Matthias 2021-05-09 10:04:56 +02:00
  • 92186d89a2 Add some changes to strategytemplate Matthias 2021-05-09 09:56:36 +02:00
  • 2157923aee have edge send multiple messages if necessary Matthias 2021-05-08 19:43:31 +02:00
  • 17b9e898d2 Update docs displaying how to get last available and trade-open candles. Rokas Kupstys 2021-05-08 16:56:59 +03:00
  • 8d8c782bd0 Slice dataframe in backtesting, preventing access to rows past current time. Rokas Kupstys 2021-05-08 16:06:19 +03:00
  • 0ca0ed4117 Merge pull request #4843 from docbobo/arm64-support Matthias 2021-05-08 17:35:19 +02:00
  • 70189b1992 Move dockerfile and document M1 image existance Matthias 2021-05-08 17:24:41 +02:00
  • f1eb653545 Fix strategy protections not being loaded in backtesting. Rokas Kupstys 2021-05-07 17:28:06 +03:00
  • 1b01ad6f85 Make exchange parameter optional and do not use it as parameter in backtesting. Rokas Kupstys 2021-05-07 17:27:48 +03:00
  • 4b6cd69c81 Add test for no-exchange dataprovider Matthias 2021-05-05 20:08:31 +02:00
  • d344194b36 Fix dataprovider in hyperopt. Rokas Kupstys 2021-05-03 09:47:58 +03:00
  • 9b4f6b41a2 Use correct datetime. Rokas Kupstys 2021-05-03 09:18:38 +03:00
  • 6fb4d83ab3 Fix dataprovider in hyperopt. Rokas Kupstys 2021-05-02 16:35:06 +03:00
  • 6af4de8fe8 Remove dataframe parameter from docs. Rokas Kupstys 2021-05-02 12:25:43 +03:00
  • cdfa6adbe5 Store pair datafrmes in dataprovider for backtesting. Rokas Kupstys 2021-05-02 12:20:54 +03:00
  • dc6e702fec Pass current_time to confirm_trade_entry/confirm_trade_exit. Rokas Kupstys 2021-05-02 12:20:25 +03:00
  • d34da3f981 Revert "Add dataframe parameter to custom_stoploss() and custom_sell() methods." Rokas Kupstys 2021-05-02 12:17:59 +03:00
  • 513be11fd9 Fix hyperopt output Matthias 2021-05-07 20:23:11 +02:00
  • 4a7d7a5779 Merge pull request #4887 from freqtrade/timerange_noarrow Matthias 2021-05-07 06:51:16 +02:00
  • 554f5f14b6 Raise exception if no data is left Matthias 2021-05-06 20:49:48 +02:00
  • 4f529fe424 Don't use Arrow to get min/max backtest dates Matthias 2021-05-06 19:34:10 +02:00
  • 32577cc0cd Merge pull request #4836 from bzed/telegram-locks Matthias 2021-05-05 20:15:13 +02:00
  • d8de871934 Merge pull request #4869 from freqtrade/edge_informative Matthias 2021-05-05 20:10:40 +02:00
  • a710b7dc01 Update tests to match new behaviour Matthias 2021-05-04 07:46:30 +02:00
  • 431cb5313f Support informative pairs in edge positioning Matthias 2021-05-04 07:37:21 +02:00
  • 6c50157c95 Merge pull request #4877 from freqtrade/dependabot/docker/python-3.9.5-slim-buster Matthias 2021-05-05 08:31:34 +02:00
  • 947ad856c0 Update Dockerfile.armhf Matthias 2021-05-05 08:12:28 +02:00
  • f55ce04fa6 Bump python from 3.9.4-slim-buster to 3.9.5-slim-buster dependabot[bot] 2021-05-05 05:14:42 +00:00
  • da47f4e1a4 Fix Kraken balance update error Matthias 2021-05-05 06:47:26 +02:00
  • 4d9dc2a2ff Merge pull request #4848 from freqtrade/hyperopt_btresults Matthias 2021-05-04 06:44:01 +02:00
  • da5e832a5a Merge pull request #4862 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.5 Matthias 2021-05-03 13:12:28 +02:00
  • 239583d7bc Merge pull request #4859 from freqtrade/dependabot/pip/develop/cachetools-4.2.2 Matthias 2021-05-03 13:12:18 +02:00
  • b852a8b1c6 Merge pull request #4861 from freqtrade/dependabot/pip/develop/ccxt-1.49.30 Matthias 2021-05-03 13:12:04 +02:00
  • 860379bc58 Bump ccxt from 1.48.76 to 1.49.30 dependabot[bot] 2021-05-03 10:23:52 +00:00
  • 2d89824267 Bump cachetools from 4.2.1 to 4.2.2 dependabot[bot] 2021-05-03 10:21:49 +00:00
  • 82a08bd7de Bump python-telegram-bot from 13.4.1 to 13.5 dependabot[bot] 2021-05-03 10:16:58 +00:00
  • 42c286a2da Merge pull request #4863 from freqtrade/dependabot/pip/develop/arrow-1.1.0 Matthias 2021-05-03 10:13:22 +02:00
  • 3d11df68e3 Be explicit with space assignment in documentation 2021.4 Matthias 2021-05-03 08:33:06 +02:00
  • f138cca797 Be explicit with space assignment in documentation Matthias 2021-05-03 08:33:06 +02:00
  • 1ffc53b3b5 Fix docs typo for CategoryParameter Matthias 2021-05-02 19:21:26 +02:00
  • 4465915a94 Merge pull request #4856 from freqtrade/dependabot/pip/develop/scikit-learn-0.24.2 Matthias 2021-05-03 08:23:06 +02:00
  • f55ce8543a Merge pull request #4860 from freqtrade/dependabot/pip/develop/technical-1.3.0 Matthias 2021-05-03 08:22:13 +02:00
  • d7e4d5ff3f Merge pull request #4858 from freqtrade/dependabot/pip/develop/pyjwt-2.1.0 Matthias 2021-05-03 08:20:51 +02:00
  • 39cffeb2df Merge pull request #4857 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.12 Matthias 2021-05-03 08:20:13 +02:00
  • a63d9e9515 Bump arrow from 1.0.3 to 1.1.0 dependabot[bot] 2021-05-03 05:27:17 +00:00
  • cea207026a Bump technical from 1.2.2 to 1.3.0 dependabot[bot] 2021-05-03 05:26:39 +00:00
  • 37227170b3 Bump pyjwt from 2.0.1 to 2.1.0 dependabot[bot] 2021-05-03 05:26:30 +00:00
  • 8ed15fb7cc Bump sqlalchemy from 1.4.11 to 1.4.12 dependabot[bot] 2021-05-03 05:26:18 +00:00
  • 8364343cd6 Bump scikit-learn from 0.24.1 to 0.24.2 dependabot[bot] 2021-05-03 05:26:08 +00:00
  • da574e4e69 Small style fixes Matthias 2021-05-03 06:30:41 +02:00
  • 6d7096dc66 Use both old and new fixtures for test Matthias 2021-05-02 20:42:01 +02:00