Commit Graph

  • baf6bca34e Merge pull request #5240 from freqtrade/dependabot/pip/develop/pandas-1.3.0 Matthias 2021-07-05 19:56:03 +02:00
  • 10998eb0fa Remove further usages of int(int_timestamp) Matthias 2021-07-05 19:51:14 +02:00
  • 1682578a39 Merge pull request #5234 from nightshift2k/fixups/pairlists Matthias 2021-07-05 19:45:35 +02:00
  • 346d66748b first version of OffsetFilter nightshift2k 2021-07-05 12:50:56 +02:00
  • 5626ca5a06 removed unnecessary casting to int() nightshift2k 2021-07-05 10:39:22 +02:00
  • 70a41a0f67 Merge pull request #5239 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.7 Matthias 2021-07-05 07:06:28 +02:00
  • eb3ead4930 Merge pull request #5229 from kevinjulian/telegram-balance Matthias 2021-07-05 06:56:35 +02:00
  • ac7598ff14 Bump python-telegram-bot from 13.6 to 13.7 dependabot[bot] 2021-07-05 04:31:00 +00:00
  • 0c8afea382 Bump pandas from 1.2.5 to 1.3.0 dependabot[bot] 2021-07-05 04:30:54 +00:00
  • 94ec9d2366 Merge pull request #5237 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.20 Matthias 2021-07-05 06:29:58 +02:00
  • 6c789e4130 Merge pull request #5236 from freqtrade/dependabot/pip/develop/ccxt-1.52.40 Matthias 2021-07-05 06:29:39 +02:00
  • 1e696c4a20 Merge pull request #5235 from freqtrade/dependabot/pip/develop/plotly-5.1.0 Matthias 2021-07-05 06:29:19 +02:00
  • d146697297 Merge pull request #5238 from freqtrade/dependabot/pip/develop/fastapi-0.66.0 Matthias 2021-07-05 06:28:56 +02:00
  • d1555a1095 Bump fastapi from 0.65.2 to 0.66.0 dependabot[bot] 2021-07-05 03:01:28 +00:00
  • 7ae5f47242 Bump sqlalchemy from 1.4.19 to 1.4.20 dependabot[bot] 2021-07-05 03:01:24 +00:00
  • 2f97846bd8 Bump ccxt from 1.52.4 to 1.52.40 dependabot[bot] 2021-07-05 03:01:18 +00:00
  • 0d787fde58 Bump plotly from 5.0.0 to 5.1.0 dependabot[bot] 2021-07-05 03:01:11 +00:00
  • 7ac55e5415 AgeFilter, RangeStabilityFilter, VolatilityFilter changed float_timestamp to int_timestamp nightshift2k 2021-07-04 21:08:42 +02:00
  • 85c7b55750 improvements: - float_timestamp switched to int_timestamp - added documentation to pairlists.md nightshift2k 2021-07-04 20:46:24 +02:00
  • d758b0ccab Merge pull request #5232 from octaviusgus/patch-1 Matthias 2021-07-04 20:00:44 +02:00
  • c5489d530a Reexport File to docs to have this available as documentation too Matthias 2021-07-04 19:50:44 +02:00
  • c3cf71bba8 sort import kevinjulian 2021-07-04 22:04:39 +07:00
  • 2d5ced7801 fix testcase kevinjulian 2021-07-04 21:59:59 +07:00
  • 9e548657e0 fix testcase kevinjulian 2021-07-04 21:08:46 +07:00
  • 558bcc7959 Jupyter notebook snippet: Plotting daily profit / equity line octaviusgus 2021-07-04 15:56:55 +02:00
  • 4aa2ae37bd add daily_profit_list octaviusgus 2021-07-04 14:38:17 +02:00
  • 791dfd9ba3 Fix some doc typos Matthias 2021-07-04 14:02:11 +02:00
  • 898bef1837 Merge pull request #5219 from freqtrade/hyperopt_paramfile Matthias 2021-07-04 13:56:52 +02:00
  • 9919061c78 PEP8 compliance nightshift2k 2021-07-04 11:40:45 +02:00
  • 348dbeff3f added meaningful logging of used lookback range nightshift2k 2021-07-04 11:16:33 +02:00
  • 77293b1f1e Remove Zero duration Trades Matthias 2021-07-04 10:50:10 +02:00
  • a4096318e0 Provide full backtest-statistics to Hyperopt loss functions Matthias 2021-07-04 10:15:19 +02:00
  • 7efa228d73 add dust balance kevinjulian 2021-07-04 03:08:29 +07:00
  • dbdd7f38a8 add plural kevinjulian 2021-07-04 02:56:05 +07:00
  • b722e12350 compact low balance currencies kevinjulian 2021-07-04 02:44:48 +07:00
  • f6511c3e3f fix typo and add blocker kevinjulian 2021-07-04 02:20:53 +07:00
  • b72bbebccb fix flake8 kevinjulian 2021-07-04 01:46:51 +07:00
  • 3d9f3eeb07 feat(agefilter): add max_days_listed kevinjulian 2021-07-03 23:58:04 +07:00
  • e9dbd57da4 Merge pull request #5221 from rokups/patch-2 Matthias 2021-07-03 16:00:24 +02:00
  • dc8abd77df Fix import order Matthias 2021-07-03 15:45:00 +02:00
  • 3686efa08a Add range property to CategoricalParameter and DecimalParameter, add their tests. Rokas Kupstys 2021-07-03 10:08:52 +03:00
  • 53f963dd73 fixed self._tf_in_secs to self._tf_in_sec nightshift2k 2021-07-03 11:49:05 +02:00
  • 62da4b452c code cleanup and comments nightshift2k 2021-07-03 11:47:17 +02:00
  • 055229a44a first iteration of volume pairlist with range lookback nightshift2k 2021-07-03 11:39:14 +02:00
  • 9d6860337f Merge pull request #5212 from rokups/rk/trailing-stop-2 Matthias 2021-07-03 08:39:30 +02:00
  • 3503fdb4ec Improve tests for newly added methods Matthias 2021-07-03 08:38:55 +02:00
  • fbd91cd3f8 Improve formatting to avoid backslash newlines Matthias 2021-07-03 08:22:21 +02:00
  • b25ad68c44 Fix np.bool_ not outputting correctly Matthias 2021-07-02 20:52:25 +02:00
  • 849f01e6b7 FIx doc typo Matthias 2021-07-02 06:44:55 +02:00
  • 7acbc9a554 Merge pull request #5220 from freqtrade/dependabot/docker/python-3.9.6-slim-buster Matthias 2021-07-01 06:17:49 +02:00
  • 99bc6bbb8f Bump python from 3.9.5-slim-buster to 3.9.6-slim-buster dependabot[bot] 2021-07-01 03:02:05 +00:00
  • e034f11dcc Improve test for hyperopt_show Matthias 2021-06-30 20:21:33 +02:00
  • b8de3270fa Plotting: Fix hover mode options after plotly update Matthias 2021-06-30 20:11:11 +02:00
  • 60b7f6edff Improve documentation Matthias 2021-06-30 19:53:36 +02:00
  • 15e36a20e1 Improve naming of default hyperopt serializer Matthias 2021-06-30 19:48:34 +02:00
  • bc0742ae67 Fix extremely optimistic results when using a combination of custom_stoploss and trailing_stop. Rokas Kupstys 2021-06-29 16:17:52 +03:00
  • 0809225a0a Update documentation to mention parameter strategy files Matthias 2021-06-30 07:05:20 +02:00
  • 645da51b5f Add test for parameter loading Matthias 2021-06-30 06:43:49 +02:00
  • dcf53ac3ff Add test for try_eport_params Matthias 2021-06-30 06:33:40 +02:00
  • ff61b8a2e7 Disable parameter export from tests Matthias 2021-06-29 20:57:16 +02:00
  • 84703080b8 Extract hyperopt_defaults_serializer to hyperopt_tools Matthias 2021-06-29 20:39:07 +02:00
  • 55f032b18e Catch trying to read faulty parameter file Matthias 2021-06-29 20:38:14 +02:00
  • 62cdbdc26a Automatically export hyperopt parameters Matthias 2021-06-29 20:22:30 +02:00
  • af04c8e2da Merge pull request #5205 from barisengez/develop Matthias 2021-06-29 16:49:17 +02:00
  • a8117c6e0b Refactored to use results variable from for loop barbarius 2021-06-29 11:24:49 +02:00
  • a2ccc1526e Load parameters from file Matthias 2021-06-29 07:07:34 +02:00
  • 8ca0076332 Fix small typos Matthias 2021-06-15 20:33:35 +02:00
  • d4514f5f16 Introduce File versions to hyperopt result files Matthias 2021-06-15 20:27:46 +02:00
  • a7e9e362b7 Simplify printing logic for non-optimized parameters Matthias 2021-06-15 20:15:37 +02:00
  • 8b7010fc9a Update pprint name Matthias 2021-06-15 20:15:20 +02:00
  • aa5181ca81 Properly export non-optimized parameters Matthias 2021-06-15 20:14:31 +02:00
  • ef14359d31 Add some tests for paramfile writing Matthias 2021-06-15 06:52:12 +02:00
  • e97de4643f Move tests to hyperopttools test file Matthias 2021-06-14 21:06:15 +02:00
  • 34e6ce431f Print non-optimized parameters (also stop / roi) Matthias 2021-06-14 20:45:06 +02:00
  • 2310deec53 Update name to get non-optimized parameters Matthias 2021-06-14 20:42:54 +02:00
  • 8cdd1e3aef Fix some type errors Matthias 2021-05-29 16:56:36 +02:00
  • 2bf17f71e7 Dump parameters from hyperopt-show Matthias 2021-05-29 16:49:28 +02:00
  • 750c780293 Support loading parameters from json file Matthias 2021-05-29 16:37:19 +02:00
  • eb5cee4934 Merge pull request #5210 from eschava/profit_best_pair Matthias 2021-06-29 06:39:46 +02:00
  • d54de72471 "/profit N" command should print best pair for the same period of time, not for all trades Eugene Schava 2021-06-28 23:42:09 +03:00
  • 65d7e74888 Add note about ldconfig Matthias 2021-06-28 19:44:15 +02:00
  • 0907a572df Merge pull request #5201 from freqtrade/dependabot/pip/develop/plotly-5.0.0 Matthias 2021-06-28 19:44:07 +02:00
  • 534083c665 Merge pull request #5197 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.9 Matthias 2021-06-28 19:28:23 +02:00
  • a0f28f4a15 Added max open trades to strategy summary first line barbarius 2021-06-28 17:05:12 +02:00
  • 5af04c1a66 Merge pull request #5193 from freqtrade/dependabot/pip/develop/mypy-0.910 Matthias 2021-06-28 13:45:48 +02:00
  • 8a0523885e Bump mypy from 0.902 to 0.910 dependabot[bot] 2021-06-28 11:19:46 +00:00
  • a92b332550 Merge pull request #5195 from freqtrade/dependabot/pip/develop/nbconvert-6.1.0 Matthias 2021-06-28 13:18:54 +02:00
  • d1b0964c03 Merge pull request #5203 from freqtrade/dependabot/pip/develop/pandas-1.2.5 Matthias 2021-06-28 13:18:40 +02:00
  • 2e5b719de8 Added timerange above multiple strategy backtest result summary table barbarius 2021-06-28 10:54:54 +02:00
  • c99ae3b419 Added timerange above multiple strategy backtest result summary table barbarius 2021-06-28 10:20:34 +02:00
  • 3215232691 Bump pandas from 1.2.4 to 1.2.5 dependabot[bot] 2021-06-28 08:07:05 +00:00
  • f3684e0051 Merge pull request #5196 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.19 Matthias 2021-06-28 10:05:41 +02:00
  • 0f586bec2d Merge pull request #5202 from freqtrade/dependabot/pip/develop/ccxt-1.52.4 Matthias 2021-06-28 10:05:24 +02:00
  • 91bb378207 Bump nbconvert from 6.0.7 to 6.1.0 dependabot[bot] 2021-06-28 08:04:03 +00:00
  • 6dbebe2634 Merge pull request #5199 from freqtrade/dependabot/pip/develop/urllib3-1.26.6 Matthias 2021-06-28 10:03:31 +02:00
  • 86e8ab6bf3 Merge pull request #5200 from freqtrade/dependabot/pip/develop/isort-5.9.1 Matthias 2021-06-28 10:03:00 +02:00
  • 82677f4235 Merge pull request #5204 from freqtrade/dependabot/pip/develop/types-requests-2.25.0 Matthias 2021-06-28 10:02:29 +02:00
  • 06829c8400 Bump ccxt from 1.51.77 to 1.52.4 dependabot[bot] 2021-06-28 04:52:20 +00:00
  • 694f30d0f8 Bump types-requests from 0.1.13 to 2.25.0 dependabot[bot] 2021-06-28 04:52:05 +00:00
  • 22c6d18cd8 Merge pull request #5194 from freqtrade/dependabot/pip/develop/numpy-1.21.0 Matthias 2021-06-28 06:51:30 +02:00