Commit Graph

  • 4c68bec171 Fix problem in is_cancel_order_result_suitable Matthias 2022-07-25 17:47:52 +0200
  • ea112fb583 Add test for empty order (cancelled order) Matthias 2022-07-25 17:47:28 +0200
  • 55cf378ec2 remove leftover breakpoint from test file robcaulk 2022-07-25 17:13:24 +0200
  • 897f18a8c8 ensure proper integer type casting for timestamps. Add check test for backtesting subdaily time periods Robert Caulk 2022-07-25 15:07:09 +0200
  • 6abe7fb4c3
    Merge branch 'freqtrade:develop' into develop farmage 2022-07-25 14:06:59 +0300
  • b1f38cfde9
    Merge branch 'freqtrade:feat/freqai' into feat/freqai lolong 2022-07-25 12:43:33 +0200
  • 7b105532d1 fix mypy error and add test for principal component analysis Robert Caulk 2022-07-25 11:46:59 +0200
  • 4abc26b582 add test for follow_mode Robert Caulk 2022-07-25 10:48:04 +0200
  • c9d46a5237 finish bringing follow_mode up to date Robert Caulk 2022-07-25 09:24:40 +0200
  • 0806f253b1
    Merge pull request #7125 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19 Matthias 2022-07-25 08:43:58 +0200
  • 4b8132f3c6
    Merge pull request #7128 from freqtrade/dependabot/pip/develop/mypy-0.971 Matthias 2022-07-25 08:42:16 +0200
  • 47b52d4bab
    Bump types-dateutil in pre-commit Matthias 2022-07-25 07:58:16 +0200
  • 40969f20bf
    Bump types-python-dateutil from 2.8.18 to 2.8.19 dependabot[bot] 2022-07-25 05:53:15 +0000
  • 93340f546b
    Bump mypy from 0.961 to 0.971 dependabot[bot] 2022-07-25 05:53:10 +0000
  • b7f5beea40
    Merge pull request #7124 from freqtrade/dependabot/pip/develop/mkdocs-1.3.1 Matthias 2022-07-25 07:52:38 +0200
  • c0080f2241
    Merge pull request #7126 from freqtrade/dependabot/pip/develop/types-requests-2.28.3 Matthias 2022-07-25 07:52:16 +0200
  • 43343d0e55
    Revert markdown to 3.3.7 Matthias 2022-07-25 07:21:12 +0200
  • 3ce46ff09e
    Bump types-requests in pre-commit Matthias 2022-07-25 07:19:21 +0200
  • fba3c3c649
    Merge pull request #7127 from freqtrade/dependabot/pip/develop/ccxt-1.91.22 Matthias 2022-07-25 07:17:14 +0200
  • bc87171243
    Merge pull request #7123 from freqtrade/dependabot/pip/develop/orjson-3.7.8 Matthias 2022-07-25 07:17:00 +0200
  • f93a3a5fca
    Bump ccxt from 1.90.89 to 1.91.22 dependabot[bot] 2022-07-25 03:01:52 +0000
  • 98d0ad76bf
    Bump types-requests from 2.28.1 to 2.28.3 dependabot[bot] 2022-07-25 03:01:44 +0000
  • d5933fb2af
    Bump mkdocs from 1.3.0 to 1.3.1 dependabot[bot] 2022-07-25 03:01:37 +0000
  • 1b49e45222
    Bump orjson from 3.7.7 to 3.7.8 dependabot[bot] 2022-07-25 03:01:32 +0000
  • ab587747fb first fix for follower path bug Robert Caulk 2022-07-24 23:32:02 +0200
  • 520ee3f7a1 Convert freqAI into packages Matthias 2022-07-24 17:07:45 +0200
  • 1885deb632 More docstring changes Matthias 2022-07-24 16:54:39 +0200
  • 70b7a254af Update some areas to use default docstring formatting Matthias 2022-07-24 16:51:48 +0200
  • 44fba79531 Remove further tech. debt introduced in this PR. Matthias 2022-07-24 11:08:32 +0200
  • 61c41fd919 Merge branch 'develop' into feat/freqai Matthias 2022-07-24 16:18:58 +0200
  • d1cdb8a30c Remove TODO from freqtradebot Matthias 2022-07-24 10:55:37 +0200
  • f98d3d86e0 Merge branch 'develop' into pr/mkavinkumar1/6545 Matthias 2022-07-24 10:55:12 +0200
  • 83cac7bee2 Improve some more tests by adding proper orders Matthias 2022-07-24 10:51:13 +0200
  • 601c231296
    Merge branch 'freqtrade:feat/freqai' into feat/freqai lolong 2022-07-24 10:47:10 +0200
  • 6e691a016d Use leverage-tiers loading in tests Matthias 2022-07-24 10:24:59 +0200
  • 88e10f7306 add exception for not passing timerange. Remove hard coded arguments for CatboostPredictionModels. Update docs Robert Caulk 2022-07-24 09:01:23 +0200
  • fff39eff9e fix multitarget bug Robert Caulk 2022-07-24 08:42:50 +0200
  • 95f5218ceb
    Reenable Catboost test (#7118) Matthias 2022-07-24 07:32:13 +0200
  • bf2ef8c1d7
    Merge branch 'freqtrade:develop' into bugfix/avg_mean_dist lolong 2022-07-24 00:03:13 +0200
  • 2eb1d18c2a Don't load leverage tiers when not necessary Matthias 2022-07-23 19:56:38 +0200
  • 2e1624c7e8 Simplify freqAI tests, ensure they use a tempdir for modelstorage Matthias 2022-07-23 17:46:43 +0200
  • 2be7af940b Properly close backtesting leftover trades Matthias 2022-07-23 17:18:12 +0200
  • f3d46613ee move prediction denormalization into datakitchen. remove duplicate associated code. avoid normalization/denormalization for string dtypes. robcaulk 2022-07-23 17:14:11 +0200
  • b149eaf71b Reenable Catboost test Matthias 2022-07-23 17:09:29 +0200
  • 81c1aa3c13 Update imports in freqAI sample strategies Matthias 2022-07-23 16:14:11 +0200
  • 8a3cffcd1b Remove remaining CustomModel references Matthias 2022-07-23 16:06:46 +0200
  • 62f7606d2c Update tests to new variant Matthias 2022-07-23 16:05:25 +0200
  • 8fa6e8b4ba Remove freqAI model bridge in favor of self.freqai Matthias 2022-07-23 15:58:31 +0200
  • c91e23dc50 let user avoid normalizing labels robcaulk 2022-07-23 16:14:13 +0200
  • 9457eb5fcc Remove now unused calculation step in close Matthias 2022-07-23 15:36:03 +0200
  • 4c50912951 Merge branch 'develop' into pr/mkavinkumar1/6545 Matthias 2022-07-23 15:31:24 +0200
  • 7682c9ace7 Update trade_close test to include orders Matthias 2022-07-23 15:27:52 +0200
  • 24a786bedd Update rpc test to contain sell order Matthias 2022-07-23 15:23:24 +0200
  • 80845807e1 Improve some test resiliance Matthias 2022-07-23 15:14:38 +0200
  • a02d02ac12 Enhance protections tests to have orders in mock trade Matthias 2022-07-23 14:43:52 +0200
  • 50d630a155 remove unnecessary comments from data_drawer.py robcaulk 2022-07-23 13:35:44 +0200
  • a1cff377ec add record of contribution to data_kitchen.py robcaulk 2022-07-23 13:32:04 +0200
  • c2d6a0e891 add record of contribution to doc and source robcaulk 2022-07-23 13:04:06 +0200
  • 3acc869570 improve the dataframe key description, update outdated parts of doc robcaulk 2022-07-23 12:42:24 +0200
  • 5c4f60f376 Improve configuration table formatting and ordering Matthias 2022-07-23 09:11:22 +0200
  • e97468964a Add support for --timeframe-detail in hyperopt Matthias 2022-07-23 08:42:20 +0200
  • 36dc9be7aa Update some docs wording Matthias 2022-07-22 20:27:25 +0200
  • 32c3f62934 Fix documentation typo Matthias 2022-07-22 19:45:00 +0200
  • 5559e605b8 small PR conversation resolutions robcaulk 2022-07-22 17:46:14 +0200
  • 40f00196eb use cloudpickle in place of pickle. define Paths once in data_drawer. robcaulk 2022-07-22 17:37:51 +0200
  • 0d32e72cb5 fix avg distance value by removing itseld distance longyu 2022-07-22 17:33:26 +0200
  • 84cfdb1e3c Merge branch 'freqtrade-feat/freqai' into feat/freqai longyu 2022-07-22 17:20:40 +0200
  • dcf0275838 fix conflcits longyu 2022-07-22 17:20:26 +0200
  • 38841e30b8 fix conflicts longyu 2022-07-22 17:17:57 +0200
  • accc629e32 set separate table sections in doc robcaulk 2022-07-22 12:44:43 +0200
  • 98c8a447b2 add LightGBMPredictionMultiModel robcaulk 2022-07-22 12:40:51 +0200
  • afcb0bec00 clean up obsolete comments, move remove_features_from_df to datakitchen robcaulk 2022-07-22 12:17:15 +0200
  • 0b21750e76 Reorder advanced topics Matthias 2022-07-22 07:22:01 +0200
  • 4e8680a67f Properly include fees in total profit calculation Matthias 2022-07-22 07:07:59 +0200
  • ac0f484918 add freqai logo to top of doc robcaulk 2022-07-22 00:02:07 +0200
  • 3205788bce extend doc to include descriptions of the return values from FreqAI to the strategy robcaulk 2022-07-21 22:11:46 +0200
  • 9382c4bd75 Fix backtesting bug where trade.amount didn't equal the filled order amount Matthias 2022-07-21 20:33:30 +0200
  • 395e9e46c1 Update testt o be more precise Matthias 2022-07-21 20:15:00 +0200
  • 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 +0200
  • 183dec866a remove ability to backtest open ended timeranges (safer) robcaulk 2022-07-21 13:02:52 +0200
  • e694ea1cfd make sure backtesting gets the populated indicators with slimmed down user strat robcaulk 2022-07-21 12:48:09 +0200
  • ca4dd58642 remove superceded function from datakitchen robcaulk 2022-07-21 12:40:54 +0200
  • 8f86b0deaa *breaking change* simplify user strat by consolidating feature loops into backend robcaulk 2022-07-21 12:24:22 +0200
  • e7337728bf add separator in folder name just incase an asset ends in an integer robcaulk 2022-07-21 11:25:28 +0200
  • c9a6dc88a1 add parameter list/discriptions to doc robcaulk 2022-07-21 11:10:12 +0200
  • 6c5e48dd4f dev-dependencies should include freqAI Matthias 2022-07-21 07:26:44 +0200
  • d75ba31016
    Merge branch 'freqtrade:develop' into develop farmage 2022-07-20 22:03:52 +0300
  • a99c126266 help windows builds pass freqai tests. Add freqai to README.md robcaulk 2022-07-20 16:14:19 +0200
  • 4e5d60fdc9 match scikit-learn version to hyperopt required version robcaulk 2022-07-20 15:54:22 +0200
  • 921a7ef216 add requirements-freqai.txt to builds robcaulk 2022-07-20 15:51:25 +0200
  • 286bd0c40b follow string for adding a strat to tests/strategy/strats robcaulk 2022-07-20 15:00:02 +0200
  • c43935e82a create dedicated minimal freqai test strat robcaulk 2022-07-20 14:39:28 +0200
  • 88d769d801 comment out problematic catboost test robcaulk 2022-07-20 14:18:06 +0200
  • d43c146676 add more tests for datakitchen functionalities, add regression tests for freqai_interface train/backtest robcaulk 2022-07-20 12:56:46 +0200
  • 78f77f6d35
    Merge pull request #7101 from freqtrade/dependabot/pip/develop/markdown-3.4.1 Matthias 2022-07-20 06:48:28 +0200
  • ac2e8d760e
    Added description heading to README.md rzrymiak 2022-07-19 14:24:44 -0700
  • b609dbcd86 Update mdx_truly_sane_lists to be compatible with markdown again Matthias 2022-07-19 19:51:03 +0200
  • a955603d78 Update "close" calculation (first version) Matthias 2022-07-19 19:44:36 +0200
  • 9c051958a6
    Feat/freqai (#7105) lolong 2022-07-19 17:49:18 +0200
  • 5ad8d08b84 logged dates for filtered dataframe instead of unfiltered dataframe robcaulk 2022-07-19 17:45:12 +0200