Commit Graph

  • 6997524a04 Fix tests for additional info Matthias 2020-06-03 19:40:49 +02:00
  • 0dc1a8e037 Add profit sum to api response Matthias 2020-06-03 19:40:30 +02:00
  • f0eb0bc350 Support limit orders Matthias 2020-06-01 11:33:40 +02:00
  • 77a62b845a Fix some comments Matthias 2020-06-01 11:24:23 +02:00
  • 1d9aeef792 Support stop order in persistence Matthias 2020-06-01 10:36:23 +02:00
  • b58fd179f2 Don't hardcode pair ... Matthias 2020-06-01 10:05:14 +02:00
  • 11ebdefd09 Fix bug after rebase Matthias 2020-04-18 19:52:21 +02:00
  • 3174f37b41 adapt tests to use stoploss_* methods Matthias 2020-03-25 17:02:47 +01:00
  • cf50c1cb7b Add tests for new exchange methods Matthias 2020-03-25 17:01:45 +01:00
  • f83c1c5abf Use get_stoploss_order and cancel_stoploss_order Matthias 2020-03-25 17:01:11 +01:00
  • d90d6ed5d0 Add ftx to tested exchanges Matthias 2020-03-25 15:50:33 +01:00
  • a808fb3b10 versionbump ccxt to first version that has FTX implemented correctly Matthias 2020-03-25 15:32:52 +01:00
  • 68a59fd26d Add Hint to suggest this is still broken Matthias 2020-03-24 20:58:05 +01:00
  • 78dea19ffb Implement first version of FTX stop Matthias 2020-03-24 20:57:12 +01:00
  • 04a2fb16aa Merge pull request #3433 from freqtrade/fix/cost_calc_crash hroff-1902 2020-06-02 22:20:29 +03:00
  • ad61673d6f Fix missing key in test order Matthias 2020-06-02 21:10:12 +02:00
  • a2551daf12 Fix ZeroDivision problem where cost is 0.0 Matthias 2020-06-02 20:55:12 +02:00
  • ea954b4338 Add failing test with testcase from incident Matthias 2020-06-02 20:54:14 +02:00
  • 08049d23b4 Use "market_is_tradable" for whitelist validation Matthias 2020-06-02 20:41:29 +02:00
  • b74a3addc6 Update tests Matthias 2020-06-02 20:30:31 +02:00
  • b22e3a67d8 rename symbol_is_pair to market_is_tradable Matthias 2020-06-02 20:29:48 +02:00
  • 8550c3e43f Merge pull request #3409 from hroff-1902/exchange_logging Matthias 2020-06-02 20:27:53 +02:00
  • 48117666fe Update freqtrade/exchange/exchange.py hroff-1902 2020-06-02 21:09:23 +03:00
  • 02fca141a0 Readd ticker_interval to trade api response Matthias 2020-06-02 19:43:15 +02:00
  • 1a5dba9a79 Revert "Fix tests after merge" Matthias 2020-06-02 19:39:17 +02:00
  • ca2352921f Merge pull request #3432 from hroff-1902/fix/3404 Matthias 2020-06-02 19:13:58 +02:00
  • f4c2bb1346 Fix crash in #3404 hroff-1902 2020-06-02 19:37:08 +03:00
  • 85fedf95e8 Make mypy happy hroff-1902 2020-06-02 18:43:37 +03:00
  • edf8e39bc1 Fix tests after merge hroff-1902 2020-06-02 17:57:45 +03:00
  • 9995a5899f Fix merge hroff-1902 2020-06-02 16:25:22 +03:00
  • 64881a94e2 Merge branch 'develop' into timeframe hroff-1902 2020-06-02 15:56:34 +03:00
  • 4c82f127b3 Merge pull request #3419 from freqtrade/api_trade_response hroff-1902 2020-06-02 15:53:58 +03:00
  • 2cc47f651d Merge pull request #3408 from freqtrade/apiserver_logging hroff-1902 2020-06-02 14:32:44 +03:00
  • b106c88630 Add test case for strategy overwriting Matthias 2020-06-02 13:08:21 +02:00
  • a8005819c9 Add class-level attributes to hyperopt and strategy Matthias 2020-06-02 10:19:27 +02:00
  • 8e1a664a48 Add test for deprecation updating Matthias 2020-06-02 10:11:50 +02:00
  • 33b7046260 Update more documentation Matthias 2020-06-02 10:06:26 +02:00
  • febc95dcdf Update documentation to remove ticker_interval Matthias 2020-06-02 10:03:23 +02:00
  • f9bb1a7f22 Update more occurances of ticker_interval Matthias 2020-06-02 10:02:55 +02:00
  • af0f29e6b7 Update persistence to use timeframe Matthias 2020-06-02 10:02:24 +02:00
  • 09fe3c6f5e create compatibility code Matthias 2020-06-02 09:50:56 +02:00
  • 3e895ae74a Some more replacements of ticker_interval Matthias 2020-06-02 09:41:42 +02:00
  • 947903a4ac Use timeframe from within strategy Matthias 2020-06-02 09:36:04 +02:00
  • aff80d7331 Merge pull request #3417 from freqtrade/bt_result_store_metrics hroff-1902 2020-06-02 04:31:37 +03:00
  • 5435df84bd Merge pull request #3387 from freqtrade/rpc_blacklist hroff-1902 2020-06-02 04:10:33 +03:00
  • 4c2228a2da Merge pull request #3399 from freqtrade/fix_sell_rate_caching hroff-1902 2020-06-02 04:04:16 +03:00
  • 7b9bb5ba3d Merge pull request #3425 from freqtrade/sell_rate_raise_empty hroff-1902 2020-06-02 02:22:56 +03:00
  • 2928687acf Merge pull request #3426 from freqtrade/percent_ratio hroff-1902 2020-06-02 02:17:23 +03:00
  • 388573800c Update configuration messages Matthias 2020-06-01 20:52:33 +02:00
  • cadc50ce9b Replace more occurances of ticker_interval with timeframe Matthias 2020-06-01 20:49:40 +02:00
  • 18913db992 Replace ticker_interval with timeframe in sample configs Matthias 2020-06-01 20:47:36 +02:00
  • 950f358982 Replace occurances in test files Matthias 2020-06-01 20:47:27 +02:00
  • b2c241e607 Replace ticker_interval in all rpc files Matthias 2020-06-01 20:43:20 +02:00
  • 898def7f6c Remove ticker_interval from exchange Matthias 2020-06-01 20:39:01 +02:00
  • 009ea0639f Exchange some occurances of ticker_interval Matthias 2020-06-01 20:33:26 +02:00
  • b2025597aa Build-commands should write timeframe instead of ticker interval Matthias 2020-06-01 20:15:48 +02:00
  • 67a3c32373 Remove some occurances of percentage Matthias 2020-06-01 20:02:12 +02:00
  • 3139343946 Remove capital_available_percentage and raise instead Matthias 2020-06-01 19:58:28 +02:00
  • f6f75072ba Fix linelength Matthias 2020-06-01 19:54:05 +02:00
  • c35f9f8d39 Verify sell-rate got a value - otherwise downstream code does not work. Matthias 2020-06-01 19:45:37 +02:00
  • 65c5bba189 Fix typo in docs Matthias 2020-06-01 12:45:59 +02:00
  • 7e10ebc848 Merge pull request #3421 from freqtrade/dependabot/pip/develop/plotly-4.8.1 Matthias 2020-06-01 11:39:13 +02:00
  • e4ace5ac1b Merge pull request #3422 from freqtrade/dependabot/pip/develop/ccxt-1.29.5 Matthias 2020-06-01 11:36:56 +02:00
  • 0ed47abe5a Merge pull request #3420 from freqtrade/dependabot/pip/develop/mkdocs-material-5.2.2 Matthias 2020-06-01 11:35:16 +02:00
  • 005addf0a5 Bump ccxt from 1.28.49 to 1.29.5 dependabot-preview[bot] 2020-06-01 09:20:47 +00:00
  • 74088ba438 Bump plotly from 4.7.1 to 4.8.1 dependabot-preview[bot] 2020-06-01 09:20:01 +00:00
  • b06c1daddb Bump mkdocs-material from 5.2.1 to 5.2.2 dependabot-preview[bot] 2020-06-01 09:19:38 +00:00
  • d2b7016dff Add stop_loss_abs ... Matthias 2020-06-01 11:05:37 +02:00
  • 6dec508c5e Add new fields to tests Matthias 2020-06-01 10:56:05 +02:00
  • adde1cfee2 Add stoplosss_ratio and initial_stoploss_ratio Matthias 2020-06-01 10:53:02 +02:00
  • f6edb32a33 Run hyperopt with --print-all Matthias 2020-06-01 09:55:52 +02:00
  • d9afef8fe1 Move colorama_init to where it was Matthias 2020-06-01 09:37:10 +02:00
  • ffa93377b4 Test colorama init again (after the fixes done to progressbar) Matthias 2020-06-01 09:34:03 +02:00
  • 091693308a Correctly call show_backtest_results Matthias 2020-06-01 09:24:27 +02:00
  • ceaf32d304 Extract backtesting report generation from show_backtest_Results Matthias 2020-06-01 09:23:24 +02:00
  • f202e09b10 Extract conversion to trades list to it's own function Matthias 2020-06-01 08:56:12 +02:00
  • bf53d037b5 Merge pull request #3395 from freqtrade/new_release 2020.5 Matthias 2020-06-01 06:24:14 +02:00
  • 123a556ec8 Better exchange logging hroff-1902 2020-05-31 13:05:58 +03:00
  • 4087161d2b fix broken test Matthias 2020-05-31 10:16:56 +02:00
  • dc7f0f1187 Add api-server to default config samples Matthias 2020-05-31 09:57:31 +02:00
  • 7ad1c7e817 Allow lower verbosity level for api server Matthias 2020-05-31 09:51:45 +02:00
  • 84c50bf16c Merge pull request #3390 from freqtrade/rpc/profit hroff-1902 2020-05-30 22:06:22 +03:00
  • 96aab86e45 Merge pull request #3405 from freqtrade/remove_internals_ref hroff-1902 2020-05-30 22:02:49 +03:00
  • a162b911b6 Merge pull request #3398 from freqtrade/ccxt_config_combine hroff-1902 2020-05-30 21:49:44 +03:00
  • cc90e7b413 Show "No trades yet." when no trade happened yet Matthias 2020-05-30 19:42:09 +02:00
  • 91f84f1a43 Fix typo in close trade message Matthias 2020-05-30 19:28:30 +02:00
  • a0d6a72bc8 Update docs/configuration.md Matthias 2020-05-30 19:26:47 +02:00
  • e03bde9109 Merge pull request #3403 from freqtrade/hroff-1902-patch-2 Matthias 2020-05-30 19:21:39 +02:00
  • e505a1b840 Merge pull request #3402 from freqtrade/hroff-1902-patch-1 Matthias 2020-05-30 19:18:40 +02:00
  • 908449640a Disabledataframecheck is not in internals and does not belong there Matthias 2020-05-30 19:17:17 +02:00
  • 48915d7945 minor: Fix docs hroff-1902 2020-05-30 19:35:44 +03:00
  • 36c7089a03 Merge pull request #3394 from freqtrade/disable_dataframechecks hroff-1902 2020-05-30 19:28:38 +03:00
  • fe40e8305d fix #3401 hroff-1902 2020-05-30 18:58:11 +03:00
  • 376c536dd1 Revert "Add disable_dataframe_checks to strategy templates" Matthias 2020-05-30 16:23:33 +02:00
  • b1e6662c11 Merge pull request #3400 from freqtrade/add_stoplossid_tojson hroff-1902 2020-05-30 12:59:31 +03:00
  • a9c57e5147 Add disable_dataframe_checks to strategy templates Matthias 2020-05-30 11:46:48 +02:00
  • 97905f86be Add missing fields to to_json output of trade Matthias 2020-05-30 11:34:39 +02:00
  • 28b35178e9 Update doc wording Matthias 2020-05-30 11:24:29 +02:00
  • 57e951dbce Add orderbook sell rate to sell_rate_cache Matthias 2020-05-30 10:59:26 +02:00
  • a867fa669c Merge pull request #3397 from freqtrade/bump_pandas hroff-1902 2020-05-30 12:02:07 +03:00