Commit Graph

  • 56b4457a9c Merge pull request #5996 from freqtrade/dependabot/pip/develop/time-machine-2.4.1 Matthias 2021-11-29 08:07:30 +01:00
  • 2db064d8f7 Merge pull request #6000 from stash86/fix-docs Matthias 2021-11-29 07:09:36 +01:00
  • f0bf9b51dc Merge pull request #5992 from freqtrade/dependabot/pip/develop/ccxt-1.62.42 Matthias 2021-11-29 07:08:46 +01:00
  • 57e55eb938 Bump time-machine from 2.4.0 to 2.4.1 dependabot[bot] 2021-11-29 06:00:32 +00:00
  • 5ee5600cb9 Merge pull request #5993 from freqtrade/dependabot/pip/develop/scipy-1.7.3 Matthias 2021-11-29 06:59:51 +01:00
  • 828ab874c1 Merge pull request #5991 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.23 Matthias 2021-11-29 06:59:30 +01:00
  • 90892e5a89 Merge pull request #5997 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.3 Matthias 2021-11-29 06:59:14 +01:00
  • 180df0514f Merge pull request #5998 from freqtrade/dependabot/pip/develop/types-requests-2.26.1 Matthias 2021-11-29 06:58:55 +01:00
  • 731208936f Merge pull request #5994 from freqtrade/dependabot/pip/develop/types-cachetools-4.2.6 Matthias 2021-11-29 06:58:41 +01:00
  • 3b4051488f Merge branch 'fix-docs' of https://github.com/stash86/freqtrade into fix-docs Stefano Ariestasia 2021-11-29 14:32:37 +09:00
  • c126d2530a Add few sentences on docs Stefano Ariestasia 2021-11-29 14:32:33 +09:00
  • 24997fb36f Bump mkdocs-material from 7.3.6 to 8.0.1 dependabot[bot] 2021-11-29 03:01:50 +00:00
  • b81d768eb3 Bump types-requests from 2.26.0 to 2.26.1 dependabot[bot] 2021-11-29 03:01:45 +00:00
  • 39c3175b69 Bump types-python-dateutil from 2.8.2 to 2.8.3 dependabot[bot] 2021-11-29 03:01:43 +00:00
  • b0b2fdba70 Bump aiofiles from 0.7.0 to 0.8.0 dependabot[bot] 2021-11-29 03:01:38 +00:00
  • c2a7b1930b Bump types-cachetools from 4.2.5 to 4.2.6 dependabot[bot] 2021-11-29 03:01:36 +00:00
  • 589c9f55e0 Bump scipy from 1.7.2 to 1.7.3 dependabot[bot] 2021-11-29 03:01:33 +00:00
  • e9e8023d73 Bump ccxt from 1.61.92 to 1.62.42 dependabot[bot] 2021-11-29 03:01:27 +00:00
  • df09fe5df6 Bump prompt-toolkit from 3.0.22 to 3.0.23 dependabot[bot] 2021-11-29 03:01:20 +00:00
  • 29180a1d2b Moved retry config to constants Spat 2021-11-29 10:48:35 +11:00
  • 0fa5bf54cd Changed comment Spat 2021-11-29 10:30:41 +11:00
  • cf5ff9257d Add plotconfig as property documentation and sample Matthias 2021-11-28 19:39:43 +01:00
  • 134b129d9d get_analyzed_df does not need a "candle_type" argument Matthias 2021-11-28 19:14:58 +01:00
  • c7d10e2c7e delete unneeded comment incrementby1 2021-11-28 19:05:02 +01:00
  • cb4efa6d56 Revert unnecessary formatting changes Matthias 2021-11-28 15:53:13 +01:00
  • c20157e64f Add compatibility code for existing informative_pairs implementation Matthias 2021-11-28 15:43:04 +01:00
  • 0d6c933935 Improve and fix pair detection from available data Matthias 2021-11-28 15:25:57 +01:00
  • 0d1324718c Don't replace "-" when writing pair files Matthias 2021-11-28 15:08:02 +01:00
  • 7faa7539b4 Further enhance pair retrieval Matthias 2021-11-28 15:03:55 +01:00
  • 8d70672bee Enhance Regex to work for mark candles Matthias 2021-11-28 14:37:54 +01:00
  • c096c7f5cb Add explicit tests for ohlcv regex Matthias 2021-11-28 14:33:46 +01:00
  • 2414c0bd9f Merge pull request #5982 from stash86/fix-docs Matthias 2021-11-28 08:28:13 +01:00
  • fb6ae174b9 Added raw config and retry config to webhook Spat 2021-11-28 11:42:57 +11:00
  • fd9bf2adb0 add weekly and monthly to valid keys Stefano Ariestasia 2021-11-28 08:23:02 +09:00
  • 6429205d39 Improve Notebook documentation to include Dataprovider Matthias 2021-11-27 19:53:37 +01:00
  • 2b3e7eeb21 Use Enum values within bot code Matthias 2021-11-27 19:41:36 +01:00
  • 409a801763 Fix caching problem in refresh_ohlcv Matthias 2021-11-27 19:30:49 +01:00
  • b90303c9a3 Update ShuffleFilter.py incrementby1 2021-11-27 18:26:30 +01:00
  • 4179a1a797 Merge pull request #5977 from freqtrade/new_release 2021.11 Matthias 2021-11-27 17:01:56 +01:00
  • cb95b362ec Merge pull request #5976 from freqtrade/forcebuy Matthias 2021-11-27 17:01:18 +01:00
  • 107e124f60 Fix bug in exchange causing candles not to download Matthias 2021-11-27 17:00:06 +01:00
  • bf8f1045ca Map binanceusdm to ft binance class Matthias 2021-11-27 16:46:17 +01:00
  • 504efbd6d4 Add futures argument to download-data command Matthias 2021-11-27 16:36:59 +01:00
  • 62d248d182 Merge pull request #2 from incrementby1/ShuffleFilterDetectLiveModes incrementby1 2021-11-27 16:30:46 +01:00
  • 2f0f576fce Update pairlists.md incrementby1 2021-11-27 16:28:41 +01:00
  • 8c52ba3360 ShuffleFilterDetectLiveMode incrementby1 2021-11-27 16:21:23 +01:00
  • 392128013f Updated ohlcv_get_available_data to recognize swap and futures pairs Sam Germain 2021-11-27 03:11:44 -06:00
  • 8761649fd7 Added candle_type in doc strings Sam Germain 2021-11-27 02:55:42 -06:00
  • 7e1eedd7df Version bump to 2021.11 Matthias 2021-11-27 09:55:00 +01:00
  • eab4bdd274 Merge branch 'stable' into new_release Matthias 2021-11-27 09:54:51 +01:00
  • a9cdb428d0 Version bump to 2021.10 Matthias 2021-10-28 06:21:40 +02:00
  • 3f10430eb5 Version bump to 2021.9 Matthias 2021-09-28 07:03:26 +02:00
  • a629777890 Improve test coverage in telegram module Matthias 2021-11-27 09:53:05 +01:00
  • 0183e313ac Merge branch 'mark-price-candles' of https://github.com/samgermain/freqtrade into mark-price-candles Sam Germain 2021-11-27 02:44:14 -06:00
  • 0d30b32fdd Formatting changes Sam Germain 2021-11-27 02:44:06 -06:00
  • 6ca6f62509 Remove duplicate code in optimize_reports Matthias 2021-11-27 09:39:10 +01:00
  • bc52b3db56 Properly handle None values via API Matthias 2021-11-27 09:26:14 +01:00
  • 80ed5283b2 Add forcesell market/limit distinction Matthias 2021-11-27 09:10:18 +01:00
  • 450293878f Merge pull request #5964 from stash86/fix-docs Matthias 2021-11-26 07:48:24 +01:00
  • 897788de17 Reformulate exception to be "nicer" Matthias 2021-11-26 06:27:06 +01:00
  • cc9ea1d466 Merge pull request #5935 from freqtrade/short_buy_tag_compat Matthias 2021-11-26 06:29:56 +01:00
  • f4bc30c927 Update docs to include "vpn/ssh" section Matthias 2021-11-26 06:23:29 +01:00
  • 5307d2bf3b Trimming the sentence Stefano Ariestasia 2021-11-25 17:04:04 +09:00
  • c23d90e2b8 Update test_backtesting.py Stefano Ariestasia 2021-11-25 16:56:56 +09:00
  • 0c629fc951 Update test_backtesting.py Stefano Ariestasia 2021-11-25 16:03:29 +09:00
  • 0d1e84cf55 Add more words Stefano Ariestasia 2021-11-25 16:00:10 +09:00
  • 338fe333a9 Allow forcebuy to specify order_type Matthias 2021-11-24 20:11:04 +01:00
  • 65906d330f Improve tests for pair_to_filename Matthias 2021-11-23 20:07:54 +01:00
  • e8feac3674 Improve tests for pair_to_filename Matthias 2021-11-23 20:02:07 +01:00
  • 51e54a666c Merge branch 'feat/short' into pr/samgermain/5780 Matthias 2021-11-23 19:01:07 +01:00
  • db16098981 Fix Tests Matthias 2021-11-23 17:43:37 +01:00
  • 342862a5f3 Merge pull request #5952 from freqtrade/armhf_39 Matthias 2021-11-23 15:37:40 +01:00
  • c23ca35d23 Update ARMHF image to 3.9 Matthias 2021-11-23 07:13:39 +01:00
  • 047707f840 Merge pull request #5953 from samgermain/is-future-method-fix Matthias 2021-11-23 11:33:53 +01:00
  • 586ca3b2fa removed is_market_future from binance and ftx Sam Germain 2021-11-23 03:19:59 -06:00
  • 70751b942c market_is_future fix Sam Germain 2021-11-23 01:50:23 -06:00
  • ce0593c0e1 Merge branch 'develop' into feat/short Matthias 2021-11-23 07:35:26 +01:00
  • b8cefd687e Add api_version to botresponse Matthias 2021-11-23 07:06:53 +01:00
  • 0d082f7b17 Merge pull request #5950 from flozzone/patch-1 Matthias 2021-11-22 20:17:54 +01:00
  • c245a2a897 fix typo in Volatility filter description. flozzone 2021-11-22 20:10:26 +01:00
  • 2c805e53ee Merge pull request #5945 from ACMCMC/patch-1 Matthias 2021-11-22 19:28:45 +01:00
  • 259b95074f Merge pull request #5936 from rokups/rk/decorator-fix Matthias 2021-11-22 19:14:35 +01:00
  • 43dab3ee60 Changed the wording of the documentation to be clearer Aldán Creo 2021-11-22 09:46:10 +01:00
  • 78a00f2518 Use market data to get base and quote currencies in @informative() decorator. Rokas Kupstys 2021-11-22 09:27:33 +02:00
  • 280a0ec17e Merge pull request #5944 from freqtrade/dependabot/pip/develop/ccxt-1.61.92 Matthias 2021-11-22 07:15:53 +01:00
  • 64e34f382e Sell-fill should include open-rate Matthias 2021-11-22 07:13:22 +01:00
  • ecf2ac3c21 Bump aiohttp to 3.8.1 Matthias 2021-11-22 06:51:06 +01:00
  • 80946cd9d6 Bump ccxt from 1.61.24 to 1.61.92 dependabot[bot] 2021-11-22 05:47:48 +00:00
  • 965ab3848c Merge pull request #5943 from freqtrade/dependabot/pip/develop/plotly-5.4.0 Matthias 2021-11-22 06:46:52 +01:00
  • 6f93f96f18 Merge pull request #5941 from freqtrade/dependabot/pip/develop/cryptography-36.0.0 Matthias 2021-11-22 06:46:29 +01:00
  • 9f1fdc9931 Merge pull request #5942 from freqtrade/dependabot/pip/develop/types-cachetools-4.2.5 Matthias 2021-11-22 06:45:09 +01:00
  • e0f21a5e35 Merge pull request #5939 from freqtrade/dependabot/pip/develop/filelock-3.4.0 Matthias 2021-11-22 06:44:03 +01:00
  • 0ef99206b0 Bump plotly from 5.3.1 to 5.4.0 dependabot[bot] 2021-11-22 03:01:56 +00:00
  • 247f855ba9 Bump types-cachetools from 4.2.4 to 4.2.5 dependabot[bot] 2021-11-22 03:01:52 +00:00
  • fdc6ca1bd8 Bump cryptography from 35.0.0 to 36.0.0 dependabot[bot] 2021-11-22 03:01:48 +00:00
  • ab93e13682 Bump filelock from 3.3.2 to 3.4.0 dependabot[bot] 2021-11-22 03:01:36 +00:00
  • 920151934a Added candle_type to a lot of methods, wrote some tests Sam Germain 2021-11-21 01:43:05 -06:00
  • e2f98a8dab replaced candle_type: Optional[str] = '' with candle_type: str = '' Sam Germain 2021-11-21 00:21:10 -06:00
  • 64a6abc541 Added candle type to ohlcv_get_available_data Sam Germain 2021-11-20 22:46:47 -06:00
  • b4029533ec removed candle type from idatahandler.py Sam Germain 2021-11-20 22:43:25 -06:00