Commit Graph

  • ab7f5a2bcf Added pairslist AgeFilter gambcl 2020-06-24 23:58:12 +0100
  • 5423d8588e Test for cors settings Matthias 2020-06-24 20:32:35 +0200
  • b77a105778 Add CORS_origins key to configuration Matthias 2020-06-24 20:32:19 +0200
  • 676006b99c --dl-trades should also support increasing download span Matthias 2020-06-24 17:40:23 +0200
  • 3624aec059 Typos gambcl 2020-06-24 15:21:28 +0100
  • 0509b9a8fc Show winning vs. losing trades Matthias 2020-06-24 06:43:19 +0200
  • 112906458f
    Merge pull request #3511 from freqtrade/dependabot/pip/develop/ccxt-1.30.34 Matthias 2020-06-22 15:45:29 +0200
  • 7abd59e09e
    Merge pull request #3505 from freqtrade/dependabot/pip/develop/requests-2.24.0 Matthias 2020-06-22 15:15:56 +0200
  • cfcda81fca
    Merge branch 'develop' into dependabot/pip/develop/ccxt-1.30.34 Matthias 2020-06-22 15:15:14 +0200
  • f2807143c6
    Bump ccxt from 1.30.2 to 1.30.34 dependabot-preview[bot] 2020-06-22 12:10:52 +0000
  • a7f5ab76c7
    Merge pull request #3510 from freqtrade/dependabot/pip/develop/ccxt-1.30.31 Matthias 2020-06-22 14:04:39 +0200
  • 925d51ab54
    Merge pull request #3509 from freqtrade/dependabot/pip/develop/numpy-1.19.0 Matthias 2020-06-22 13:58:13 +0200
  • b204e905c6
    Merge pull request #3508 from freqtrade/dependabot/pip/develop/scipy-1.5.0 Matthias 2020-06-22 13:57:45 +0200
  • 1854e30538
    Bump requests from 2.23.0 to 2.24.0 dependabot-preview[bot] 2020-06-22 11:56:51 +0000
  • edc49e85ad
    Merge pull request #3506 from freqtrade/dependabot/pip/develop/arrow-0.15.7 Matthias 2020-06-22 13:55:33 +0200
  • 8a3bc8fc9b
    Merge pull request #3507 from freqtrade/dependabot/pip/develop/mkdocs-material-5.3.2 Matthias 2020-06-22 13:54:19 +0200
  • 00b9dfcb95
    Merge pull request #3503 from freqtrade/dependabot/pip/develop/mypy-0.781 Matthias 2020-06-22 13:54:01 +0200
  • 9af1dae53e
    Bump numpy from 1.18.5 to 1.19.0 dependabot-preview[bot] 2020-06-22 09:48:54 +0000
  • 926fd21caf
    Merge pull request #3504 from freqtrade/dependabot/pip/develop/pandas-1.0.5 Matthias 2020-06-22 11:29:21 +0200
  • 6d82e41dd1
    Bump ccxt from 1.30.2 to 1.30.31 dependabot-preview[bot] 2020-06-22 09:17:07 +0000
  • b29f12bfad
    Bump scipy from 1.4.1 to 1.5.0 dependabot-preview[bot] 2020-06-22 09:16:00 +0000
  • dcc95d0933
    Bump mkdocs-material from 5.3.0 to 5.3.2 dependabot-preview[bot] 2020-06-22 09:15:33 +0000
  • 432c1b54bf
    Bump arrow from 0.15.6 to 0.15.7 dependabot-preview[bot] 2020-06-22 09:14:57 +0000
  • 993333a61c
    Bump pandas from 1.0.4 to 1.0.5 dependabot-preview[bot] 2020-06-22 09:14:25 +0000
  • dbf14ccf13
    Bump mypy from 0.780 to 0.781 dependabot-preview[bot] 2020-06-22 09:13:36 +0000
  • f976905728 Fix more exchange message typos Matthias 2020-06-18 20:00:18 +0200
  • 45ffb26910 Merge branch 'develop' into pr/hroff-1902/3478 Matthias 2020-06-18 19:54:46 +0200
  • eef3c01da7 Fix function header formatting Matthias 2020-06-18 19:46:03 +0200
  • f1993fb2f4 Pass analyzed dataframe to get_signal Matthias 2020-06-18 08:01:09 +0200
  • 48225e0d80 Improve interface docstrings for analyze functions Matthias 2020-06-18 07:05:06 +0200
  • f2a778d294 Combine tests for empty dataframe Matthias 2020-06-18 07:03:30 +0200
  • 8472fcfff9 Add empty to documentation Matthias 2020-06-14 11:52:42 +0200
  • ab9382434f Add test for get_analyzed_dataframe Matthias 2020-06-14 11:51:20 +0200
  • e5f7610b5d Add bot basics documentation Matthias 2020-06-14 11:38:56 +0200
  • 8b186dbe0e Add additional test scenarios Matthias 2020-06-14 10:49:15 +0200
  • 1c1a7150ae ensure confirm_trade_entry is called and has the desired effect Matthias 2020-06-14 10:27:29 +0200
  • 7c3fb111f2 Confirm execute_sell calls confirm_trade_exit Matthias 2020-06-14 10:23:49 +0200
  • 6d6e7196f4 Test trade entry / exit is called correctly Matthias 2020-06-14 10:20:23 +0200
  • 84329ad2ca Add confirm_trade* methods to abort buying or selling Matthias 2020-06-14 10:08:19 +0200
  • de676bcaba Document get_analyzed_dataframe for dataprovider Matthias 2020-06-14 10:08:06 +0200
  • 910100f1c8 Improve docstring comment Matthias 2020-06-14 07:27:13 +0200
  • dea7e3db01 Use supress_errors in strategy wrapper - ensure it's called once Matthias 2020-06-14 07:16:56 +0200
  • c047e48a47 Add errorsupression to safe wrapper Matthias 2020-06-14 07:15:24 +0200
  • bc821c7c20 Add documentation for bot_loop_start Matthias 2020-06-14 07:00:55 +0200
  • 77056a3119 Add bot_loop_start callback Matthias 2020-06-14 06:52:11 +0200
  • 7da955556d Add test for empty pair case Matthias 2020-06-13 20:04:15 +0200
  • 8166b37253 Explicitly check if dp is available Matthias 2020-06-15 14:08:57 +0200
  • 55fa514ec9 Adapt most tests Matthias 2020-06-13 19:40:58 +0200
  • 273aaaff12 Introduce .analyze() function for Strategy Matthias 2020-06-13 18:06:52 +0200
  • 95f3ac08d4 Update some comments Matthias 2020-06-13 07:09:44 +0200
  • 9794914838 store dataframe updated as tuple Matthias 2020-06-12 14:12:33 +0200
  • fd97ad9b76 Cache analyzed dataframe Matthias 2020-06-12 14:02:21 +0200
  • 79933060e5
    Merge pull request #3487 from freqtrade/fix-doc-typo hroff-1902 2020-06-17 23:38:20 +0300
  • 9ab5d2b5dd
    Merge pull request #3495 from freqtrade/hroff-1902-patch-1 Matthias 2020-06-17 22:02:57 +0200
  • 0b8cac68be
    Improve advanced-setup.md hroff-1902 2020-06-17 22:49:01 +0300
  • 3d3e6e1b5a
    Merge pull request #3493 from freqtrade/fix/2876 hroff-1902 2020-06-17 21:11:43 +0300
  • 0fc7e76ea1
    Merge pull request #3481 from muletman/patch-1 Matthias 2020-06-17 09:55:30 +0200
  • e2465f979b Correctly mock out async_reload Matthias 2020-06-17 08:33:53 +0200
  • d4fb5af456 Also reload async markets Matthias 2020-06-17 07:23:20 +0200
  • 5e99be0a32
    Merge pull request #3490 from freqtrade/fix/timeframe_collision Matthias 2020-06-17 06:14:32 +0200
  • 3517c86fa2 Fail if both ticker_interval and timeframe are present in a configuration Matthias 2020-06-16 16:02:38 +0200
  • 0b2982caed Merge branch 'develop' into hyperopt_colorama_init Matthias 2020-06-16 10:16:41 +0200
  • 9dba2a34f9 Add note for hyperopt color support on windows Matthias 2020-06-16 10:16:23 +0200
  • 9cc04c929f Fix documentation typo Matthias 2020-06-16 07:17:15 +0200
  • 5e4dd44155 Fix formatting Matthias 2020-06-15 20:55:06 +0200
  • 61ce18a4ab Slightly reword certain things - add link in FAQ Matthias 2020-06-15 19:35:57 +0200
  • e24ffebe69 Move Multiple instances section to advanced-setup.md Matthias 2020-06-15 19:24:33 +0200
  • 761407f74d
    Merge pull request #3430 from freqtrade/timeframe Matthias 2020-06-15 13:47:26 +0200
  • fad4723eae
    Merge pull request #3483 from freqtrade/dependabot/pip/develop/flake8-3.8.3 Matthias 2020-06-15 13:35:03 +0200
  • df90d631fb
    Bump flake8 from 3.8.2 to 3.8.3 dependabot-preview[bot] 2020-06-15 10:05:20 +0000
  • 811ef01fc0
    Merge pull request #3482 from freqtrade/dependabot/pip/develop/mkdocs-material-5.3.0 Matthias 2020-06-15 12:05:05 +0200
  • af610a1720
    Merge pull request #3484 from freqtrade/dependabot/pip/develop/ccxt-1.30.2 Matthias 2020-06-15 12:04:20 +0200
  • 17753f1afd
    Merge pull request #3485 from freqtrade/dependabot/pip/develop/pytest-cov-2.10.0 Matthias 2020-06-15 12:04:07 +0200
  • f38f3643f5
    Bump pytest-cov from 2.9.0 to 2.10.0 dependabot-preview[bot] 2020-06-15 09:02:34 +0000
  • d66050522c
    Bump ccxt from 1.29.52 to 1.30.2 dependabot-preview[bot] 2020-06-15 09:02:14 +0000
  • 1853350c7d
    Bump mkdocs-material from 5.2.3 to 5.3.0 dependabot-preview[bot] 2020-06-15 09:01:05 +0000
  • dfc44e5b32
    Merge pull request #3461 from felpasl/format_minimal_roi_opt Matthias 2020-06-15 10:03:28 +0200
  • a3506f4d8e Merge branch 'develop' into timeframe Matthias 2020-06-15 06:35:55 +0200
  • d337fb6c6a Update some comments Matthias 2020-06-15 06:35:31 +0200
  • 837aedb0c7
    Docs: Run multiple instances for new users muletman 2020-06-14 17:03:18 +0100
  • f80b5f9410
    Merge pull request #3438 from freqtrade/ftx_stoploss Matthias 2020-06-14 07:02:15 +0200
  • 534c242d1b Apply typography to test too Matthias 2020-06-14 06:33:08 +0200
  • f6f7c99b9c
    Adjust typography and add missing space Matthias 2020-06-14 06:31:05 +0200
  • de36f3d850 Cosmetics in freqtradebot hroff-1902 2020-06-14 01:42:45 +0300
  • 4660909e95 Validate stoploss_on_exchange_limit_ratio at startup time hroff-1902 2020-06-14 01:07:00 +0300
  • 1bf333d320 Minor: fix test hroff-1902 2020-06-14 00:57:13 +0300
  • be03c22dba Minor: Fix exception message hroff-1902 2020-06-14 00:35:58 +0300
  • ea77edce05
    Make flake happy hroff-1902 2020-06-13 18:54:54 +0300
  • d52198d15e
    Merge pull request #3468 from hroff-1902/cleanup_async_markets Matthias 2020-06-13 17:28:11 +0200
  • 3d9b107761
    Changes after review hroff-1902 2020-06-13 17:12:37 +0300
  • 37bc2d28ad Revert "Remove _load_async_markets" hroff-1902 2020-06-13 13:34:29 +0300
  • e5363185a5
    Merge pull request #3476 from tehnuge/develop hroff-1902 2020-06-13 11:25:01 +0300
  • 9890e26aeb fix SQL cheatsheet query (#3475) John Duong 2020-06-12 22:10:18 -0700
  • a0a00b74e2
    Merge pull request #3474 from codaxe/develop Matthias 2020-06-12 19:26:02 +0200
  • 9615614e48
    Update hyperopt.md CoDaXe 2020-06-12 13:13:10 -0400
  • 12d3a234c1
    Merge pull request #3471 from freqtrade/fix/3465 hroff-1902 2020-06-12 07:57:37 +0300
  • ab2f5579d8
    Update strategy-customization.md CoDaXe 2020-06-11 20:34:14 -0400
  • 1e7826f392 Explicitly raise OperationalException if markets are not loaded correctly Matthias 2020-06-10 19:57:59 +0200
  • c66ca957d9 Add test verifying this behaviour Matthias 2020-06-10 19:57:47 +0200
  • 06799b13cf
    Merge pull request #3470 from Theagainmen/Telegram_emojis_V2 Matthias 2020-06-10 19:55:12 +0200