Commit Graph

  • 502404c0cc Use pyproject.toml instead of setup.cfg Matthias 2022-05-07 11:30:45 +0200
  • 7f4161ff78 Add typehints to strategy wrapper Matthias 2022-04-16 06:53:38 +0200
  • 07ec3b27fe Add typing information to retrier decorator Matthias 2022-04-15 15:48:37 +0200
  • b0d2d13eb1 improve data persistence/mapping for live/dry. This accommodates quick reloads after crash and handles multi-pair cleanly robcaulk 2022-05-23 21:05:05 +0200
  • 42ae8ba6fb Refactor hyperopt parameters to separate file Matthias 2022-05-23 20:18:09 +0200
  • e1c068ca66 add config asserts, use .get method with default values for optional functionality, move data_cleaning_* to freqai_interface (away from user custom pred model) since it is controlled by config params. robcaulk 2022-05-23 12:07:09 +0200
  • 5c4014ee62 Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs robcaulk 2022-05-23 10:24:58 +0200
  • dede128648 set process_only_new_candles to true in example strat robcaulk 2022-05-23 10:15:59 +0200
  • ee3cdd0ffe more cleanup robcaulk 2022-05-23 09:55:58 +0200
  • 063fc5174d
    Merge pull request #6877 from freqtrade/dependabot/pip/develop/types-filelock-3.2.6 Matthias 2022-05-23 09:20:50 +0200
  • 34b1231df3
    Bump filelock-precommit Matthias 2022-05-23 08:32:46 +0200
  • b88dfe4297
    Bump types-filelock from 3.2.5 to 3.2.6 dependabot[bot] 2022-05-23 06:32:06 +0000
  • bb1e1a9680
    Merge pull request #6880 from freqtrade/dependabot/pip/develop/scikit-learn-1.1.1 Matthias 2022-05-23 08:31:55 +0200
  • 2b79398dba
    Merge pull request #6879 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.16 Matthias 2022-05-23 08:31:03 +0200
  • f6e2c2c0da
    Merge pull request #6875 from freqtrade/dependabot/pip/develop/ccxt-1.83.62 Matthias 2022-05-23 08:30:42 +0200
  • cc3ec279c2
    Bump dateutil types precommit Matthias 2022-05-23 06:57:49 +0200
  • 734803aa44
    Merge pull request #6882 from freqtrade/dependabot/pip/develop/types-requests-2.27.27 Matthias 2022-05-23 06:57:08 +0200
  • 596aeec652
    Bump scikit-learn from 1.1.0 to 1.1.1 dependabot[bot] 2022-05-23 04:33:43 +0000
  • eb5fe9e3ae
    Merge pull request #6857 from froggleston/develop Matthias 2022-05-23 06:31:51 +0200
  • 66497c28e8
    Bump pre-commit requests types Matthias 2022-05-23 06:28:11 +0200
  • c28cdc3d86
    Merge pull request #6878 from freqtrade/dependabot/pip/develop/scipy-1.8.1 Matthias 2022-05-23 06:26:55 +0200
  • 8973554595
    Merge pull request #6876 from freqtrade/dependabot/pip/develop/psutil-5.9.1 Matthias 2022-05-23 06:25:37 +0200
  • 26d5b22974
    Merge pull request #6881 from freqtrade/dependabot/pip/develop/numpy-1.22.4 Matthias 2022-05-23 06:25:13 +0200
  • 7f5650699e
    Bump types-requests from 2.27.25 to 2.27.27 dependabot[bot] 2022-05-23 03:01:48 +0000
  • 34657639f8
    Bump numpy from 1.22.3 to 1.22.4 dependabot[bot] 2022-05-23 03:01:46 +0000
  • ff9dcfe789
    Bump types-python-dateutil from 2.8.15 to 2.8.16 dependabot[bot] 2022-05-23 03:01:32 +0000
  • 40f63ae51c
    Bump scipy from 1.8.0 to 1.8.1 dependabot[bot] 2022-05-23 03:01:30 +0000
  • f819fafa1c
    Bump psutil from 5.9.0 to 5.9.1 dependabot[bot] 2022-05-23 03:01:20 +0000
  • 27019339b5
    Bump ccxt from 1.83.12 to 1.83.62 dependabot[bot] 2022-05-23 03:01:15 +0000
  • 3587bd82e1 cleanup superceded code robcaulk 2022-05-23 00:10:36 +0200
  • af0cc21af9 Enable hourly/minute retraining in live/dry. Suppress catboost folder output. Update config + constants + docs to reflect updates. robcaulk 2022-05-23 00:06:26 +0200
  • e3beaae8be update hyperopt typing Matthias 2022-05-22 19:32:32 +0200
  • 0b5544ef9e Stoploss fill should fill as "filled" notification Matthias 2022-05-22 19:16:31 +0200
  • 42d95af829 Aggregated commit. Adding support vector machine for outlier detection, improve user interface to dry/live, better standardization, fix various other bugs robcaulk 2022-05-22 17:51:49 +0200
  • 938a66511a Update Documentation for new confirm_trade_exit behavior Matthias 2022-05-22 11:28:11 +0200
  • 3692fcd3d5 Improve exit signal sequence Matthias 2022-05-22 11:01:18 +0200
  • ce3bfd59f5 Add explicit should_sell test Matthias 2022-05-22 10:31:29 +0200
  • b7388557a9 Update interface tests Matthias 2022-05-22 10:20:01 +0200
  • bdb904e714 Should_exit should return all sell signals Matthias 2022-05-22 10:15:58 +0200
  • 1315d02437 Fix startup sending "longed" messages for open stoplosses Matthias 2022-05-22 09:01:46 +0200
  • 26d394ca74 Add liquidation Price to api response Matthias 2022-05-22 08:54:27 +0200
  • ea8fda0dee Slightly improve test Matthias 2022-05-22 08:36:28 +0200
  • 1ff1e3b43d
    Merge pull request #6869 from freqtrade/update_levtiers Matthias 2022-05-22 08:35:02 +0200
  • f006978caf Be more explicit in default value Matthias 2022-05-21 17:35:49 +0200
  • 681ef13174 Relax dry-run leverage test-case to simplify future updates Matthias 2022-05-21 16:23:29 +0200
  • 97abcf4b32 Add documentation for leverage_tiers update Matthias 2022-05-21 16:10:00 +0200
  • 963cc17c18 Update leveraged tiers Matthias 2022-05-21 16:05:00 +0200
  • 0d388b561b Add test for "combine_funding_and_mark", fix bug Matthias 2022-05-21 09:03:30 +0200
  • 2df42a3035 Move "funding fillup" logic to exchange class Matthias 2022-05-21 08:50:39 +0200
  • 6bd5535d6c Use exchange method to combine funding and mark candles Matthias 2022-05-21 08:31:34 +0200
  • 0e158b66b0 Update docs link Matthias 2022-05-21 08:26:44 +0200
  • c499a92f57 Remove surplus mark columns, and make fillna on funding rate only froggleston 2022-05-20 11:48:53 +0100
  • 0138114fc2
    Merge pull request #6866 from freqtrade/dry_order_db Matthias 2022-05-20 12:10:09 +0200
  • c3e3188c6a Rename variable Matthias 2022-05-20 11:30:25 +0200
  • 843bf0631e Remove Sponsored Promotions Matthias 2022-04-30 14:57:15 +0200
  • b3acfb3c6f Bump ccxt to 1.83.12 Matthias 2022-05-20 06:55:51 +0200
  • 2cf17e04be Init persistence for tests that use dry-run orders Matthias 2022-05-20 06:26:16 +0200
  • c5ecf94177 move live retraining to separate thread. robcaulk 2022-05-19 21:15:58 +0200
  • 46ea135b6b Update dry-run considerations Matthias 2022-05-19 19:42:00 +0200
  • 219363fffb Check for both ask and bid in SpreadFilter Matthias 2022-05-19 19:53:23 +0200
  • 56a73575a1 Add explicit test for order_to_ccxt Matthias 2022-05-19 19:29:39 +0200
  • 1fae6c9ef7 keep model accessible in memory to avoid loading objects from disk during live/dry robcaulk 2022-05-19 19:27:38 +0200
  • 67eb94c69d download-data will now check if freqai is active in config, and if so will also download data for corr_pairlist robcaulk 2022-05-19 17:55:00 +0200
  • 89eacf2f47 Retrain model if FreqAI found a pretrained model but user strategy is not passing the expected features (user has changed the features in the strategy but has passed a the same config[freqai][identifier]). Logger warning output to user. robcaulk 2022-05-19 17:15:50 +0200
  • 5e18e51ce0 Fix some tests Matthias 2022-05-19 06:56:38 +0200
  • a3d9384bc0 Remove clean-dry-run code Matthias 2022-05-19 06:45:20 +0200
  • 0a95ef6ab2 Don't reset open orders in dry-run on restart Matthias 2022-05-19 06:42:38 +0200
  • 363098d32d Fix reversed makr/funding_rate columns froggleston 2022-05-18 12:56:43 +0100
  • 736f9f4972 Fix docs and add outer join support for merging funding rates across full timerange froggleston 2022-05-18 12:47:37 +0100
  • d5486f17d8 Update Test to use StrategyV3 Matthias 2022-05-18 10:57:19 +0200
  • b5f6f919b6 Updated requested changes in PR #6545 மனோஜ்குமார் பழனிச்சாமி 2022-05-18 04:21:36 +0530
  • e6a70598d7 Update trade_model.py மனோஜ்குமார் பழனிச்சாமி 2022-05-18 03:52:08 +0530
  • 2b61aa282a Removed None in dict.get() மனோஜ்குமார் பழனிச்சாமி 2022-05-18 03:41:10 +0530
  • e7f15fb61f Removed "is not None" மனோஜ்குமார் பழனிச்சாமி 2022-05-18 03:27:18 +0530
  • c41d4c4f45 Fix leverage docs froggleston 2022-05-17 22:37:48 +0100
  • 37e4ede65c Fix flake issues froggleston 2022-05-17 22:32:17 +0100
  • 3607538287 update var மனோஜ்குமார் பழனிச்சாமி 2022-05-18 02:51:01 +0530
  • bb758da940 Add support for fudging unavailable funding rates, allowing backtesting of timeranges where futures candles are available, but rates are not froggleston 2022-05-17 22:05:33 +0100
  • a1111e3497
    Merge branch 'develop' into partial_sell2 மனோஜ்குமார் பழனிச்சாமி 2022-05-18 02:33:16 +0530
  • 7bdaa797ec merge upstream மனோஜ்குமார் பழனிச்சாமி 2022-05-18 02:27:40 +0530
  • 3dd03151a5 Merge upstream மனோஜ்குமார் பழனிச்சாமி 2022-05-18 02:08:25 +0530
  • c708dd3186 doc update thanks matthias robcaulk 2022-05-17 20:41:42 +0200
  • c81b960791 Fix some typos Matthias 2022-05-15 16:25:08 +0200
  • db66b82f6f accept open-ended timeranges from user robcaulk 2022-05-17 19:50:06 +0200
  • 7b9439f2e4
    Merge pull request #6854 from eSeR1805/feat_bt_cancel_entry_reporting Matthias 2022-05-17 19:26:44 +0200
  • d1d451c27e auto populate features based on a prepended % in the strategy (remove feature assignment from config). Update doc/constants/example strategy to reflect change robcaulk 2022-05-17 18:15:03 +0200
  • 8664e8f9a3 create a prediction_models folder where basic prediction models can live (similar to optimize/hyperopt-loss. Update resolver/docs/and gitignore to accommodate change robcaulk 2022-05-17 17:13:38 +0200
  • 34684ec86a
    Merge branch 'freqtrade:develop' into feat_bt_cancel_entry_reporting eSeR1805 2022-05-17 14:09:57 +0300
  • c6bf6779f8
    Update docs BT sample report and details. eSeR1805 2022-05-17 14:09:01 +0300
  • bb7ffd8fbe
    Update testcases relying on BT results. eSeR1805 2022-05-17 14:08:35 +0300
  • 0585b378b3
    BT: Report canceled/replaced orders also. eSeR1805 2022-05-17 14:07:42 +0300
  • 6e8f24f6a7
    BT: track canceled/replaced orders also. eSeR1805 2022-05-17 14:07:02 +0300
  • 8d46e16c46
    Merge pull request #6848 from freqtrade/datahandler_case Matthias 2022-05-17 09:34:11 +0200
  • 1cd8ebc8c8
    Merge pull request #6847 from freqtrade/use_Precise Matthias 2022-05-17 09:33:39 +0200
  • 6fd003c655
    Merge pull request #6851 from eSeR1805/feat_bt_cancel_entry_reporting Matthias 2022-05-17 07:05:26 +0200
  • b022680962
    Merge pull request #6822 from SmartManoj/patch-10 Matthias 2022-05-17 06:34:39 +0200
  • 7cd0f8a7b1
    Merge branch 'develop' into patch-10 மனோஜ்குமார் பழனிச்சாமி 2022-05-17 08:07:13 +0530
  • 905b24bd4d
    Update BT report detailing. eSeR1805 2022-05-17 02:04:45 +0300
  • a2a8e4fdc7
    Update doc BT sample report. eSeR1805 2022-05-17 02:01:27 +0300
  • 99aea454b5
    Update testcases to match reporting. eSeR1805 2022-05-17 01:42:48 +0300