Commit Graph

  • 2928ee22ce Remove compose file for devcontainer Matthias 2021-07-15 14:32:23 +00:00
  • 708d5691b0 Merge pull request #5271 from samgermain/setup-mac-fix Matthias 2021-07-15 12:13:47 +02:00
  • 07e3f82400 Changed to python3.8 installing first, removed test_and_fix_python_on_mac Sam Germain 2021-07-15 01:03:32 -06:00
  • 65ce7c9838 Added echo python3.* line back in Sam Germain 2021-07-14 20:01:43 -06:00
  • 74d7497a47 Setup script tries to install python3.9 instead of 3.8 with this fix, python versions are also checked for in a loop instead of copy and pasted code Sam Germain 2021-07-14 19:25:51 -06:00
  • cde041f702 install hdf5 and c-blosc on mac if using python3.9 Sam Germain 2021-07-14 19:20:12 -06:00
  • 697bf92f6f Add test for get_starting_balance method Matthias 2021-07-14 21:10:25 +02:00
  • 02d716a8be Fix api test Matthias 2021-07-14 20:59:47 +02:00
  • c9c7f84e8c Calculate relative profit based on assumed starting balance Matthias 2021-07-14 20:55:11 +02:00
  • f5c47767cb Provide available capital to api Matthias 2021-07-14 20:51:42 +02:00
  • 288c92301f Improve docs wording Matthias 2021-07-14 06:50:14 +02:00
  • 3451687135 Merge pull request #5255 from freqtrade/improve_dynamic_stake Matthias 2021-07-14 06:45:48 +02:00
  • 362436f7d2 Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently Sam Germain 2021-07-12 23:05:35 -06:00
  • 29e2b858ca Improve wording in docs Matthias 2021-07-13 20:40:06 +02:00
  • 2bf7705f2c Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently Sam Germain 2021-07-12 23:05:35 -06:00
  • a261b188da Merge pull request #5265 from anasyusef/censor_db_pwd_logs Matthias 2021-07-12 20:48:41 +02:00
  • 08a4da6f51 Merge branch 'censor_db_pwd_logs' of https://github.com/anasyusef/freqtrade into censor_db_pwd_logs anasyusef 2021-07-12 13:24:38 +00:00
  • 91e5562ae0 style: apply flake8 formatting anasyusef 2021-07-12 12:31:13 +00:00
  • 3c001dfcf6 Merge pull request #5264 from freqtrade/dependabot/pip/develop/isort-5.9.2 Matthias 2021-07-12 15:10:36 +02:00
  • 8def18b002 style: apply flake8 formatting anasyusef 2021-07-12 12:31:13 +00:00
  • 313cf6a013 test: add test for parsing db uri anasyusef 2021-07-12 12:28:34 +00:00
  • c78b2075d8 feat: add one additional asterisk anasyusef 2021-07-12 12:27:59 +00:00
  • 6a53e2c764 feat: apply censoring to logging anasyusef 2021-07-12 12:08:01 +00:00
  • f94dbcd085 feat: censor password from logs anasyusef 2021-07-12 12:02:10 +00:00
  • 40db424363 Add documentation for available capital setting Matthias 2021-07-11 10:44:36 +02:00
  • 6a8e8875a2 Test new behaviour Matthias 2021-07-10 12:39:02 +02:00
  • 7863746904 Add available_capital parameter Matthias 2021-07-10 12:30:00 +02:00
  • b41c234440 Extract Closed profit calculation to trade object Matthias 2021-07-10 12:18:55 +02:00
  • ed77889d6b Add explicit tests for _validate_stake_amount Matthias 2021-07-12 06:52:59 +02:00
  • c583452a5a Merge pull request #5263 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.10 Matthias 2021-07-12 06:40:10 +02:00
  • 5f94c3f81b Merge pull request #5262 from freqtrade/dependabot/pip/develop/ccxt-1.52.83 Matthias 2021-07-12 06:38:01 +02:00
  • 81c50aca01 Bump isort from 5.9.1 to 5.9.2 dependabot[bot] 2021-07-12 03:01:38 +00:00
  • 21ef08d9a8 Bump mkdocs-material from 7.1.9 to 7.1.10 dependabot[bot] 2021-07-12 03:01:34 +00:00
  • f4caf9b93c Bump ccxt from 1.52.40 to 1.52.83 dependabot[bot] 2021-07-12 03:01:29 +00:00
  • 8b78a3bde2 Quick fix for trades opening below min-trade amount Matthias 2021-07-11 21:01:12 +02:00
  • 38296e8689 Merge pull request #5189 from rokups/rk/custom-stake Matthias 2021-07-11 19:45:43 +02:00
  • 7ea0a74c53 Default to proposed stake Matthias 2021-07-11 14:10:41 +02:00
  • 0e4466ca1e Implement strategy-controlled stake sizes. Expose self.wallet to a strategy. Rokas Kupstys 2021-07-11 12:20:31 +03:00
  • f658cfa349 Remove Slack Matthias 2021-07-11 11:13:27 +02:00
  • 52ae95b2a5 Improve naming of apiserver variables Matthias 2021-07-10 11:19:23 +02:00
  • ad26b0dad0 Don't void backtest object when not necessary Matthias 2021-07-10 10:59:00 +02:00
  • 72a103f32d Properly test webserver startup in standalone mode Matthias 2021-07-10 10:13:23 +02:00
  • e4e2340f91 Fix bug where currencies are duplicated Matthias 2021-07-10 10:02:05 +02:00
  • cf6f706078 Don't build for feat branches Matthias 2021-07-10 10:01:15 +02:00
  • 6129c5ca9e Fix deprecation warnings from pandas 1.3.0 Matthias 2021-07-09 20:46:38 +02:00
  • 2f33b97b95 Validate startup candles for backtesting correctly Matthias 2021-07-09 07:19:44 +02:00
  • fb25130588 Merge pull request #5244 from octaviusgus/develop Matthias 2021-07-09 07:06:14 +02:00
  • d96d6024f4 Merge pull request #5252 from kevinjulian/agefilter-max-days-listed Matthias 2021-07-08 20:29:06 +02:00
  • 03861945a3 Update documentation page too. Matthias 2021-07-08 20:04:47 +02:00
  • 2a4a980855 Merge branch 'agefilter-max-days-listed' of https://github.com/kevinjulian/freqtrade into agefilter-max-days-listed kevinjulian 2021-07-08 19:25:32 +07:00
  • 863391122f fix short desc not appear kevinjulian 2021-07-08 13:42:52 +07:00
  • 225522762b Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter Matthias 2021-07-08 07:22:37 +02:00
  • 8be0241573 Build images for feat/** branches Matthias 2021-07-08 07:07:56 +02:00
  • e5da7ff6db Fix typos and improve wording in docs Matthias 2021-07-08 07:02:40 +02:00
  • 76e51cddba Merge pull request #5246 from nightshift2k/feature/offsetfilter Matthias 2021-07-07 21:06:23 +02:00
  • 7dc826d6b3 warning for range based lookback performance more readable formatting of examples nightshift2k 2021-07-07 20:43:37 +02:00
  • 5a2bc192d4 Update docs/includes/pairlists.md nightshift2k 2021-07-07 20:29:55 +02:00
  • 4d4ed82db8 Update docs/includes/pairlists.md nightshift2k 2021-07-07 20:29:52 +02:00
  • 62f2597f7a Merge pull request #5228 from kevinjulian/agefilter-max-days-listed Matthias 2021-07-07 20:22:04 +02:00
  • 682f880630 Slightly simplify if statement, add additional test Matthias 2021-07-07 20:05:56 +02:00
  • 8248d1acd1 run flake8 kevinjulian 2021-07-07 22:10:22 +07:00
  • 00a1931f40 fix test kevinjulian 2021-07-07 21:24:44 +07:00
  • c44e87cd30 added tests for OffsetFilter to test_pairlist.py` nightshift2k 2021-07-07 12:06:55 +02:00
  • 6cea0ef2d7 documentation for OffsetFilter nightshift2k 2021-07-07 11:48:26 +02:00
  • f30e300f18 adjusted test_pairlist.py for fixed rolling sum nightshift2k 2021-07-07 11:28:35 +02:00
  • 8b0a02db8e Correct exception messages sauces1313 2021-07-07 08:11:13 +00:00
  • 8b485d197a Update Plugins doc sauces1313 2021-07-07 07:54:17 +00:00
  • 3c3772703b changed quoteVolume to be built over a rolling period using lookback_period to avoid pair_candles being larger than requested lookback_period nightshift2k 2021-07-07 09:46:05 +02:00
  • 638bed3dac Add RangeStabilityFilterMax pairlist filter user 2021-07-07 06:46:51 +00:00
  • d1104bd434 fix daily profit data and daily profit curve example octaviusgus 2021-07-06 22:47:39 +02:00
  • b7a9853d9a Increase test coverage Matthias 2021-07-06 21:04:52 +02:00
  • a4bd862323 Fix fluky test Matthias 2021-07-06 20:29:04 +02:00
  • 36d4a15d24 quickly document webserver mode Matthias 2021-07-06 06:46:58 +02:00
  • 005da97183 extract backtesting abort functionality Matthias 2021-07-06 06:28:47 +02:00
  • 5474d5ee64 Move webserver start command to seperate file Matthias 2021-06-20 15:18:41 +02:00
  • e5b1657ab3 Properly remove rpc handler Matthias 2021-06-20 12:54:05 +02:00
  • 2ec22f1d97 Add Sorting to available pair list Matthias 2021-05-24 07:47:38 +02:00
  • 830b2548bc Add backtest stopping Matthias 2021-04-05 19:58:53 +02:00
  • 129c7b02d0 Not all config values are mandatory in webserver mode Matthias 2021-04-02 20:00:14 +02:00
  • 17b3cc2097 Return numeric value, not empty string Matthias 2021-04-02 19:58:08 +02:00
  • b44d215b90 Add test for backtest via APII Matthias 2021-04-01 19:59:49 +02:00
  • 804d99cce9 Move backtesting api to it's own file Matthias 2021-04-01 07:55:29 +02:00
  • 8566306010 Add test for start_websever Matthias 2021-04-01 07:49:54 +02:00
  • 134c61126e Properly track bt progress ... Matthias 2021-03-21 15:56:36 +01:00
  • 03140a0ecb Run webserver in main thread when using webserver mode Matthias 2021-03-21 10:45:44 +01:00
  • 37b15e830a Add trade count to progress Matthias 2021-03-12 19:11:17 +01:00
  • 048008756f Add progress tracking for backtesting Matthias 2021-03-11 19:16:18 +01:00
  • 06b6726029 Support compounding key Matthias 2021-02-28 09:56:13 +01:00
  • f96d7dfe6d Allow backtesting to reuse data Matthias 2021-01-06 15:05:54 +01:00
  • edb8c4f0e5 Fix tests for webserver mode Matthias 2021-01-02 16:12:10 +01:00
  • 5c18c8726d Implement backtesting with fastapi Matthias 2021-01-02 15:13:32 +01:00
  • df55259737 Add start_trading endpoint Matthias 2021-01-02 14:18:15 +01:00
  • 02b84bd018 Introduce webserver mode for fastapi Matthias 2020-12-31 20:02:27 +01:00
  • 800e314bfd Store backtesting results in backtest instance Matthias 2020-12-31 19:46:54 +01:00
  • 97e8ec91f0 Save configuration file paths Matthias 2020-05-23 10:44:43 +02:00
  • ef137546fe Add webserver entrypoint Matthias 2020-05-22 19:57:17 +02:00
  • 0f3d34eaf4 Merge branch 'develop' into agefilter-max-days-listed Kevin Julian 2021-07-06 19:47:18 +07:00
  • 502c69dce3 change short desc kevinjulian 2021-07-06 19:36:42 +07:00
  • dec523eef0 Display verison of installed FreqUI Matthias 2021-07-06 07:20:05 +02:00
  • 1e87225e91 added test_VolumePairList_range to test_pairlist.py nightshift2k 2021-07-05 20:59:27 +02:00