Commit Graph

  • b1bf6d8dc9
    Bump nbconvert from 7.2.6 to 7.2.7 dependabot[bot] 2022-12-26 03:00:41 +0000
  • 6353f3ac1a fix formulas and implement new metrics Stefano Ariestasia 2022-12-26 08:19:51 +0900
  • 7a5439321c Show new metrics in backtesting Matthias 2022-12-25 21:29:37 +0100
  • ce13ce4b10 Update binance stoploss order types Matthias 2022-12-25 09:05:53 +0100
  • 4601705814
    Merge pull request #7923 from freqtrade/freqai_backtest Matthias 2022-12-23 19:17:12 +0100
  • 524da3c7ab Don't actually load models to avoid random failures Matthias 2022-12-23 16:19:12 +0100
  • ad0d7c9a9e Don't allow DCA trades to go beyond max order size Matthias 2022-12-23 16:09:35 +0100
  • fed9220b55 add rl_config.device param to support use apple chip GPU zhangzhichao 2022-12-23 19:51:33 +0800
  • 2a7369b56a fix macos CI Matthias 2022-12-23 07:38:33 +0100
  • 73792fd6ce Don't attempt to convert None to dict Matthias 2022-12-21 06:28:55 +0100
  • cc796cc594 freqai bt fix populate any indicators call - first commit Wagner Costa 2022-12-20 20:26:27 -0300
  • 70531224e6 Allow setting identifier via UI Matthias 2022-12-20 19:44:01 +0100
  • 07606a9e23 Simplify APi backtest config merging Matthias 2022-12-20 19:32:29 +0100
  • 6d9f1fafb7 allow backtest_cache to be provided via backtest API Matthias 2022-12-20 19:20:39 +0100
  • f648214ca0
    Option drop last shifted labels while backtesting Emre 2022-12-20 16:59:16 +0300
  • 256fac2a2b Add test for freqaimodels endpoint Matthias 2022-12-20 07:23:41 +0100
  • 5dbd5c235a Add endpoint for freqAI models Matthias 2022-12-20 07:21:52 +0100
  • 3012c55ec5
    Merge pull request #7867 from Bloodhunter4rc/remotepairlist Matthias 2022-12-19 19:28:49 +0100
  • a119fbd895 Small error-message finetuning Matthias 2022-12-19 18:19:55 +0100
  • ebf60d85da self._init_done placed wrong. fixed Bloodhunter4rc 2022-12-19 16:25:22 +0100
  • 43f5a16006 parse exception handling, remove info, cache change Bloodhunter4rc 2022-12-19 15:36:28 +0100
  • cc30210b3f
    Merge pull request #7908 from freqtrade/add-3action-rl-env Robert Caulk 2022-12-19 14:47:57 +0100
  • 095bedf54e
    Merge pull request #7915 from freqtrade/dependabot/pip/develop/blosc-1.11.1 Matthias 2022-12-19 14:12:00 +0100
  • 4bad2b5c04
    Apply suggestions from code review Matthias 2022-12-19 13:27:07 +0100
  • 5b9e3af276 improve wording robcaulk 2022-12-19 12:22:15 +0100
  • 5405d8fa6f add discussion and tips for Base3ActionRLEnvironment robcaulk 2022-12-19 12:14:53 +0100
  • a276ef4b06 ensure long only RL is tested robcaulk 2022-12-19 11:49:31 +0100
  • ec3d49ce4c
    Merge pull request #7916 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.5 Matthias 2022-12-19 11:20:21 +0100
  • 9fd7b4ec0c remove binance ad from website robcaulk 2022-12-19 10:36:18 +0100
  • 86b30d2d66 Improve emc test resiliancy Matthias 2022-12-19 07:01:22 +0100
  • 2711605df6
    Merge pull request #7914 from freqtrade/dependabot/pip/develop/isort-5.11.3 Matthias 2022-12-19 06:59:28 +0100
  • daf7653988
    Merge pull request #7918 from freqtrade/dependabot/pip/develop/torch-1.13.1 Matthias 2022-12-19 06:40:27 +0100
  • ebc9e9615f
    Bump numpy from 1.23.5 to 1.24.0 dependabot[bot] 2022-12-19 05:37:55 +0000
  • cc0d8fa590
    Merge pull request #7920 from freqtrade/dependabot/pip/develop/ccxt-2.4.27 Matthias 2022-12-19 06:36:46 +0100
  • 0c8d657d92
    update types-dateutil precommit Matthias 2022-12-19 06:27:38 +0100
  • fa87e08071
    Bump ccxt from 2.2.92 to 2.4.27 dependabot[bot] 2022-12-19 03:01:26 +0000
  • 3d631ceb9b
    Bump scikit-learn from 1.1.3 to 1.2.0 dependabot[bot] 2022-12-19 03:01:16 +0000
  • 7216d140de
    Bump torch from 1.13.0 to 1.13.1 dependabot[bot] 2022-12-19 03:01:09 +0000
  • 06225b9501
    Bump types-python-dateutil from 2.8.19.4 to 2.8.19.5 dependabot[bot] 2022-12-19 03:00:54 +0000
  • d86885c7f9
    Bump blosc from 1.10.6 to 1.11.1 dependabot[bot] 2022-12-19 03:00:46 +0000
  • b61fc161bf
    Bump isort from 5.10.1 to 5.11.3 dependabot[bot] 2022-12-19 03:00:43 +0000
  • edee1edd6f
    Merge 6c96a2464f into 1f4cc145c4 Robert Caulk 2022-12-19 00:55:51 +0100
  • 6380c3d462 reduce duplicate code, fix cache check Bloodhunter4rc 2022-12-18 23:37:18 +0100
  • bb33b96ba7 init cache on first iteration, init checks, limit length and charmap to info replace if invalid, move filter logic Bloodhunter4rc 2022-12-18 22:28:12 +0100
  • 1f4cc145c4 Move trade docs to advanced section Matthias 2022-12-18 20:02:38 +0100
  • eda72ef26c Add documentation for Order object Matthias 2022-12-18 19:40:49 +0100
  • a439488b74 Add initial trade_object documentation Matthias 2022-12-18 17:42:05 +0100
  • bad6fe77d3 Remove deprecated trade property Matthias 2022-12-18 17:21:50 +0100
  • cb81613aa5
    Merge pull request #7907 from freqtrade/add-joss-citation Matthias 2022-12-17 19:22:35 +0100
  • 329a0a3f45
    Update docs/freqai.md Robert Caulk 2022-12-17 18:43:20 +0100
  • c293401b22
    Add can_short to freqai base model Emre 2022-12-16 23:19:08 +0300
  • e604047158
    Enable RL tests on arm mac Emre 2022-12-16 22:57:55 +0300
  • a8c9aa01fb
    Add 3ac test Emre 2022-12-16 22:31:44 +0300
  • 7727f31507
    Add 3 Action RL env Emre 2022-12-16 22:18:49 +0300
  • dde363343c
    Add can_short param to base env Emre 2022-12-16 22:16:19 +0300
  • 439914caef
    Merge pull request #7906 from initrv/fix-base-env-done-condition Robert Caulk 2022-12-16 15:25:58 +0100
  • e4284f4e7b add citation to freqai doc. Update credits robcaulk 2022-12-16 15:20:46 +0100
  • 6c96a2464f Merge remote-tracking branch 'origin/develop' into feat/convolutional-neural-net feat/convolutional-neural-net robcaulk 2022-12-16 12:24:35 +0100
  • 36948e2a74 fix base4 env done condition initrv 2022-12-16 14:14:05 +0300
  • c9bc91c75b add shuffle_after_split option robcaulk 2022-12-16 11:20:37 +0100
  • 935275010f Remove some unused fixtures Matthias 2022-12-16 06:46:44 +0100
  • bc10bcaf61
    Merge pull request #7901 from samgermain/delist-bibox Matthias 2022-12-15 23:16:33 +0100
  • 32d57f624e delisted bibox following ccxt PR https://github.com/ccxt/ccxt/pull/16067 Sam Germain 2022-12-15 15:00:27 -0500
  • 2828255435
    Merge pull request #7842 from wizrds/feat/refactor-emc Matthias 2022-12-15 19:47:29 +0100
  • 6fa3db3a1d Fix failing tests Matthias 2022-12-15 19:36:21 +0100
  • b915872f66
    Merge pull request #7899 from freqtrade/fix/multiproc-dp Matthias 2022-12-15 19:31:23 +0100
  • cd1b8b9cee single space removed for the unit test to pass.. Bloodhunter4rc 2022-12-15 18:14:37 +0100
  • 9e20d13e50
    Merge branch 'freqtrade:develop' into remotepairlist Bloodhunter4rc 2022-12-15 17:38:56 +0100
  • 1d5c66da3b + Unit Tests Bloodhunter4rc 2022-12-15 17:38:21 +0100
  • 581a5296cc fix docstrings to reflect new env_info changes robcaulk 2022-12-15 16:50:08 +0100
  • 7b4abd5ef5 use a dictionary to make code more readable robcaulk 2022-12-15 12:25:33 +0100
  • 7a0eadbdf5 Don't recalc profit on closed trades Matthias 2022-12-15 07:04:59 +0100
  • 33dce5cf10 Clarify partial exit calculation messaging Matthias 2022-12-15 06:51:15 +0100
  • ca2a878b86 Update test naming Matthias 2022-12-14 19:58:45 +0100
  • d3ad5cb722
    Merge branch 'fix/multiproc-dp' of https://github.com/freqtrade/freqtrade into fix/multiproc-dp Emre 2022-12-14 22:04:43 +0300
  • 3af2251ce8
    Fix add_state_info backtesting bug Emre 2022-12-14 22:03:23 +0300
  • 2018da0767
    Add env_info dict to base environment Emre 2022-12-14 22:03:05 +0300
  • fa260e6560 Move "replace or append" decision to dataprovider Matthias 2022-12-14 19:56:54 +0100
  • dac1c8ab89 fix isort robcaulk 2022-12-14 18:28:52 +0100
  • 2285ca7d2a add dp to multiproc robcaulk 2022-12-14 18:22:20 +0100
  • 350cebb0a8
    Merge pull request #7898 from initrv/patch-1 Matthias 2022-12-14 12:56:51 +0100
  • de19d1cfbb
    fix doc minimal_roi initrv 2022-12-14 13:36:07 +0300
  • 97fee37072 Improve emc test Matthias 2022-12-14 07:22:41 +0100
  • 7f3524949c - print Bloodhunter4rc 2022-12-13 21:00:23 +0100
  • d52c1c7554 Add unit tests Bloodhunter4rc 2022-12-13 20:21:06 +0100
  • 1d92db7805 Change CI to actually run one 2 randomized point. Matthias 2022-12-13 19:23:37 +0100
  • 3c2a802ec0
    Merge pull request #7897 from freqtrade/revert-7884-dependabot/pip/develop/scikit-learn-1.2.0 Matthias 2022-12-13 19:23:19 +0100
  • fed46d330f
    Revert "Bump scikit-learn from 1.1.3 to 1.2.0" Matthias 2022-12-13 18:14:56 +0100
  • c042d0146e Don't run gc_setup during tests Matthias 2022-12-13 17:14:11 +0000
  • e6da646e2f
    Merge pull request #7866 from initrv/cleanup-tensorboard-callback Robert Caulk 2022-12-13 09:05:46 +0100
  • 0dd3836cc7 fix rpc method docstring Timothy Pogue 2022-12-12 22:46:19 -0700
  • 1c0c4fd420 Improve test Matthias 2022-12-11 08:49:35 +0100
  • a693495a6d Improve external_candle aggregation Matthias 2022-12-11 08:42:13 +0100
  • 96edd31458 Test add_external_candle Matthias 2022-12-10 20:03:42 +0100
  • 414c0ce050 change unused var Timothy Pogue 2022-12-06 16:02:28 -0700
  • 6717dff19b update overlapping candle handling, move append to misc Timothy Pogue 2022-12-06 16:00:28 -0700
  • 0602479f7d minor changes, update candle appending to support overlaps Timothy Pogue 2022-12-05 13:11:07 -0700
  • f1ebaf4730 fix tests Timothy Pogue 2022-12-02 12:28:27 -0700
  • 49f6f40662 remove comment Timothy Pogue 2022-12-02 12:08:42 -0700
  • 0d5b2eed94 fix same candle handling Timothy Pogue 2022-12-02 12:07:48 -0700