Commit Graph

  • 2dc34779d5 Fix line length Matthias 2022-08-21 18:07:41 +02:00
  • f6d832c6d9 Add get_option to expose ft_has via method Matthias 2022-08-21 17:48:13 +02:00
  • 87a3115073 Add get_open_trade_count() to simplify getting open trade count. Matthias 2022-08-21 10:03:04 +02:00
  • 085f81ec9e Fix header indent on stake-size-management Matthias 2022-08-21 08:24:14 +02:00
  • 0ec38e0cfd Fix typo in docs Matthias 2022-08-21 08:23:07 +02:00
  • 6189aa817c Fix HybridExample formatting Matthias 2022-08-20 19:50:18 +02:00
  • 64b0834437 add credit in docstring robcaulk 2022-08-20 17:04:38 +02:00
  • 90c03178b1 provide user directions, clean up strategy, remove unnecessary code. robcaulk 2022-08-20 17:02:18 +02:00
  • cdd4745693 Merge pull request #7263 from freqtrade/okx_cache_tiers Matthias 2022-08-20 15:18:13 +02:00
  • 1fb2e9558f Disable caching of leverage tiers in ccxt compat methods Matthias 2022-08-20 14:36:19 +02:00
  • 5b3f031590 Use hyperopt safe amount precision method Matthias 2022-08-20 14:13:15 +02:00
  • 4511634f3a improve test coverage Matthias 2022-08-20 14:03:47 +02:00
  • 738e95b875 Add tests for leverage tiers caching Matthias 2022-08-20 13:47:34 +02:00
  • b6e8b9df35 Use cached leverage tiers Matthias 2022-08-20 13:00:25 +02:00
  • 52ec0d1046 Update binance Leverage tiers Matthias 2022-08-20 11:53:15 +02:00
  • 7563050f17 Realign tests to precision backtesting Matthias 2022-08-20 11:47:15 +02:00
  • 0da0600836 Have backtesting respect tradable size Matthias 2022-08-20 11:24:49 +02:00
  • 54ddc1a4c2 Add --tradingmode alias Matthias 2022-08-20 11:24:20 +02:00
  • aa3da092a0 Dont' use classProperty - that's not supported on 3.8 Matthias 2022-08-20 10:55:52 +02:00
  • 63efb3ff3e Merge pull request #7245 from th0rntwig/improve-doc Matthias 2022-08-20 09:48:50 +02:00
  • 665cf4431d Add explicit test cov. for .range behavior Matthias 2022-08-19 15:49:31 +02:00
  • 01d45ed12e Merge pull request #7257 from freqtrade/feat/list-pair-time Matthias 2022-08-20 08:16:52 +02:00
  • 7b8b73e651 Merge pull request #7243 from lolongcovas/newbranch_test Matthias 2022-08-20 08:13:40 +02:00
  • 739b68f8fd ExternalPairList plugin Timothy Pogue 2022-08-19 22:40:01 -06:00
  • 692c6bf1fd Added and updated figs and fig descriptions elintornquist 2022-08-19 18:48:22 +02:00
  • 88d6a7fbff additional edits robcaulk 2022-08-19 14:04:29 +02:00
  • 9c6b745f06 Restructure and improve doc, add fiq elintornquist 2022-08-17 22:35:26 +02:00
  • b44bd0171c Example Classifier strat Johan van der Vlugt 2022-08-19 19:10:37 +02:00
  • 755041c134 add noise feature, improve docstrings feat/freqai robcaulk 2022-08-19 18:35:24 +02:00
  • b9d48c3278 use numbers in HyperoptState properly ... Matthias 2022-08-19 15:40:06 +02:00
  • 1389c8f5b6 Update documentation with show-timerange option Matthias 2022-08-19 15:34:10 +02:00
  • 98c62dad91 integrate inlier metric function robcaulk 2022-08-18 19:15:29 +02:00
  • 52ee7fc981 Add inlier metric computation th0rntwig 2022-08-18 14:44:49 +02:00
  • 733f716819 Update documentation Matthias 2022-08-19 15:22:43 +02:00
  • bc359675a2 Add --analyze-per-epoch - moving populate_analysis to the epoch process Matthias 2022-08-19 15:19:43 +02:00
  • 09f8904545 Extract analysis to separate method Matthias 2022-08-19 15:12:55 +02:00
  • 08ef5ad2d8 Add HyperoptState enum and container class Matthias 2022-08-19 15:11:43 +02:00
  • 1c6f966579 Hyperopt: simplify parameter "can_optimize" handling Matthias 2022-08-19 15:03:03 +02:00
  • 16af10a5bc Update notebook sample with simplified datadir configuration Matthias 2022-08-19 14:05:27 +02:00
  • b7553d20d4 Get min/max data in list-data command Matthias 2022-08-19 13:44:31 +02:00
  • 7d84ef2e2c Remove unused imports Matthias 2022-08-19 13:44:39 +02:00
  • 521381ebf0 undo example strategy newline longyu 2022-08-19 12:40:03 +02:00
  • 790534e0f8 Merge branch 'newbranch_test' of github.com:lolongcovas/freqtrade into newbranch_test longyu 2022-08-19 12:39:19 +02:00
  • cfa5b3f12c add new line longyu 2022-08-19 12:39:08 +02:00
  • 277245c69d remove line longyu 2022-08-19 12:39:00 +02:00
  • b420614d65 Reduce code duplication in datahandlers Matthias 2022-08-19 09:33:07 +02:00
  • 975bf8fe88 Update Docstring to match actual return values Matthias 2022-08-19 09:23:53 +02:00
  • 47b3143534 Simplify and fix some tests Matthias 2022-08-19 09:10:54 +02:00
  • 6834db11f3 minor improvements and pairlist data transmission Timothy Pogue 2022-08-19 00:06:19 -06:00
  • 42eb508515 Attempt fix of #7184 Matthias 2022-08-06 20:05:35 +02:00
  • 76a3e97e05 Add migrations end message Matthias 2022-08-19 06:39:51 +02:00
  • 9f6bba40af initial concept for replicate, basic leader and follower logic Timothy Pogue 2022-08-18 10:39:20 -06:00
  • 70a77ba3d9 Check for "last" availability in PrecisionFilter Matthias 2022-08-18 20:07:41 +02:00
  • 1fada53ddd remove newline longyu 2022-08-18 19:40:00 +02:00
  • 85b43ec1a1 Remove double-check for "isolated margin" Matthias 2022-08-18 15:23:58 +02:00
  • fde469a253 Remove unnecessary check Matthias 2022-08-18 14:53:44 +02:00
  • 075e9b8526 Log Exchange responses for set_leverage Matthias 2022-08-18 09:52:03 +02:00
  • 46e8d9a5e4 Reduce verbosity when whitelist is empty Matthias 2022-08-18 09:09:37 +02:00
  • 18fab86431 Add dock segment about webserver mode for docker Matthias 2022-08-18 08:32:15 +02:00
  • 0461a89348 Fix test failures Matthias 2022-08-18 07:20:49 +02:00
  • f70b0bab80 remove line longyu 2022-08-17 23:49:20 +02:00
  • 66910bfe63 Don't fail if mark candles are missing Matthias 2022-08-17 10:04:09 +02:00
  • 88dd9920ea sort imports for isort robcaulk 2022-08-17 16:38:09 +02:00
  • 5155afb4e7 clean up code remnants robcaulk 2022-08-17 15:22:48 +02:00
  • 0c34104e45 extract download-data from freqai to prepare for future async changes robcaulk 2022-08-17 15:18:44 +02:00
  • 9c38c27eed ignore sample itself distance for avg_mean_dist computation longyu 2022-08-17 15:09:57 +02:00
  • 72c34291e3 newline longyu 2022-08-17 15:09:10 +02:00
  • 3983368228 gateio futures is showing base currency in volume! Matthias 2022-08-17 14:51:48 +02:00
  • 83ca168bb8 Merge pull request #7216 from freqtrade/precise_calcs Matthias 2022-08-17 14:32:02 +02:00
  • c615e1bc62 Avoid loop error during ccxt tests Matthias 2022-08-17 14:31:40 +02:00
  • b9667f50cf Fix random test failure Matthias 2022-08-17 14:05:12 +02:00
  • e7902bffa0 Remove checks for dataprovider existance - it's available in all modes. Matthias 2022-08-17 10:57:25 +02:00
  • e0883a4ea0 Improve doc wording Matthias 2022-08-17 10:55:59 +02:00
  • 819bc71941 Update docs for freqai docker container Matthias 2022-08-17 10:35:56 +02:00
  • 463cf66881 Fix bad image name Matthias 2022-08-16 16:39:29 +02:00
  • c8d7c2caac Update CI to build and push freqAI images Matthias 2022-08-16 09:26:02 +02:00
  • 8d182768f9 stoploss should also use trimmed prices Matthias 2022-08-17 09:51:28 +02:00
  • 0b0e7eaf96 Mutex TTL Cache accesses which can be accessed by multiple threads Matthias 2022-08-16 19:43:41 +02:00
  • 24690c1918 Don't convert open_rate to precision Matthias 2022-08-16 18:16:23 +02:00
  • 3b44dc52e1 Minor corrections Matthias 2022-08-16 18:10:48 +02:00
  • ea6bc47d7a gateio default configs should specify unknown_fee_rate Matthias 2022-08-16 17:26:53 +02:00
  • 5dde011b31 Add unknown_fee_rate to full sample config Matthias 2022-08-16 17:23:05 +02:00
  • a1e4fbf313 Run price_to_precision for dry-run orders Matthias 2022-08-16 08:43:03 +02:00
  • 1ac81aa316 Show message if fee update failed due to missing Matthias 2022-08-16 17:06:25 +02:00
  • c865814a8e Merge pull request #7236 from freqtrade/fix-lgbm-warning Matthias 2022-08-16 13:49:25 +02:00
  • 4c0fda400f fix input shape warning for LGBMClassifier, add sample_weights/eval_weights robcaulk 2022-08-16 11:41:53 +02:00
  • fa89368c02 Add test for precision backpopulation Matthias 2022-08-16 10:59:43 +02:00
  • 96d2f61812 Properly round timestamps to avoid constant log messages Matthias 2022-08-16 10:22:59 +02:00
  • b8c1cf0107 Fix test leakage if config is available Matthias 2022-08-16 10:19:19 +02:00
  • 15a1c59a91 Backtesting should cache precisionMode Matthias 2022-08-16 10:15:10 +02:00
  • a73e4f8e41 Truncate amount before comparing for closure Matthias 2022-08-16 09:49:53 +02:00
  • 2fb7a3091d Improve backfill of precisions Matthias 2022-08-16 09:32:31 +02:00
  • 711b6b1a1a Merge branch 'develop' into precise_calcs Matthias 2022-08-16 09:29:39 +02:00
  • a5b438e41e Run price_to_precision for dry-run orders Matthias 2022-08-16 08:43:03 +02:00
  • 1dd56e35d5 Ensure comparisions align when closing a trade Matthias 2022-08-16 08:21:02 +02:00
  • e4b7bcaeab Fix some tests Matthias 2022-08-16 08:01:07 +02:00
  • e818797427 Minor fix in amount_to_precision logic Matthias 2022-08-15 20:29:05 +02:00
  • c0bdb71810 Update docstring Matthias 2022-08-15 20:06:29 +02:00
  • f2b6ff910f Accept wrong pair in get_precision_amount Matthias 2022-08-15 20:05:22 +02:00
  • 09ee9089fb Merge pull request #6832 from freqtrade/feat/freqai Matthias 2022-08-15 20:03:08 +02:00