Commit Graph

  • 3bd0c3d009 Remove legacy code from export to csv Matthias 2021-08-08 11:02:54 +02:00
  • be240566ba Fix random test failure Matthias 2021-08-08 10:57:20 +02:00
  • faf16a64e5 Remove legacy hyperopt file support Matthias 2021-08-08 10:22:45 +02:00
  • 0ae4eccea5 Refactor Hyperopt-list and hyperopt-show to reduce some duplicate code Matthias 2021-08-08 10:05:28 +02:00
  • 7eaadb2630 Add custom-* methods to bot-basics Matthias 2021-08-08 09:50:50 +02:00
  • ecdecb02fa Merge pull request #5365 from samgermain/enums Matthias 2021-08-08 09:48:11 +02:00
  • 4630f69830 Removed short, exit_short from enums Sam Germain 2021-08-08 01:36:59 -06:00
  • 658f138e30 Added short_tag to SignalTagType Sam Germain 2021-08-07 20:08:52 -06:00
  • 71963e65f1 Removed ExchangeName Enum Sam Germain 2021-08-07 18:42:09 -06:00
  • cf70b34ff0 Add min_value to all volumepairlist samples Matthias 2021-08-07 16:15:42 +02:00
  • 5393c55b51 Document min_value for VolumePairList Matthias 2021-08-07 16:01:20 +02:00
  • 7e6b281b75 Merge branch 'feat/short' of https://github.com/freqtrade/freqtrade into feat/short Sam Germain 2021-08-07 01:43:56 -06:00
  • 92ed7c0bf8 Merge branch 'develop' into feat/short Matthias 2021-08-07 09:42:25 +02:00
  • 6532aba765 Merge pull request #5360 from freqtrade/hyperopt_protections Matthias 2021-08-07 09:42:05 +02:00
  • 66de30f042 Merge pull request #5368 from samgermain/autopep8-formatted Matthias 2021-08-07 09:29:58 +02:00
  • 9988c293b5 Merge branch 'enums' into feat/short Sam Germain 2021-08-06 19:30:31 -06:00
  • 9b58c58609 Merge branch 'develop' into feat/short Sam Germain 2021-08-06 18:12:53 -06:00
  • b9356a5564 Autopep8 formatting Sam Germain 2021-08-06 16:19:36 -06:00
  • aec82b4647 Added empty everage/__init__.py Sam Germain 2021-08-06 01:37:34 -06:00
  • 50d185ccd8 Added exchange_name variables to exchange classes Sam Germain 2021-08-06 01:23:55 -06:00
  • 241bfc409f Added leverage enums Sam Germain 2021-08-05 23:23:02 -06:00
  • 612b88e993 Merge branch 'develop' of https://github.com/freqtrade/freqtrade into custom_order_price axel 2021-08-05 18:21:31 -04:00
  • 0985b11267 add doc for custom exit price axel 2021-08-05 18:16:16 -04:00
  • 84d082033b fix default retval for strategy custom_entry_price axel 2021-08-05 18:00:31 -04:00
  • 0aeebc9d53 add test for custom exit price axel 2021-08-05 17:57:45 -04:00
  • 90c194de1f Align Readme and documentation index in supported exchange lists Matthias 2021-08-05 19:27:38 +02:00
  • 4d28f0ed59 Merge pull request #5363 from kamontat/patch-1 Matthias 2021-08-05 19:27:00 +02:00
  • eee5f174fc update link Kamontat Chantrachirathumrong 2021-08-05 20:33:15 +07:00
  • cb3b0cf311 add custom_exit_price in interface and freqtradebot axel 2021-08-04 23:09:40 -04:00
  • f243ad4af0 add custom_exit_price in strategy interface axel 2021-08-04 19:09:55 -04:00
  • f9f519fd3c add custom_exit_price function to interface axel 2021-08-04 18:54:17 -04:00
  • d9b9eecd4d remove entry price reached method axel 2021-08-04 18:47:14 -04:00
  • 2cf781f3dd add freqtradebot execute_buy test in custom entry price case axel 2021-08-04 18:32:39 -04:00
  • ad0e4a8567 Add BooleanParameter Matthias 2021-08-04 20:52:56 +02:00
  • b73768acd1 Fix bug in property overwriting prevention Matthias 2021-08-04 20:10:32 +02:00
  • 3c41223333 Add test for protections-hyperopt Matthias 2021-08-04 20:01:28 +02:00
  • a661e0db6e Deprecate protections from config Matthias 2021-08-04 19:43:16 +02:00
  • ceed3c663b Document using protections Matthias 2021-08-04 07:15:14 +02:00
  • a6454cfc39 Autoenable protections when protection-space is selected Matthias 2021-08-04 07:14:47 +02:00
  • 797d7e5ce6 Merge pull request #5157 from samgermain/margin-db Matthias 2021-08-04 06:57:36 +02:00
  • 091bf7c4d2 Output protection space Matthias 2021-08-03 07:14:31 +02:00
  • 544e0da6c2 Add protection parameter space Matthias 2021-08-03 07:10:04 +02:00
  • 800b2eeaf0 Load protections as part of backtest() Matthias 2021-08-03 06:38:15 +02:00
  • 74a5cb3c21 Remove protections from full config Matthias 2021-08-04 06:49:53 +02:00
  • 6410a6528b Add missing methods to advanced strategy template Matthias 2021-08-04 06:46:21 +02:00
  • bc3e6deb1c remove specific test for buy with custom entry axel 2021-08-03 17:09:52 -04:00
  • b644233ead rename custom_entry_price kwarg to align it to the interface axel 2021-08-03 17:03:27 -04:00
  • b3dafb378e remove use_custom_entry_price as a config option axel 2021-08-03 16:54:28 -04:00
  • 16146357b3 reuse buy_limit_requested as rate input for custom entry price axel 2021-08-03 16:39:35 -04:00
  • 42e24d8b4b remove price change cancel reason in contants, will be added in another PR axel 2021-08-03 16:35:16 -04:00
  • 00939b63f2 flake 8 fixes axel 2021-08-03 16:25:18 -04:00
  • 53fb8b05e7 remove short logic in entry_price_reached function axel 2021-08-03 16:19:29 -04:00
  • d9c9b7d7fc restore interface test file axel 2021-08-03 16:02:10 -04:00
  • 3d8c3ffd38 fix syntax error in unit test axel 2021-08-01 02:21:23 -04:00
  • 5284112b69 fix in custom entry function output,remove changes related to outdated prices, doc exemple minor changes axel 2021-08-01 02:09:59 -04:00
  • f11f5d17e9 add feature custom entry price for live axel 2021-07-31 00:05:45 -04:00
  • 07673ef47f Update Migrations to use the latest added columns Matthias 2021-08-03 10:25:59 +02:00
  • 5b6dbbd750 Changed order of buy_tag in migrations Sam Germain 2021-08-03 00:23:21 -06:00
  • d88e2ae603 Merge branch 'develop' into margin-db Sam Germain 2021-08-02 23:58:44 -06:00
  • dfc17f2bd1 Fix ci failure Matthias 2021-08-03 07:21:11 +02:00
  • 4ab03f7e37 Don't load fallback methods for autohyperopt Matthias 2021-08-02 21:17:56 +02:00
  • e70a742005 Reorder space methods in hyperopt Matthias 2021-08-02 21:12:10 +02:00
  • adb33e763b Merge pull request #5350 from freqtrade/environment_vars Matthias 2021-08-02 20:48:23 +02:00
  • c981641441 Don't fail if strategy doesn't contain sell signal Matthias 2021-08-02 20:17:58 +02:00
  • d8d8261f1b Merge pull request #5318 from samgermain/combined_exchange_buy_sell Matthias 2021-08-02 20:11:09 +02:00
  • 3c5f06d5c0 Update tests/exchange/test_exchange.py Matthias 2021-08-02 08:31:33 +02:00
  • 5ead95b06b Merge pull request #5245 from sauces1313/RangeStabilityFilterMax Matthias 2021-08-02 08:06:36 +02:00
  • 3e5659b32f Merge pull request #5355 from freqtrade/dependabot/pip/develop/scipy-1.7.1 Matthias 2021-08-02 08:03:44 +02:00
  • b63eda3a2b Some minor cleanup and improved test coverage Matthias 2021-08-02 07:15:09 +02:00
  • 8485964bb7 Merge pull request #5357 from freqtrade/dependabot/pip/develop/mkdocs-material-7.2.2 Matthias 2021-08-02 06:31:22 +02:00
  • eeee92275b Merge pull request #5356 from freqtrade/dependabot/pip/develop/types-requests-2.25.1 Matthias 2021-08-02 06:30:14 +02:00
  • d4fa50c605 Merge pull request #5353 from freqtrade/dependabot/pip/develop/ccxt-1.54.24 Matthias 2021-08-02 06:29:57 +02:00
  • ae48012831 Merge pull request #5354 from freqtrade/dependabot/pip/develop/fastapi-0.68.0 Matthias 2021-08-02 06:29:42 +02:00
  • 5b4931897d Merge pull request #5352 from freqtrade/dependabot/pip/develop/isort-5.9.3 Matthias 2021-08-02 06:29:09 +02:00
  • 3a19e1610d Bump mkdocs-material from 7.2.1 to 7.2.2 dependabot[bot] 2021-08-02 03:01:38 +00:00
  • 7fd3fc98c0 Bump types-requests from 2.25.0 to 2.25.1 dependabot[bot] 2021-08-02 03:01:35 +00:00
  • 849b8197a9 Bump scipy from 1.7.0 to 1.7.1 dependabot[bot] 2021-08-02 03:01:30 +00:00
  • 4afcea9a1c Bump fastapi from 0.67.0 to 0.68.0 dependabot[bot] 2021-08-02 03:01:25 +00:00
  • 4f05d31b94 Bump ccxt from 1.53.72 to 1.54.24 dependabot[bot] 2021-08-02 03:01:19 +00:00
  • b3f057e7c0 Bump isort from 5.9.2 to 5.9.3 dependabot[bot] 2021-08-02 03:01:13 +00:00
  • 059c32b067 Check for and default to 'None' sauces1313 2021-08-02 02:49:49 +00:00
  • 056bc93bc6 backtesting needs startup_candle_count Matthias 2021-08-01 19:16:26 +02:00
  • e78be75e8c Merge pull request #5351 from samgermain/persistence-tests-usdt Matthias 2021-08-01 13:36:40 +02:00
  • 047df0c212 Removed leverage references Sam Germain 2021-08-01 03:01:47 -06:00
  • e9ef9a6d28 Use .view() to convert dates to enums Matthias 2021-08-01 10:31:35 +02:00
  • 90a61b1765 Changed tests in tests/test_persistence.py to use usdt prices Sam Germain 2021-07-31 19:52:55 -06:00
  • 6f8519d0a3 Add environment variable support Matthias 2021-07-31 17:43:10 +02:00
  • c5e3348b89 Migrations for indexes should run in a seperate session Matthias 2021-07-31 16:36:28 +02:00
  • 1ccc89d1e9 Store fully analyzed dataframe Matthias 2021-07-31 10:00:24 +02:00
  • ef429afb6f Removed is_oeing_trade is_closing_trade Sam Germain 2021-07-31 01:22:48 -06:00
  • d6ffd23865 Merged with remote Sam Germain 2021-07-31 01:19:11 -06:00
  • bc42516f68 test_update_limit_order has both a buy and sell leverage short order Sam Germain 2021-07-31 01:05:37 -06:00
  • b1cbc75e93 Properly cache pair dataframe in backtesting (without startup-range). Matthias 2021-07-31 08:45:04 +02:00
  • 6abd352c0f Add test for backtesting dataframe cache Matthias 2021-07-31 08:40:57 +02:00
  • 26be620f71 Removed LocalTrade.set_is_short Sam Germain 2021-07-31 00:20:25 -06:00
  • fadb0de7c7 Removed excess modes stop_loss method, removed models.is_opening_side models.is_closing_side Sam Germain 2021-07-31 00:12:53 -06:00
  • ab3c753415 Fix develop_plot building Matthias 2021-07-30 21:23:09 +02:00
  • 499af5c42b Update webservermode docs Matthias 2021-07-30 21:04:04 +02:00
  • 35bf2a59a8 Improve test reliability (fix fluky test) Matthias 2021-07-30 21:02:55 +02:00
  • 138b126d03 Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name Matthias 2021-07-30 08:23:11 +02:00