Commit Graph

  • dc82675f00 Add Test for liquidation in stop-loss-reached Matthias 2022-07-30 17:28:16 +02:00
  • fc31c890e3 Merge pull request #7135 from freqtrade/rpc/sendmsg Matthias 2022-07-30 16:15:00 +02:00
  • d046f0cc5e Improve method wording for liquidation price setter Matthias 2022-07-30 09:19:48 +02:00
  • dba7a7257d Use stop_or_liquidation instead of stop_loss Matthias 2022-07-30 09:18:15 +02:00
  • 845cecd38f Add stoploss or liquidation property Matthias 2022-07-30 08:12:48 +02:00
  • 4da96bc511 Update docs Matthias 2022-07-30 07:27:24 +02:00
  • 15752ce3c2 Rename set_stoploss method to be fully private Matthias 2022-07-29 07:15:01 +02:00
  • ff4cc5d316 Revamp liquidation test to actually make sense Matthias 2022-07-29 07:14:25 +02:00
  • 9852733ef7 Improve tests to align with modified logic Matthias 2022-07-29 06:58:59 +02:00
  • f57ecb1861 Simplify adjust_stop test Matthias 2022-07-29 06:55:42 +02:00
  • 8711b7d99f Liquidations cannot be rejected. Matthias 2022-07-28 20:37:10 +02:00
  • 995be90f91 Liquidation should be a separate exit type Matthias 2022-07-28 20:35:23 +02:00
  • 046ae18411 Merge pull request #7144 from freqtrade/new_release 2022.7 Matthias 2022-07-30 16:06:37 +02:00
  • dd8288c090 expose full parameter set for SVM outlier detection. Set default shuffle to false to improve reproducibility robcaulk 2022-07-30 13:40:05 +02:00
  • 28b4773083 Version bump 2022.7 Matthias 2022-07-30 09:21:29 +02:00
  • d4e8ab1cac Merge branch 'stable' into new_release Matthias 2022-07-30 09:21:05 +02:00
  • d70650b074 Add note for plot-dataframe and current-whitelist Matthias 2022-07-30 08:20:22 +02:00
  • f22b140782 fix backtesting bug, undo move of label stat calc, fix example strat exit logic robcaulk 2022-07-29 17:27:35 +02:00
  • 08d3ac7ef8 add keras and conv_width to schema and documentation robcaulk 2022-07-29 08:49:35 +02:00
  • 59624181bd isort BaseRegressionModel imports robcaulk 2022-07-29 08:23:44 +02:00
  • c84d54b35e Fix typing issue, avoid using .get() when unnecessary, convert to fstrings robcaulk 2022-07-29 08:12:50 +02:00
  • efbd83c56d Small type and typo fixes in freqai_interface Matthias 2022-07-28 07:24:30 +02:00
  • a2a0d35a24 Update missing typehints Matthias 2022-07-28 07:07:40 +02:00
  • 3273881282 Merge branch 'develop' into feat/freqai Matthias 2022-07-28 06:36:38 +02:00
  • cc3ead9d7b Set required_profit for stoploss guard, allowing to ignore small stoplosses. Matthias 2022-07-27 19:52:39 +02:00
  • f31106dc61 Minor comment fixes Matthias 2022-07-27 07:27:24 +02:00
  • 31ddec8348 Add missing test to confirm backtesting won't send messages Matthias 2022-07-27 06:51:56 +02:00
  • 2595e40e47 Remove unused test-strategy Matthias 2022-07-27 06:47:16 +02:00
  • 0adfa4d9ef Add tests for dataprovider send-message methods Matthias 2022-07-27 06:32:23 +02:00
  • 7bac054668 Add documentation and clarity for send_msg Matthias 2022-07-26 20:24:52 +02:00
  • 229e8864bb Add send_msg capability to dataprovider Matthias 2022-07-26 20:15:49 +02:00
  • bc760b7eb2 Simplify small segment in datadrawer Matthias 2022-07-26 19:41:49 +02:00
  • a0b9388757 Bump ccxt to 1.91.29 Matthias 2022-07-26 17:57:25 +02:00
  • 324e54c015 fix possible memory leak associated with Catboost Pool object robcaulk 2022-07-26 17:29:29 +02:00
  • 3f149c4067 fix return type in BaseTensorFlowModel robcaulk 2022-07-26 16:01:54 +02:00
  • ad25a4cb56 reduce number of pair_dict lookups, remove coin_first robcaulk 2022-07-26 15:58:40 +02:00
  • fb4e8430cd isort auto import sorting robcaulk 2022-07-26 10:51:39 +02:00
  • e213d0ad55 isolate data_drawer functions from data_kitchen, accommodate tests, add new test robcaulk 2022-07-26 10:24:14 +02:00
  • 56b17e6f3c allow user to pass test_size = 0 and avoid using eval sets in prediction models robcaulk 2022-07-25 19:40:13 +02:00
  • 4c68bec171 Fix problem in is_cancel_order_result_suitable Matthias 2022-07-25 17:47:52 +02:00
  • ea112fb583 Add test for empty order (cancelled order) Matthias 2022-07-25 17:47:28 +02:00
  • 55cf378ec2 remove leftover breakpoint from test file robcaulk 2022-07-25 17:13:24 +02:00
  • 897f18a8c8 ensure proper integer type casting for timestamps. Add check test for backtesting subdaily time periods Robert Caulk 2022-07-25 15:07:09 +02:00
  • 7b105532d1 fix mypy error and add test for principal component analysis Robert Caulk 2022-07-25 11:46:59 +02:00
  • 4abc26b582 add test for follow_mode Robert Caulk 2022-07-25 10:48:04 +02:00
  • c9d46a5237 finish bringing follow_mode up to date Robert Caulk 2022-07-25 09:24:40 +02:00
  • 0806f253b1 Merge pull request #7125 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19 Matthias 2022-07-25 08:43:58 +02:00
  • 4b8132f3c6 Merge pull request #7128 from freqtrade/dependabot/pip/develop/mypy-0.971 Matthias 2022-07-25 08:42:16 +02:00
  • 47b52d4bab Bump types-dateutil in pre-commit Matthias 2022-07-25 07:58:16 +02:00
  • 40969f20bf Bump types-python-dateutil from 2.8.18 to 2.8.19 dependabot[bot] 2022-07-25 05:53:15 +00:00
  • 93340f546b Bump mypy from 0.961 to 0.971 dependabot[bot] 2022-07-25 05:53:10 +00:00
  • b7f5beea40 Merge pull request #7124 from freqtrade/dependabot/pip/develop/mkdocs-1.3.1 Matthias 2022-07-25 07:52:38 +02:00
  • c0080f2241 Merge pull request #7126 from freqtrade/dependabot/pip/develop/types-requests-2.28.3 Matthias 2022-07-25 07:52:16 +02:00
  • 43343d0e55 Revert markdown to 3.3.7 Matthias 2022-07-25 07:21:12 +02:00
  • 3ce46ff09e Bump types-requests in pre-commit Matthias 2022-07-25 07:19:21 +02:00
  • fba3c3c649 Merge pull request #7127 from freqtrade/dependabot/pip/develop/ccxt-1.91.22 Matthias 2022-07-25 07:17:14 +02:00
  • bc87171243 Merge pull request #7123 from freqtrade/dependabot/pip/develop/orjson-3.7.8 Matthias 2022-07-25 07:17:00 +02:00
  • f93a3a5fca Bump ccxt from 1.90.89 to 1.91.22 dependabot[bot] 2022-07-25 03:01:52 +00:00
  • 98d0ad76bf Bump types-requests from 2.28.1 to 2.28.3 dependabot[bot] 2022-07-25 03:01:44 +00:00
  • d5933fb2af Bump mkdocs from 1.3.0 to 1.3.1 dependabot[bot] 2022-07-25 03:01:37 +00:00
  • 1b49e45222 Bump orjson from 3.7.7 to 3.7.8 dependabot[bot] 2022-07-25 03:01:32 +00:00
  • ab587747fb first fix for follower path bug Robert Caulk 2022-07-24 23:32:02 +02:00
  • 520ee3f7a1 Convert freqAI into packages Matthias 2022-07-24 17:07:45 +02:00
  • 1885deb632 More docstring changes Matthias 2022-07-24 16:54:39 +02:00
  • 70b7a254af Update some areas to use default docstring formatting Matthias 2022-07-24 16:51:48 +02:00
  • 61c41fd919 Merge branch 'develop' into feat/freqai Matthias 2022-07-24 16:18:58 +02:00
  • 83cac7bee2 Improve some more tests by adding proper orders Matthias 2022-07-24 10:51:13 +02:00
  • 6e691a016d Use leverage-tiers loading in tests Matthias 2022-07-24 10:24:59 +02:00
  • 88e10f7306 add exception for not passing timerange. Remove hard coded arguments for CatboostPredictionModels. Update docs Robert Caulk 2022-07-24 09:01:23 +02:00
  • fff39eff9e fix multitarget bug Robert Caulk 2022-07-24 08:42:50 +02:00
  • 95f5218ceb Reenable Catboost test (#7118) Matthias 2022-07-24 07:32:13 +02:00
  • 2eb1d18c2a Don't load leverage tiers when not necessary Matthias 2022-07-23 19:56:38 +02:00
  • f3d46613ee move prediction denormalization into datakitchen. remove duplicate associated code. avoid normalization/denormalization for string dtypes. robcaulk 2022-07-23 17:14:11 +02:00
  • 81c1aa3c13 Update imports in freqAI sample strategies Matthias 2022-07-23 16:14:11 +02:00
  • 8a3cffcd1b Remove remaining CustomModel references Matthias 2022-07-23 16:06:46 +02:00
  • 62f7606d2c Update tests to new variant Matthias 2022-07-23 16:05:25 +02:00
  • 8fa6e8b4ba Remove freqAI model bridge in favor of self.freqai Matthias 2022-07-23 15:58:31 +02:00
  • c91e23dc50 let user avoid normalizing labels robcaulk 2022-07-23 16:14:13 +02:00
  • 7682c9ace7 Update trade_close test to include orders Matthias 2022-07-23 15:27:52 +02:00
  • 24a786bedd Update rpc test to contain sell order Matthias 2022-07-23 15:23:24 +02:00
  • 80845807e1 Improve some test resiliance Matthias 2022-07-23 15:14:38 +02:00
  • a02d02ac12 Enhance protections tests to have orders in mock trade Matthias 2022-07-23 14:43:52 +02:00
  • 50d630a155 remove unnecessary comments from data_drawer.py robcaulk 2022-07-23 13:35:44 +02:00
  • a1cff377ec add record of contribution to data_kitchen.py robcaulk 2022-07-23 13:32:04 +02:00
  • c2d6a0e891 add record of contribution to doc and source robcaulk 2022-07-23 13:04:06 +02:00
  • 3acc869570 improve the dataframe key description, update outdated parts of doc robcaulk 2022-07-23 12:42:24 +02:00
  • 5c4f60f376 Improve configuration table formatting and ordering Matthias 2022-07-23 09:11:22 +02:00
  • e97468964a Add support for --timeframe-detail in hyperopt Matthias 2022-07-23 08:42:20 +02:00
  • 36dc9be7aa Update some docs wording Matthias 2022-07-22 20:27:25 +02:00
  • 32c3f62934 Fix documentation typo Matthias 2022-07-22 19:45:00 +02:00
  • 5559e605b8 small PR conversation resolutions robcaulk 2022-07-22 17:46:14 +02:00
  • 40f00196eb use cloudpickle in place of pickle. define Paths once in data_drawer. robcaulk 2022-07-22 17:37:51 +02:00
  • accc629e32 set separate table sections in doc robcaulk 2022-07-22 12:44:43 +02:00
  • 98c8a447b2 add LightGBMPredictionMultiModel robcaulk 2022-07-22 12:40:51 +02:00
  • afcb0bec00 clean up obsolete comments, move remove_features_from_df to datakitchen robcaulk 2022-07-22 12:17:15 +02:00
  • 0b21750e76 Reorder advanced topics Matthias 2022-07-22 07:22:01 +02:00
  • ac0f484918 add freqai logo to top of doc robcaulk 2022-07-22 00:02:07 +02:00
  • 3205788bce extend doc to include descriptions of the return values from FreqAI to the strategy robcaulk 2022-07-21 22:11:46 +02:00
  • 8033e0bf23 add counter to backtesting log so users know how many more pairs and how many more models will need to be trained robcaulk 2022-07-21 13:22:12 +02:00
  • 183dec866a remove ability to backtest open ended timeranges (safer) robcaulk 2022-07-21 13:02:52 +02:00