Commit Graph

  • f29b04b4d2 Merge pull request #3891 from freqtrade/dependabot/pip/develop/python-rapidjson-0.9.3 Matthias 2020-10-26 08:22:12 +01:00
  • 4146b45c6e Merge pull request #3888 from freqtrade/dependabot/pip/develop/urllib3-1.25.11 Matthias 2020-10-26 07:28:16 +01:00
  • 066ea45ce0 Bump plotly from 4.11.0 to 4.12.0 dependabot[bot] 2020-10-26 05:45:39 +00:00
  • 95d11bd0d2 Bump python-rapidjson from 0.9.1 to 0.9.3 dependabot[bot] 2020-10-26 05:45:34 +00:00
  • 2831a78d0e Bump ccxt from 1.36.66 to 1.36.85 dependabot[bot] 2020-10-26 05:45:33 +00:00
  • df5e6aa58b Bump aiohttp from 3.6.3 to 3.7.1 dependabot[bot] 2020-10-26 05:45:32 +00:00
  • 3439e6c5c4 Bump urllib3 from 1.25.10 to 1.25.11 dependabot[bot] 2020-10-26 05:45:13 +00:00
  • 299dfe560a Merge pull request #3884 from freqtrade/fix/downloaddata_exception Matthias 2020-10-23 14:27:31 +02:00
  • b8c12f6576 Test if return value is an exception when downloading historic data Matthias 2020-10-23 07:45:11 +02:00
  • 2e7367d647 Merge pull request #3881 from apneamona/unfilledtimeout.buy/sell-addition Matthias 2020-10-22 15:18:37 +02:00
  • 50e7418d24 Merge branch 'develop' into pr/imxuwang/3799 Matthias 2020-10-22 08:05:09 +02:00
  • 9999017953 Fix small bug in case of duplicate locks Matthias 2020-10-22 08:04:48 +02:00
  • 2f91f87ad3 Merge branch 'develop' into pr/imxuwang/3799 Matthias 2020-10-22 07:55:48 +02:00
  • 71410a5a1e Merge pull request #3879 from freqtrade/persist_pairlocks Matthias 2020-10-22 07:50:58 +02:00
  • cd8610cb24 Update readme.md files Matthias 2020-10-22 07:50:09 +02:00
  • ffcc47d8dd Cleanup sql cheatsheet Matthias 2020-10-22 07:42:47 +02:00
  • cf1a726198 Rename table to be inline with other table naming Matthias 2020-10-22 07:35:25 +02:00
  • a143f7bc43 Improve pairlock docstrings Matthias 2020-10-21 19:35:57 +02:00
  • 66efb5ccf1 Merge pull request #3880 from deeppaz/patch-1 Matthias 2020-10-21 19:27:01 +02:00
  • 42d9e2e7dc update quick start steps pure 2020-10-21 17:06:26 +03:00
  • fd6018f67a Fix dependency sorting Matthias 2020-10-21 06:21:13 +02:00
  • adffd402ea Replace some pointless occurances of arrow Matthias 2020-10-20 20:11:38 +02:00
  • 7a092271c5 Merge branch 'develop' into arrow_deprecation_timestamp Matthias 2020-10-20 20:01:54 +02:00
  • 5f63fdd8ad Use better lock message Matthias 2020-10-20 19:39:38 +02:00
  • 64e680d7ee Document new api method Matthias 2020-10-18 10:48:39 +02:00
  • 1156f5e686 Use constant for times Matthias 2020-10-17 20:32:23 +02:00
  • 0daf77f313 Don't check for lock start date Matthias 2020-10-17 19:41:58 +02:00
  • cd2866eaec Add rest endpoint for /locks Matthias 2020-10-17 17:58:07 +02:00
  • 7a9768ffa6 Add /locks Telegram endpoint Matthias 2020-10-17 15:15:35 +02:00
  • 7caa6cfe31 Add tests for pairlock Matthias 2020-10-17 11:40:01 +02:00
  • e513871fd5 Persist pairlocks Matthias 2020-10-17 11:28:34 +02:00
  • 6eab20e337 Use constant to format datetime Matthias 2020-10-17 11:25:42 +02:00
  • 2d04c2dd4f Fix small bug when cancel-order does not contain id Matthias 2020-10-20 06:24:46 +02:00
  • f6da9e358a Merge pull request #3878 from freqtrade/dependabot/pip/develop/ccxt-1.36.66 Matthias 2020-10-19 15:16:42 +02:00
  • 3e7c9bd485 Bump ccxt from 1.36.12 to 1.36.66 dependabot[bot] 2020-10-19 11:57:03 +00:00
  • 06293b2489 Merge pull request #3875 from freqtrade/dependabot/pip/develop/questionary-1.7.0 Matthias 2020-10-19 08:23:08 +02:00
  • f799a81c44 Merge pull request #3876 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.0 Matthias 2020-10-19 07:57:23 +02:00
  • 667f1b8b8c Merge pull request #3845 from freqtrade/feat/backtest_speedup_serialize Matthias 2020-10-19 07:52:33 +02:00
  • 340f25bd42 Merge pull request #3874 from freqtrade/dependabot/pip/develop/scipy-1.5.3 Matthias 2020-10-19 07:51:01 +02:00
  • b7eec3fc82 Bump mkdocs-material from 6.0.2 to 6.1.0 dependabot[bot] 2020-10-19 05:37:57 +00:00
  • 8975558595 Bump questionary from 1.6.0 to 1.7.0 dependabot[bot] 2020-10-19 05:37:54 +00:00
  • 7997298538 Bump scipy from 1.5.2 to 1.5.3 dependabot[bot] 2020-10-19 05:37:36 +00:00
  • 1c27aaab72 Declare type of 'dur'. Xu Wang 2020-10-18 20:24:13 +01:00
  • cf2ae788d7 Convert backtesting rows to Tuples for performance gains Matthias 2020-10-18 17:16:57 +02:00
  • 5d3a67d324 Don't debug-log during backtesting. Matthias 2020-10-18 16:38:16 +02:00
  • b80a219d03 Improve typehints for backtesting Matthias 2020-10-18 16:35:23 +02:00
  • 380e6628e0 Merge branch 'develop' into feat/backtest_speedup_serialize Matthias 2020-10-18 16:19:04 +02:00
  • 2591a34db4 Don't use arrow objects for backtesting Matthias 2020-10-18 16:18:52 +02:00
  • 7a9208a8d7 Merge pull request #3873 from sanket-k/develop Matthias 2020-10-17 15:17:29 +02:00
  • cd940daaf4 updated discord link to documentation. sanket-k 2020-10-17 17:17:43 +05:30
  • f64ed6b878 Merge pull request #3871 from freqtrade/persistence/renameinit Matthias 2020-10-16 08:26:35 +02:00
  • 8cdc795a44 Rename persistence.init to init_db Matthias 2020-10-16 07:39:12 +02:00
  • 685d18940a specify min-version for arrow Matthias 2020-10-16 08:13:31 +02:00
  • ec713ff5ae Convert _rpc_analysed_history_full to static method Matthias 2020-10-16 06:26:57 +02:00
  • 8ae193f638 Merge pull request #3868 from freqtrade/fix/3865 Matthias 2020-10-14 20:28:04 +02:00
  • 07da21e633 Fix problem when limit is > max allowed limit Matthias 2020-10-13 20:38:02 +02:00
  • 8165cc11df Change get_next_limit_in_list to use list comprehension Matthias 2020-10-13 20:29:51 +02:00
  • 2ed20eee4e Configs should default to dry-run Matthias 2020-10-13 20:10:50 +02:00
  • 8962b6d5c9 Add Bittrex subclass to correctly handle L2 orderbook Matthias 2020-10-13 20:09:43 +02:00
  • 077374ac42 Implement generic solution for l2 limited limit Matthias 2020-10-13 20:02:47 +02:00
  • 886abe36c9 Merge pull request #3860 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.8 Matthias 2020-10-13 16:44:57 +02:00
  • d7bbda9659 Merge pull request #3859 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.20 Matthias 2020-10-13 16:38:06 +02:00
  • 6a0ab83684 Bump sqlalchemy from 1.3.19 to 1.3.20 dependabot[bot] 2020-10-13 13:20:24 +00:00
  • 46f3ec1d0a Merge pull request #3864 from freqtrade/dependabot/pip/develop/ccxt-1.36.12 Matthias 2020-10-13 15:19:20 +02:00
  • 7c1402ef11 Bump prompt-toolkit from 3.0.7 to 3.0.8 dependabot[bot] 2020-10-13 13:06:37 +00:00
  • f231a08202 Merge pull request #3861 from freqtrade/dependabot/pip/develop/colorama-0.4.4 Matthias 2020-10-13 15:05:30 +02:00
  • a0718ad8cb Merge pull request #3862 from freqtrade/dependabot/pip/develop/isort-5.6.4 Matthias 2020-10-13 15:05:07 +02:00
  • fd9c8df049 Bump ccxt from 1.36.2 to 1.36.12 dependabot[bot] 2020-10-13 12:39:47 +00:00
  • 5f5fc513fa Bump isort from 5.6.3 to 5.6.4 dependabot[bot] 2020-10-13 12:39:35 +00:00
  • 43532a2ffa Bump colorama from 0.4.3 to 0.4.4 dependabot[bot] 2020-10-13 12:39:31 +00:00
  • ecddaa663b Convert timestamp to int_timestamp for all arrow occurances Matthias 2020-10-12 19:58:04 +02:00
  • 5f0d1d609e Merge pull request #3855 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.0 Matthias 2020-10-13 06:23:15 +02:00
  • 0b0b9c5d45 Merge branch 'develop' into dependabot/pip/develop/python-telegram-bot-13.0 Matthias 2020-10-13 06:12:35 +02:00
  • 10651599dd Merge pull request #3854 from freqtrade/dependabot/pip/develop/mypy-0.790 Matthias 2020-10-12 20:25:01 +02:00
  • 2a383f8785 Merge branch 'develop' into dependabot/pip/develop/mypy-0.790 Matthias 2020-10-12 20:11:41 +02:00
  • 5aa0d3e05c Add multidict and aiohttp requirements Matthias 2020-10-12 20:08:40 +02:00
  • a39898a5b3 Fix mock for telegram update Matthias 2020-10-12 19:44:13 +02:00
  • 44e374878c Fix mypy errors due to new version Matthias 2020-10-12 19:28:14 +02:00
  • f299c4188b Bump python-telegram-bot from 12.8 to 13.0 dependabot[bot] 2020-10-12 08:13:28 +00:00
  • 38cbf2f902 Merge pull request #3852 from freqtrade/dependabot/pip/develop/isort-5.6.3 Matthias 2020-10-12 10:12:56 +02:00
  • 94bc5356b7 Merge pull request #3856 from freqtrade/dependabot/pip/develop/ccxt-1.36.2 Matthias 2020-10-12 10:12:34 +02:00
  • e39c2f4a96 Bump ccxt from 1.35.22 to 1.36.2 dependabot[bot] 2020-10-12 07:35:11 +00:00
  • 9d2b3b2edb Merge pull request #3851 from freqtrade/dependabot/pip/develop/arrow-0.17.0 Matthias 2020-10-12 09:34:14 +02:00
  • 623cee61e6 Bump isort from 5.5.4 to 5.6.3 dependabot[bot] 2020-10-12 07:31:08 +00:00
  • 2a2856e2dd Merge pull request #3853 from freqtrade/dependabot/pip/develop/nbconvert-6.0.7 Matthias 2020-10-12 09:30:02 +02:00
  • 8363faf358 Merge pull request #3850 from freqtrade/dependabot/pip/develop/pandas-1.1.3 Matthias 2020-10-12 09:29:24 +02:00
  • 80569c5f21 Bump mypy from 0.782 to 0.790 dependabot[bot] 2020-10-12 05:43:38 +00:00
  • a33865e8c2 Bump nbconvert from 6.0.6 to 6.0.7 dependabot[bot] 2020-10-12 05:43:37 +00:00
  • a2bc9d60a0 Bump arrow from 0.16.0 to 0.17.0 dependabot[bot] 2020-10-12 05:43:23 +00:00
  • 491af5a0cb Bump pandas from 1.1.2 to 1.1.3 dependabot[bot] 2020-10-12 05:43:19 +00:00
  • fa7dc742d0 Plot-image should have freqtrade as entrypoint Matthias 2020-10-12 06:07:57 +02:00
  • 3d911557d1 Fix typo in docs Matthias 2020-10-11 08:37:47 +02:00
  • 23bad8fd9f Rename DefahltHyperoptLoss function to ShortTradeDurHyperOptLoss Matthias 2020-10-10 14:22:29 +02:00
  • 028dd8be3e Merge pull request #3842 from freqtrade/edge_docs Matthias 2020-10-10 14:13:25 +02:00
  • 62859455f7 Merge pull request #3847 from freqtrade/edge_fix_nan Matthias 2020-10-09 10:27:41 +02:00
  • 8fdcb600bc Merge pull request #3849 from freqtrade/improve_docstructure Matthias 2020-10-09 09:28:21 +02:00
  • cedddd02da Install mkdocs for ci Matthias 2020-10-09 09:08:58 +02:00
  • f43bd250a2 Extract pairlists from configuration Matthias 2020-10-09 09:02:44 +02:00
  • 53984a059f Configure mkdocs to allow page includes Matthias 2020-10-09 09:02:20 +02:00
  • 59b00ad662 Add test for only-win scenario Matthias 2020-10-09 06:47:02 +02:00