Commit Graph

  • f71b7a4e76 Merge branch 'develop' into feat/short Matthias 2021-12-02 06:53:15 +0100
  • c1fed8a077
    Merge pull request #6014 from freqtrade/double_notifications Matthias 2021-12-02 06:39:18 +0100
  • 0375a08302 use to_hdf instead of HDFStore Matthias 2021-12-01 20:32:23 +0100
  • 5ce1eeecf5 Reorder messages to be sent in correct order Matthias 2021-11-30 20:19:59 +0100
  • 77443d5abc
    Merge pull request #6011 from freqtrade/lev/backtesting Matthias 2021-12-01 19:49:40 +0100
  • 67f3570bf3 Merge branch 'develop' into feat/short Matthias 2021-12-01 07:11:11 +0100
  • c22f381dfe Fix Schema issue Matthias 2021-11-30 20:46:47 +0100
  • 8b2fbb6432 Add leveraged backtest detail test Matthias 2021-11-30 20:42:18 +0100
  • a2a974fc6d correctly apply leverage to backtesting Matthias 2021-11-30 20:32:34 +0100
  • 542963c7a6 Reduce code complexity by combining buy and buy_fill methods Matthias 2021-11-30 19:45:20 +0100
  • f0abe218a2 Batch ohlcv requests to not overwelm ccxt's async throttler Matthias 2021-11-30 07:02:49 +0100
  • 231b1e2f57 Improve Async error message content Matthias 2021-11-30 06:58:32 +0100
  • de7e1e6bf7
    Merge pull request #5980 from incrementby1/ShuffleFilterDetectLiveMode Matthias 2021-11-30 06:37:35 +0100
  • 85b1f6f6b3
    Update pairlists.md incrementby1 2021-11-29 20:44:51 +0100
  • 60eca8b1f1
    revert to random object incrementby1 2021-11-29 20:35:43 +0100
  • 06d8217e62
    Merge pull request #5983 from PostmanSpat/webhook-raw-retry Matthias 2021-11-29 20:30:06 +0100
  • dfb148f8d7 Fix formatting Matthias 2021-11-29 19:54:54 +0100
  • f8cb3d2901 Restore openAPI functioning Matthias 2021-11-29 19:52:40 +0100
  • bd8348451e
    Merge pull request #5999 from freqtrade/dependabot/pip/develop/mkdocs-material-8.0.1 Matthias 2021-11-29 19:50:59 +0100
  • 0f15340269
    Merge pull request #5995 from freqtrade/dependabot/pip/develop/aiofiles-0.8.0 Matthias 2021-11-29 19:32:45 +0100
  • 2e51477455 Update mkdocs file to 8.0 Matthias 2021-11-29 19:32:16 +0100
  • 018407852a Added missing webhook config params to constants Spat 2021-11-29 18:17:59 +1100
  • 56b4457a9c
    Merge pull request #5996 from freqtrade/dependabot/pip/develop/time-machine-2.4.1 Matthias 2021-11-29 08:07:30 +0100
  • 2db064d8f7
    Merge pull request #6000 from stash86/fix-docs Matthias 2021-11-29 07:09:36 +0100
  • f0bf9b51dc
    Merge pull request #5992 from freqtrade/dependabot/pip/develop/ccxt-1.62.42 Matthias 2021-11-29 07:08:46 +0100
  • 57e55eb938
    Bump time-machine from 2.4.0 to 2.4.1 dependabot[bot] 2021-11-29 06:00:32 +0000
  • 5ee5600cb9
    Merge pull request #5993 from freqtrade/dependabot/pip/develop/scipy-1.7.3 Matthias 2021-11-29 06:59:51 +0100
  • 828ab874c1
    Merge pull request #5991 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.23 Matthias 2021-11-29 06:59:30 +0100
  • 90892e5a89
    Merge pull request #5997 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.3 Matthias 2021-11-29 06:59:14 +0100
  • 180df0514f
    Merge pull request #5998 from freqtrade/dependabot/pip/develop/types-requests-2.26.1 Matthias 2021-11-29 06:58:55 +0100
  • 731208936f
    Merge pull request #5994 from freqtrade/dependabot/pip/develop/types-cachetools-4.2.6 Matthias 2021-11-29 06:58:41 +0100
  • 3b4051488f Merge branch 'fix-docs' of https://github.com/stash86/freqtrade into fix-docs Stefano Ariestasia 2021-11-29 14:32:37 +0900
  • c126d2530a Add few sentences on docs Stefano Ariestasia 2021-11-29 14:32:33 +0900
  • 24997fb36f
    Bump mkdocs-material from 7.3.6 to 8.0.1 dependabot[bot] 2021-11-29 03:01:50 +0000
  • b81d768eb3
    Bump types-requests from 2.26.0 to 2.26.1 dependabot[bot] 2021-11-29 03:01:45 +0000
  • 39c3175b69
    Bump types-python-dateutil from 2.8.2 to 2.8.3 dependabot[bot] 2021-11-29 03:01:43 +0000
  • b0b2fdba70
    Bump aiofiles from 0.7.0 to 0.8.0 dependabot[bot] 2021-11-29 03:01:38 +0000
  • c2a7b1930b
    Bump types-cachetools from 4.2.5 to 4.2.6 dependabot[bot] 2021-11-29 03:01:36 +0000
  • 589c9f55e0
    Bump scipy from 1.7.2 to 1.7.3 dependabot[bot] 2021-11-29 03:01:33 +0000
  • e9e8023d73
    Bump ccxt from 1.61.92 to 1.62.42 dependabot[bot] 2021-11-29 03:01:27 +0000
  • df09fe5df6
    Bump prompt-toolkit from 3.0.22 to 3.0.23 dependabot[bot] 2021-11-29 03:01:20 +0000
  • 29180a1d2b Moved retry config to constants Spat 2021-11-29 10:48:35 +1100
  • 0fa5bf54cd Changed comment Spat 2021-11-29 10:30:41 +1100
  • cf5ff9257d Add plotconfig as property documentation and sample Matthias 2021-11-28 19:39:43 +0100
  • 134b129d9d get_analyzed_df does not need a "candle_type" argument Matthias 2021-11-28 19:14:58 +0100
  • c7d10e2c7e
    delete unneeded comment incrementby1 2021-11-28 19:05:02 +0100
  • cb4efa6d56 Revert unnecessary formatting changes Matthias 2021-11-28 15:53:13 +0100
  • c20157e64f Add compatibility code for existing informative_pairs implementation Matthias 2021-11-28 15:43:04 +0100
  • 0d6c933935 Improve and fix pair detection from available data Matthias 2021-11-28 15:25:57 +0100
  • 0d1324718c Don't replace "-" when writing pair files Matthias 2021-11-28 15:08:02 +0100
  • 7faa7539b4 Further enhance pair retrieval Matthias 2021-11-28 15:03:55 +0100
  • 8d70672bee Enhance Regex to work for mark candles Matthias 2021-11-28 14:37:54 +0100
  • c096c7f5cb Add explicit tests for ohlcv regex Matthias 2021-11-28 14:33:46 +0100
  • ca68984044
    Merge e7ead1ec97 into 2414c0bd9f fxxmr 2021-11-28 15:35:13 +0530
  • 2414c0bd9f
    Merge pull request #5982 from stash86/fix-docs Matthias 2021-11-28 08:28:13 +0100
  • fb6ae174b9 Added raw config and retry config to webhook Spat 2021-11-28 11:42:57 +1100
  • fd9bf2adb0 add weekly and monthly to valid keys Stefano Ariestasia 2021-11-28 08:23:02 +0900
  • 6429205d39 Improve Notebook documentation to include Dataprovider Matthias 2021-11-27 19:53:37 +0100
  • 2b3e7eeb21 Use Enum values within bot code Matthias 2021-11-27 19:41:36 +0100
  • 409a801763 Fix caching problem in refresh_ohlcv Matthias 2021-11-27 19:30:49 +0100
  • b90303c9a3
    Update ShuffleFilter.py incrementby1 2021-11-27 18:26:30 +0100
  • 4179a1a797
    Merge pull request #5977 from freqtrade/new_release 2021.11 Matthias 2021-11-27 17:01:56 +0100
  • cb95b362ec
    Merge pull request #5976 from freqtrade/forcebuy Matthias 2021-11-27 17:01:18 +0100
  • 107e124f60 Fix bug in exchange causing candles not to download Matthias 2021-11-27 17:00:06 +0100
  • bf8f1045ca Map binanceusdm to ft binance class Matthias 2021-11-27 16:46:17 +0100
  • 504efbd6d4 Add futures argument to download-data command Matthias 2021-11-27 16:36:59 +0100
  • 926474db2c
    Revert "ShuffleFilterDetectLiveMode" incrementby1 2021-11-27 16:33:17 +0100
  • 666c33e7ec
    Merge pull request #1 from incrementby1/ShuffleFilterDetectLiveMode incrementby1 2021-11-27 16:31:05 +0100
  • 62d248d182
    Merge pull request #2 from incrementby1/ShuffleFilterDetectLiveModes incrementby1 2021-11-27 16:30:46 +0100
  • 2f0f576fce
    Update pairlists.md incrementby1 2021-11-27 16:28:41 +0100
  • 8c52ba3360
    ShuffleFilterDetectLiveMode incrementby1 2021-11-27 16:21:23 +0100
  • 392128013f Updated ohlcv_get_available_data to recognize swap and futures pairs Sam Germain 2021-11-27 03:11:44 -0600
  • 8761649fd7 Added candle_type in doc strings Sam Germain 2021-11-27 02:55:42 -0600
  • 7e1eedd7df Version bump to 2021.11 Matthias 2021-11-27 09:55:00 +0100
  • eab4bdd274 Merge branch 'stable' into new_release Matthias 2021-11-27 09:54:51 +0100
  • a9cdb428d0 Version bump to 2021.10 Matthias 2021-10-28 06:21:40 +0200
  • 3f10430eb5 Version bump to 2021.9 Matthias 2021-09-28 07:03:26 +0200
  • a629777890 Improve test coverage in telegram module Matthias 2021-11-27 09:53:05 +0100
  • 0183e313ac Merge branch 'mark-price-candles' of https://github.com/samgermain/freqtrade into mark-price-candles Sam Germain 2021-11-27 02:44:14 -0600
  • 0d30b32fdd Formatting changes Sam Germain 2021-11-27 02:44:06 -0600
  • 6ca6f62509 Remove duplicate code in optimize_reports Matthias 2021-11-27 09:39:10 +0100
  • bc52b3db56 Properly handle None values via API Matthias 2021-11-27 09:26:14 +0100
  • 80ed5283b2 Add forcesell market/limit distinction Matthias 2021-11-27 09:10:18 +0100
  • 450293878f
    Merge pull request #5964 from stash86/fix-docs Matthias 2021-11-26 07:48:24 +0100
  • 897788de17 Reformulate exception to be "nicer" Matthias 2021-11-26 06:27:06 +0100
  • cc9ea1d466
    Merge pull request #5935 from freqtrade/short_buy_tag_compat Matthias 2021-11-26 06:29:56 +0100
  • f4bc30c927 Update docs to include "vpn/ssh" section Matthias 2021-11-26 06:23:29 +0100
  • 5307d2bf3b Trimming the sentence Stefano Ariestasia 2021-11-25 17:04:04 +0900
  • c23d90e2b8 Update test_backtesting.py Stefano Ariestasia 2021-11-25 16:56:56 +0900
  • 0c629fc951 Update test_backtesting.py Stefano Ariestasia 2021-11-25 16:03:29 +0900
  • 0d1e84cf55 Add more words Stefano Ariestasia 2021-11-25 16:00:10 +0900
  • 338fe333a9 Allow forcebuy to specify order_type Matthias 2021-11-24 20:11:04 +0100
  • 672a6e3ba8
    Bump python from 3.9.9-slim-bullseye to 3.10.0-slim-bullseye dependabot[bot] 2021-11-24 03:02:18 +0000
  • 65906d330f Improve tests for pair_to_filename Matthias 2021-11-23 20:07:54 +0100
  • e8feac3674 Improve tests for pair_to_filename Matthias 2021-11-23 20:02:07 +0100
  • 51e54a666c Merge branch 'feat/short' into pr/samgermain/5780 Matthias 2021-11-23 19:01:07 +0100
  • db16098981 Fix Tests Matthias 2021-11-23 17:43:37 +0100
  • 342862a5f3
    Merge pull request #5952 from freqtrade/armhf_39 Matthias 2021-11-23 15:37:40 +0100
  • c23ca35d23 Update ARMHF image to 3.9 Matthias 2021-11-23 07:13:39 +0100
  • 047707f840
    Merge pull request #5953 from samgermain/is-future-method-fix Matthias 2021-11-23 11:33:53 +0100