Commit Graph

  • 962d487edb Merge pull request #2210 from freqtrade/dependabot/pip/develop/ccxt-1.18.1115 Matthias 2019-09-02 15:43:37 +02:00
  • 04335ddd89 Bump ccxt from 1.18.1085 to 1.18.1115 dependabot-preview[bot] 2019-09-02 12:42:07 +00:00
  • 8b6010255f Merge pull request #2209 from freqtrade/dependabot/pip/develop/mkdocs-material-4.4.2 Matthias 2019-09-02 14:40:49 +02:00
  • ccdc0ed26d Merge pull request #2208 from freqtrade/dependabot/pip/develop/arrow-0.14.6 Matthias 2019-09-02 14:40:36 +02:00
  • 3f6c0ba6d6 Bump arrow from 0.14.5 to 0.14.6 dependabot-preview[bot] 2019-09-02 11:56:28 +00:00
  • fe9d7b033e Merge pull request #2214 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.8 Matthias 2019-09-02 13:55:21 +02:00
  • 12e893ff2d Merge pull request #2213 from freqtrade/dependabot/pip/develop/pytest-5.1.2 Matthias 2019-09-02 13:55:03 +02:00
  • cda2a2586b Merge pull request #2212 from freqtrade/dependabot/pip/develop/numpy-1.17.1 Matthias 2019-09-02 13:54:43 +02:00
  • bf4e3f55f4 Bump sqlalchemy from 1.3.7 to 1.3.8 dependabot-preview[bot] 2019-09-02 08:29:26 +00:00
  • 51ad05efdb Bump pytest from 5.1.1 to 5.1.2 dependabot-preview[bot] 2019-09-02 08:29:07 +00:00
  • 89f5cf8291 Bump numpy from 1.17.0 to 1.17.1 dependabot-preview[bot] 2019-09-02 08:28:47 +00:00
  • 949ab2a17c Bump mkdocs-material from 4.4.1 to 4.4.2 dependabot-preview[bot] 2019-09-02 08:27:37 +00:00
  • 08b090c707 Merge pull request #2176 from freqtrade/plot_commands hroff-1902 2019-09-02 08:08:51 +03:00
  • c64beb3f76 Merge pull request #2207 from freqtrade/fix/dryrun_stoploss_on_exchange Matthias 2019-09-02 06:16:44 +02:00
  • aae9c3194f Reenable stoploss_on_exchange for dry-run Matthias 2019-09-01 17:48:06 +02:00
  • 20c9c93b3e Improve docstring Matthias 2019-09-01 10:25:05 +02:00
  • 771519e311 Don't show stacktrace in case of invalidorder Error Matthias 2019-09-01 10:17:36 +02:00
  • f91557f549 Add space to exception message Matthias 2019-09-01 10:17:17 +02:00
  • 514860ac3b Improve documentation Matthias 2019-09-01 10:17:02 +02:00
  • 9d7ebc65e7 Move return statement to correct intend Matthias 2019-09-01 09:21:45 +02:00
  • 6aab3fe25a Add test for stoploss order handling behaviour Matthias 2019-09-01 09:18:15 +02:00
  • 7c0a49a6f9 _notify_sell needs ordertype seperately Matthias 2019-09-01 09:17:58 +02:00
  • 292df115e8 Support selling via emergencysell Matthias 2019-09-01 09:09:07 +02:00
  • 9f53e9f5dd Raise InvalidOrder error when stoploss-creation fails Matthias 2019-09-01 09:08:35 +02:00
  • ee808abfea Add emergency_sell as sell reason Matthias 2019-09-01 09:07:09 +02:00
  • ab3e3797a5 Merge pull request #2205 from freqtrade/master_add_2199 2019.8-1 2019.8 Matthias 2019-08-31 19:13:05 +02:00
  • 7fc156648a simplify stoploss_oe code Matthias 2019-08-31 16:15:39 +02:00
  • f0c0f5618b Abstract creating stoploss-orders from stoploss-logic Matthias 2019-08-31 16:11:04 +02:00
  • 7c36e571d2 version bump to 2019.8-1 Matthias 2019-08-31 15:38:38 +02:00
  • 040ba5662c Merge pull request #2199 from freqtrade/fix_datadir_init hroff-1902 2019-08-30 01:54:16 +03:00
  • 2886fa288a fix documentation Matthias 2019-08-31 15:31:47 +02:00
  • 736deaae32 Add test with plot command without configuration Matthias 2019-08-31 15:26:34 +02:00
  • c9e15c2f86 Add test for new check_exchange branch Matthias 2019-08-31 15:19:59 +02:00
  • d48f03c32e check_exchange is not required for plotting Matthias 2019-08-31 15:15:30 +02:00
  • 1760a8dfbc Use subparser-name to exclude from config requires Matthias 2019-08-31 15:15:10 +02:00
  • f278fcfc3f Use plot-runmode for plot scripts Matthias 2019-08-31 15:14:57 +02:00
  • 816d942ded Merge branch 'develop' into plot_commands Matthias 2019-08-30 20:42:58 +02:00
  • 423805c9ca Small documentation improvements Matthias 2019-08-30 20:42:14 +02:00
  • a7e45c5a73 Merge pull request #2201 from freqtrade/fix/webhook hroff-1902 2019-08-30 13:33:19 +03:00
  • d060d27745 Add test for all messagetypes Matthias 2019-08-30 07:05:22 +02:00
  • 75dc174c76 support all messagetypes in webhook Matthias 2019-08-30 07:02:57 +02:00
  • d977695d48 Catch NotImplementedError when sending messages Matthias 2019-08-30 07:02:26 +02:00
  • b6b7dcd61c Test NotImplemented is cought correctly Matthias 2019-08-30 06:59:19 +02:00
  • 43ef831bf7 Merge pull request #2199 from freqtrade/fix_datadir_init hroff-1902 2019-08-30 01:54:16 +03:00
  • cabe291006 Fix test-leakage by not copying config correctly Matthias 2019-08-29 06:54:28 +02:00
  • 6b3d25b54b Fix datadir init when used wiht --exchange Matthias 2019-08-29 06:45:20 +02:00
  • 68adfc6607 Init exchange before datadir ... Matthias 2019-08-29 06:42:56 +02:00
  • ba0d7aa09c Merge pull request #2190 from freqtrade/strategy_version Matthias 2019-08-28 19:47:33 +02:00
  • 50b572a657 Merge branch 'develop' into strategy_version Matthias 2019-08-28 19:29:53 +02:00
  • 9634e516a9 Merge pull request #2196 from freqtrade/new_release Matthias 2019-08-28 19:26:35 +02:00
  • c38f3a2b9a Apply dynamic versioning to develop Matthias 2019-08-28 07:05:48 +02:00
  • 44780837f1 Version bump to 2019-8 Matthias 2019-08-28 06:33:10 +02:00
  • c6bb68bd30 Merge pull request #2192 from freqtrade/rename_teststrat Matthias 2019-08-28 06:28:19 +02:00
  • 8923c02222 docstring wording Matthias 2019-08-28 06:07:18 +02:00
  • b4685151ce Merge pull request #2191 from hroff-1902/docs-minor-fixes3 hroff-1902 2019-08-28 00:33:44 +03:00
  • 756f44fcbd highlight really important notifications hroff-1902 2019-08-28 00:20:32 +03:00
  • 51fbeed71f Rename TestStrategy to SampleStrategy Matthias 2019-08-27 06:41:07 +02:00
  • d66fb86449 Add documentation for interface_version Matthias 2019-08-27 06:32:01 +02:00
  • 40df303122 Merge pull request #2184 from hroff-1902/backtesting-minor-cleanup2 Matthias 2019-08-27 06:14:02 +02:00
  • a504abf00c minor: improvements in confuguration.md hroff-1902 2019-08-27 04:12:00 +03:00
  • d9c2b7d460 fix fetching ticker_interval from strategy hroff-1902 2019-08-26 22:31:24 +03:00
  • 0e62b8bd85 Update strategy_version to INTERFACE_VERSION Matthias 2019-08-26 20:16:03 +02:00
  • 6d1c54ed92 Merge pull request #2179 from freqtrade/timeframe_use_ccxt Matthias 2019-08-26 20:01:24 +02:00
  • b5789203f2 Merge branch 'develop' into timeframe_use_ccxt Matthias 2019-08-26 19:48:58 +02:00
  • 92011f8294 Introduce strategy_version variable Matthias 2019-08-26 19:44:33 +02:00
  • b3db1ec1a7 Merge pull request #2186 from freqtrade/dependabot/pip/develop/pytest-5.1.1 Matthias 2019-08-26 15:35:10 +02:00
  • 5f60fcb602 Merge pull request #2185 from freqtrade/dependabot/pip/develop/mkdocs-material-4.4.1 Matthias 2019-08-26 14:22:13 +02:00
  • 30a7be457c Merge pull request #2188 from freqtrade/dependabot/pip/develop/pandas-0.25.1 Matthias 2019-08-26 14:04:54 +02:00
  • 93198ed28b Merge pull request #2187 from freqtrade/dependabot/pip/develop/ccxt-1.18.1085 Matthias 2019-08-26 14:03:41 +02:00
  • 6af5135802 Bump pandas from 0.25.0 to 0.25.1 dependabot-preview[bot] 2019-08-26 08:07:30 +00:00
  • 6b233eb862 Bump ccxt from 1.18.1068 to 1.18.1085 dependabot-preview[bot] 2019-08-26 08:07:24 +00:00
  • 75e3d22043 Bump pytest from 5.1.0 to 5.1.1 dependabot-preview[bot] 2019-08-26 08:07:07 +00:00
  • e5da5f7fe7 Bump mkdocs-material from 4.4.0 to 4.4.1 dependabot-preview[bot] 2019-08-26 08:07:03 +00:00
  • 4fcfb1eaca Merge pull request #2180 from freqtrade/refactor_download Matthias 2019-08-26 06:13:19 +02:00
  • bfc68ec792 minor cleanup in Backtesting hroff-1902 2019-08-25 23:36:42 +03:00
  • ae8c5eb75f Merge pull request #2182 from freqtrade/fix/stringescaping Matthias 2019-08-25 22:09:57 +02:00
  • 513e84880e Don't escape ticks where it's not needed Matthias 2019-08-25 20:38:51 +02:00
  • 626b9bbf64 Merge pull request #2178 from freqtrade/refactor/stoploss_on_e_to_binance Matthias 2019-08-25 19:16:05 +02:00
  • da7da2ce52 Change tests to split function Matthias 2019-08-25 15:02:40 +02:00
  • 3232251fea Refactor downloading ohlcv from utils to history Matthias 2019-08-25 15:01:27 +02:00
  • e603cca7a5 Testing with now() should not pass in date/time Matthias 2019-08-25 10:53:56 +02:00
  • 8f8acf5b06 Update ccxt to have this implemented Matthias 2019-08-25 10:43:37 +02:00
  • 565a543b7b Use ccxt base methods to round timeframe Matthias 2019-08-25 10:34:56 +02:00
  • 5e12b05424 Improve test coverage Matthias 2019-08-25 10:13:35 +02:00
  • a4c8b5bf5d Move binance-specific test to test_binance.py Matthias 2019-08-25 10:08:06 +02:00
  • cbf09b5ad9 Improve docstring for Exception Matthias 2019-08-25 10:07:47 +02:00
  • 2c66b33fd1 Adapt some tests to use Binance subclass for stoplosslimit Matthias 2019-08-25 09:57:21 +02:00
  • 067c122bf3 Adapt test to use Binance class Matthias 2019-08-25 09:52:14 +02:00
  • defa1c027d Move stoploss_limit to binance subclass Matthias 2019-08-25 09:50:37 +02:00
  • ea179a8e38 stoploss_limit shall not use create_order() Matthias 2019-08-25 09:43:10 +02:00
  • 8a17615b5a move exceptionhandling from create_order() to calling functions Matthias 2019-08-24 19:41:11 +02:00
  • 95920f3b6b Merge pull request #2177 from freqtrade/fix/stoplosshandling Matthias 2019-08-25 09:33:39 +02:00
  • 365b9c3e9c Add test to correctly handle unsuccessfull ordercreation Matthias 2019-08-24 18:06:33 +02:00
  • 3f6eeda3f0 Reset stoploss_order_id when recreating fails Matthias 2019-08-24 18:06:14 +02:00
  • 3121206afe correct wrongly named test Matthias 2019-08-24 15:35:43 +02:00
  • 240936eb19 Small fixes Matthias 2019-08-24 15:21:16 +02:00
  • 1336781f8f Reorder points in documentation to group analysis points Matthias 2019-08-24 15:09:43 +02:00
  • 661cd65bdd Improvements to plot documentation Matthias 2019-08-24 15:09:33 +02:00
  • fb498795ad Improve profit-plot styling Matthias 2019-08-24 14:49:35 +02:00
  • 2ae398913d Fix bug in bt-analysis when multiple trades sell at the same time Matthias 2019-08-23 20:43:39 +02:00