Commit Graph

  • 979c6f2f26 moved leverage_brackets.json to exchange/binance_leverage_brackets.json Sam Germain 2021-09-18 03:49:15 -06:00
  • 518a59ad41 parametrized test_edge_overrides_stoploss Sam Germain 2021-09-18 03:20:00 -06:00
  • 42a2fdc1c5 parametrized test_order_dict Sam Germain 2021-09-18 03:01:08 -06:00
  • 216f75bbb9 parametrized test_sell_profit_only , test__safe_exit_amount, test_order_book_bid_strategy1 Sam Germain 2021-09-18 02:53:34 -06:00
  • e4ca42faec [SQUASH] Update stoploss_from_absolute to behave more like stoploss_from_open and add a test for it. Rokas Kupstys 2021-09-18 10:18:33 +03:00
  • 7e6aa9390a [SQUASH] Unconditionally include quote currency when asset is explicitly specified. Added docs suggesting to use string formatting to make strategy independent of configured stake currency. Rokas Kupstys 2021-09-18 10:17:50 +03:00
  • e88c4701bb [SQUASH] Address PR comments. Rokas Kupstys 2021-09-12 18:26:41 +03:00
  • bb6ae682fc Small simplifications Matthias 2021-09-12 09:59:10 +02:00
  • 5dc78a0c66 [SQUASH] Get rid of _initialize() and fix informatives for dynamic pairlists. Rokas Kupstys 2021-09-10 09:36:52 +03:00
  • f81df19b93 [TMP] Make tests not fail for now. Rokas Kupstys 2021-09-07 15:53:12 +03:00
  • dfa61b7ad2 [SQUASH] Fix informatives for each pair not being created because dataprovider was not available. Fix not being able to have informative dataframe of a pair in whitelist. Rokas Kupstys 2021-09-07 15:40:53 +03:00
  • f2a1d9d2fc [SQUASH] Address PR comments. Rokas Kupstys 2021-09-05 09:54:05 +03:00
  • 1fdb656334 Add a decorator which can be used to declare populate_indicators() functions for informative pairs. Rokas Kupstys 2021-07-17 19:19:49 +03:00
  • d84ef34740 A helper to calculate stoploss value from absolute price. Rokas Kupstys 2021-07-17 18:09:08 +03:00
  • 11f08b0053 Merge pull request #5582 from sergeykhliustin/develop Matthias 2021-09-18 09:24:14 +02:00
  • a89c67787b Replace some more occurances of 'buy' Matthias 2021-09-18 09:23:53 +02:00
  • 56fb25c5e5 Add test for PerformanceFilter lookback Matthias 2021-09-18 09:10:37 +02:00
  • 564e0b9a1a Switch performanceFilter to use Minutes lookback resolution Matthias 2021-09-18 08:36:06 +02:00
  • 12c12d42df Add documentation for days parameter in PerformanceFilter Matthias 2021-09-18 08:26:48 +02:00
  • 853c3a4433 Merge pull request #5587 from raph92/patch-3 Matthias 2021-09-18 08:08:18 +02:00
  • 2c21bbfa0c Fixed create order margin call count tests and made _ccxt_config a computed property Sam Germain 2021-09-17 14:16:52 -06:00
  • d7395e873b Removed unused OperationalException Sergey Khliustin 2021-09-17 22:05:57 +03:00
  • 4b2c1a9b8e Remove trailing whitespace raphael 2021-09-17 14:39:15 -04:00
  • e715f2a253 Update formatting raphael 2021-09-17 14:23:26 -04:00
  • 9525a5b96c Add type to "trials" parameter raphael 2021-09-17 14:10:37 -04:00
  • 9c50d0c250 Merge pull request #5589 from Ottavio97/develop Matthias 2021-09-17 19:54:35 +02:00
  • 4d558879e9 Merge branch 'feat/short' into pr/samgermain/5378 Matthias 2021-09-17 19:24:47 +02:00
  • 6d1604d6fa Merge pull request #5588 from raph92/patch-4 Matthias 2021-09-17 19:14:47 +02:00
  • fb6beb90e8 Include Raspberry Pi armv6 (0, 0W,...) Ottavio Miele 2021-09-17 18:03:54 +02:00
  • 124e97f3b9 Remove ununsed variables from export_csv_file raphael 2021-09-17 11:57:36 -04:00
  • 5fc993231a Update HyperoptTools.export_csv_file usage raphael 2021-09-17 11:51:55 -04:00
  • 3a98fb72a4 Update prepare_trials_columns() return type raphael 2021-09-17 11:42:33 -04:00
  • 982deeedf0 Update freqtrade/persistence/models.py sergeykhliustin 2021-09-17 18:23:13 +03:00
  • 54ef36a497 Updates after review to PerformanceFilter days param Sergey Khliustin 2021-09-17 13:45:44 +03:00
  • d680fdf33a Merge branch 'develop' into feat/short Matthias 2021-09-17 11:16:37 +02:00
  • 4ce1375bf3 Merge pull request #5580 from freqtrade/hyperopt_diff_base_estimators Matthias 2021-09-17 10:32:47 +02:00
  • 2e8d00e877 temp commit message Sam Germain 2021-09-17 01:15:21 -06:00
  • 32e52cd460 Added leverage brackets dry run test Sam Germain 2021-09-17 00:41:00 -06:00
  • 798a0c9827 Tried to add call count to test_create_order Sam Germain 2021-09-17 00:10:53 -06:00
  • 0628790da9 merged lev-freqtradebot with feat/short Sam Germain 2021-09-16 23:49:43 -06:00
  • 8123579442 added trading mode to persistence tests Sam Germain 2021-09-16 23:47:44 -06:00
  • e78f38c7b6 Merge branch 'feat/short' into funding-fee Sam Germain 2021-09-16 23:32:44 -06:00
  • e7b6f3bfd1 removed changes to test_persistence Sam Germain 2021-09-16 23:32:23 -06:00
  • ff5b402f58 Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-16 23:27:44 -06:00
  • dced167ea2 fixed some stuff in the leverage brackets binance test Sam Germain 2021-09-16 23:23:36 -06:00
  • 57c7926515 leverage updates on exchange classes Sam Germain 2021-09-16 23:05:13 -06:00
  • 05e01847a0 Merge pull request #5579 from samgermain/paramatrize-test-persistence Matthias 2021-09-17 07:03:45 +02:00
  • 0ced05890a removed space between @ and pytest Sam Germain 2021-09-16 16:26:31 -06:00
  • dec2f377ff Removed utils, moved get_sides to conftest Sam Germain 2021-09-16 16:25:02 -06:00
  • 457e738b4a Added days parameter to PerformanceFilter Sergey Khliustin 2021-09-16 14:48:02 +03:00
  • a8657bb1ce Removed backtesting funding-fee code Sam Germain 2021-09-16 03:36:48 -06:00
  • 4c91126c49 some short freqtradebot parametrized tests Sam Germain 2021-09-16 03:23:45 -06:00
  • e827ba1388 finished up funding fee formulas Sam Germain 2021-09-15 23:51:21 -06:00
  • 994c3c3a4c Add some errorhandling for custom estimator Matthias 2021-09-16 07:13:25 +02:00
  • 98b00e8daf merged with feat/short Sam Germain 2021-09-15 22:28:10 -06:00
  • cbaf477bec changed kraken set lev implementation Sam Germain 2021-09-15 21:55:19 -06:00
  • 5fcb69a0b5 Parametrized test_persistence Sam Germain 2021-09-14 23:10:10 -06:00
  • c0811ae896 Add possibility to override estimator from within hyperopt Matthias 2021-09-15 21:36:53 +02:00
  • 90ad178932 Remove verbosity of edge Matthias 2021-09-15 21:04:25 +02:00
  • 57ea0c322f Rename indicator_space to buy_indicator_space Matthias 2021-09-15 20:20:31 +02:00
  • f7bae81d96 Dataframe should be copied after populate_indicator Matthias 2021-09-15 19:56:12 +02:00
  • e4ec5679a1 Merge pull request #5574 from freqtrade/agefilter_cache Matthias 2021-09-15 06:33:36 +02:00
  • d604757056 Added is_short to conf tests Sam Germain 2021-09-14 21:08:15 -06:00
  • 9d21261d25 Merge branch 'freqtrade:feat/short' into feat/short ARUNAVO RAY 2021-09-15 06:46:33 +05:30
  • d3ab2f887f merged with feat/short Sam Germain 2021-09-14 18:32:08 -06:00
  • 47677ccd91 Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-14 18:27:51 -06:00
  • d77ab337bf merged with develop Sam Germain 2021-09-14 18:26:46 -06:00
  • 5f6384a961 Added tests to freqtradebot Sam Germain 2021-09-14 15:38:26 -06:00
  • 4e2b1764b8 ccxt_compat_tests must run with dry-run=False Matthias 2021-09-14 20:24:44 +02:00
  • 315ea1e116 Merge pull request #5566 from freqtrade/remove_hyperopt Matthias 2021-09-14 19:20:58 +02:00
  • 35eda8c8c7 Improve agefilter test Matthias 2021-09-14 07:07:20 +02:00
  • 3ce5197e8d Add Tests for AgeFilter caching Matthias 2021-09-14 06:45:26 +02:00
  • c9ba52d732 Expire cached pairs in age-filter once per day Matthias 2021-09-14 06:30:18 +02:00
  • 7e0eb0adcf merged with feat/short Sam Germain 2021-09-13 14:14:54 -06:00
  • 5225bd4a5b Merge branch 'develop' into feat/short Sam Germain 2021-09-13 14:02:23 -06:00
  • e8e8ef4872 Merge pull request #5572 from freqtrade/dependabot/pip/develop/ccxt-1.56.30 Matthias 2021-09-13 20:43:10 +02:00
  • a12c3ecc9b Remove credentials whenever dry-run is set from within the exchange Matthias 2021-09-13 20:00:22 +02:00
  • 8afb3c4b70 Move AgeFilter cache to instance level Matthias 2021-09-13 19:33:28 +02:00
  • 3cdd06f562 Add PeriodicCache Matthias 2021-09-13 19:32:51 +02:00
  • 17a5cc96fe Added set_margin_mode to create_order Sam Germain 2021-09-13 00:09:55 -06:00
  • 49acfc887f merged with lev-exchange Sam Germain 2021-09-13 00:00:22 -06:00
  • 2aaf60205e Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-12 23:41:34 -06:00
  • 83e1067af7 leverage to exchange.create_order Sam Germain 2021-09-12 23:39:08 -06:00
  • b13bd87625 Bump ccxt from 1.55.83 to 1.56.30 dependabot[bot] 2021-09-13 04:31:52 +00:00
  • 51643ed56c Merge pull request #5571 from freqtrade/dependabot/pip/develop/progressbar2-3.53.2 Matthias 2021-09-13 06:31:00 +02:00
  • 22e0728ac2 Merge pull request #5569 from freqtrade/dependabot/pip/develop/pandas-1.3.3 Matthias 2021-09-13 06:30:37 +02:00
  • 81039fce28 Bump progressbar2 from 3.53.1 to 3.53.2 dependabot[bot] 2021-09-13 03:01:24 +00:00
  • d8f48cf0e3 Bump pandas from 1.3.2 to 1.3.3 dependabot[bot] 2021-09-13 03:01:14 +00:00
  • 1d7a8f667a Merge branch 'lev-exchange' into lev-freqtradebot Sam Germain 2021-09-12 03:15:32 -06:00
  • e070bdd161 set leverage more thorough tests Sam Germain 2021-09-12 03:09:51 -06:00
  • ad44048e29 customized set_leverage for different exchanges Sam Germain 2021-09-12 02:42:13 -06:00
  • bc102d57c9 Updated set leverage to check trading mode Sam Germain 2021-09-12 02:06:18 -06:00
  • 0c1e5afc91 Added set leverage to create_order Sam Germain 2021-09-12 02:02:10 -06:00
  • 09418938fe Updated kraken fill leverage brackets and set_leverage Sam Germain 2021-09-12 01:51:09 -06:00
  • 1344c9f7fc _apply_leverage_to_min_stake_amount Sam Germain 2021-09-12 01:30:26 -06:00
  • 236dc48000 Update CI to use new hyperopt interface Matthias 2021-09-12 07:46:17 +02:00
  • 0017b3438e Remove list-hyperopts Matthias 2021-09-11 17:56:41 +02:00
  • 3675df8344 Update documentation regarding Legacy Hyperopt Matthias 2021-09-11 17:52:47 +02:00
  • fd6bf591f8 Update some tests to remove explicit hyperopt interface Matthias 2021-09-11 17:11:02 +02:00
  • dad4a49e81 Remove legacy hyperopt interface from hyperopt.py Matthias 2021-09-11 09:06:57 +02:00