Commit Graph

  • a53e9e3a98 improve tests for download_module Matthias 2019-08-17 06:58:38 +02:00
  • f7d5280f47 Replace ARGS_DOWNLOADER with ARGS_DOWNLOAD_DATA Matthias 2019-08-17 06:48:34 +02:00
  • 29c56f4447 Replace download_backtest_data script with warning message Matthias 2019-08-17 06:47:53 +02:00
  • c9207bcc00 Remove blank line at end Matthias 2019-08-16 16:01:30 +02:00
  • 132f28ad44 Add tests to correctly load / override pair-lists Matthias 2019-08-16 15:52:59 +02:00
  • b2c215029d Add tests for download_data entrypoint Matthias 2019-08-16 15:28:11 +02:00
  • 89257832d7 Don't use internal _API methods Matthias 2019-08-16 15:27:59 +02:00
  • 219d0b7fb0 Adjust documentation to removed download-script Matthias 2019-08-16 15:27:33 +02:00
  • 4e308a1a3e Resolve pairlist in configuration Matthias 2019-08-16 14:56:57 +02:00
  • 3c15e3ebdd Default load minimal config Matthias 2019-08-16 14:56:38 +02:00
  • 8655e521d7 Adapt some tests Matthias 2019-08-16 14:53:46 +02:00
  • 05deb9e09b Migrate download-script logic to utils.py Matthias 2019-08-16 14:42:44 +02:00
  • 91886120a7 use nargs for --pairs argument Matthias 2019-08-16 14:37:10 +02:00
  • 09286d4918 file_dump_json accepts Path - so we should feed it that Matthias 2019-08-16 13:04:07 +02:00
  • 161db08745 Merge pull request #2142 from hroff-1902/hyperopt-print-json Matthias 2019-08-16 11:08:54 +02:00
  • 8aaaab4163 Merge pull request #2145 from freqtrade/update_docker_image Matthias 2019-08-16 10:24:55 +02:00
  • 53db382695 Update dockerfile python version Matthias 2019-08-16 10:19:06 +02:00
  • 1b6051e4df Merge pull request #2144 from freqtrade/strategy_doc Matthias 2019-08-16 09:40:42 +02:00
  • 8d206f8308 Fix wrong warning box Matthias 2019-08-16 06:29:19 +02:00
  • b94f3e80c4 tests fixed hroff-1902 2019-08-16 04:20:12 +03:00
  • 2a842778e3 tests added hroff-1902 2019-08-16 00:49:49 +03:00
  • e525275d10 make flake and mypy happy hroff-1902 2019-08-15 23:13:46 +03:00
  • 4fa92ec0fa hyperopt: --print-json option added hroff-1902 2019-08-15 21:39:04 +03:00
  • 69eff89049 Improve comment in test_history to explain what is tested Matthias 2019-08-15 20:28:32 +02:00
  • 12677f2d42 Adjust docstring to match functioning of load_cached_data Matthias 2019-08-15 20:13:19 +02:00
  • a94a89086f Don't forward timerange to load_ticker_file Matthias 2019-08-15 20:09:00 +02:00
  • 80a71323cc Merge pull request #2141 from ahonnecke/fstring-runtime Matthias 2019-08-15 19:33:57 +02:00
  • fd77f699df f the string Ashton Honnecke 2019-08-15 10:41:02 -06:00
  • 93cf2cd19b Merge pull request #2135 from freqtrade/ohlcv_docstring Matthias 2019-08-15 16:23:42 +02:00
  • 585536835a Merge pull request #2131 from freqtrade/lock_pairs Matthias 2019-08-15 07:21:00 +02:00
  • f5e437d8c7 Change create_trade to create_trades for new test Matthias 2019-08-15 06:59:45 +02:00
  • 14c4854987 Merge branch 'develop' into lock_pairs Matthias 2019-08-15 06:56:39 +02:00
  • 3af5691b91 Merge pull request #2124 from freqtrade/fix/sell_order_hanging Matthias 2019-08-15 06:52:37 +02:00
  • 9f26c4ebdc Merge branch 'develop' into fix/sell_order_hanging Matthias 2019-08-15 06:46:12 +02:00
  • 11790fbf01 Fix typos in docstrings Matthias 2019-08-15 06:37:26 +02:00
  • f3e6bcb20c Avoid using negative indexes Matthias 2019-08-15 06:35:50 +02:00
  • e0e50115d2 Merge pull request #2136 from freqtrade/timerange_fix Matthias 2019-08-15 06:35:37 +02:00
  • b2a22f1afb Fix samll errors Matthias 2019-08-14 21:39:53 +02:00
  • 9d3322df8c Adapt history-tests to new load_cached_data header Matthias 2019-08-14 20:49:13 +02:00
  • 91d1061c73 Abstract tickerdata storing Matthias 2019-08-14 20:48:42 +02:00
  • 0ffb184eba Change some docstrings and formatting from history Matthias 2019-08-14 20:45:24 +02:00
  • 5b9711c002 adaptive roi_space hroff-1902 2019-08-14 13:25:49 +03:00
  • 096a6426db Override equality operator Matthias 2019-08-14 10:22:54 +02:00
  • 84baef922c Rename get_history to get_historic_ohlcv Matthias 2019-08-14 10:14:54 +02:00
  • 51c3a31bb5 Correct imports and calls to parse_timerange Matthias 2019-08-14 10:07:32 +02:00
  • 06fa07e73e Move parse_timerange to TimeRange class Matthias 2019-08-14 10:07:14 +02:00
  • 4da2bfefb7 Improve docstring for some downloading methods Matthias 2019-08-14 09:36:28 +02:00
  • 3b30aab8a7 Merge pull request #2132 from freqtrade/process_return_value Matthias 2019-08-14 07:23:05 +02:00
  • c2e9685e04 Merge pull request #2121 from hroff-1902/config-allow-comments Matthias 2019-08-14 06:37:33 +02:00
  • d6f5f6b7ba Add test with preexisting trades Matthias 2019-08-14 06:21:15 +02:00
  • a4ab42560f improve docstring for create_trades Matthias 2019-08-14 06:16:59 +02:00
  • a76136c010 Rename create_trade to create_trades Matthias 2019-08-14 06:16:43 +02:00
  • e35a349229 Fix spelling of interface.py docstring Matthias 2019-08-14 06:07:03 +02:00
  • 3d36747b92 preface in configuration.md reworked hroff-1902 2019-08-13 21:52:50 +03:00
  • c0784b7c33 Merge pull request #2089 from hroff-1902/hyperopt-print-colorized Matthias 2019-08-13 19:36:06 +02:00
  • 828315f675 Merge pull request #2130 from freqtrade/bad_exchanges Matthias 2019-08-13 19:34:35 +02:00
  • 4c4ba08e85 colorama added to install_requires hroff-1902 2019-08-13 19:47:38 +03:00
  • 94196c84e9 docs: explanation for --no-color and colorization schema for results hroff-1902 2019-08-13 14:25:56 +03:00
  • 9d476b5ab2 Also check 0 open trades Matthias 2019-08-13 10:34:27 +02:00
  • 0a07dfc5cf Add test verifying that multiple trades are opened in one iteration Matthias 2019-08-13 10:20:32 +02:00
  • d69f7ae471 Adapt final tests to support multi-trade creation Matthias 2019-08-13 10:15:31 +02:00
  • 974d899b33 Adapt some more tests Matthias 2019-08-13 10:12:12 +02:00
  • 6948e0ba84 Handle orderbook_depth check correctly Matthias 2019-08-13 10:12:02 +02:00
  • a325f1ce2b adapt some tests Matthias 2019-08-13 10:01:43 +02:00
  • 997eb7574a Support creating multiple trades in one iteration Matthias 2019-08-13 10:01:29 +02:00
  • 8873e0072c process_maybe_execute_buy does not need to return bool Matthias 2019-08-13 09:42:22 +02:00
  • c29389f5f3 Remove process() checks from tests Matthias 2019-08-13 09:38:21 +02:00
  • 4b8eaaf7aa freqtradebot.process() does not need to return anything Matthias 2019-08-13 09:37:56 +02:00
  • 8d813fa728 Remove return-value for _process Matthias 2019-08-13 09:36:52 +02:00
  • 28e318b646 Lock pairs for stoploss_on_exchange fills too Matthias 2019-08-13 08:47:11 +02:00
  • 2961efdc18 Initial test for locked pair Matthias 2019-08-12 20:48:21 +02:00
  • 3c589bb877 fail if known bad exchanges are detcted Matthias 2019-08-13 08:26:10 +02:00
  • d8dbea9d5b Add exchange_reasons to bad exchanges Matthias 2019-08-13 08:20:35 +02:00
  • f960ea039e Remove duplicate test Matthias 2019-08-13 08:05:51 +02:00
  • de80234165 hyperopt options updated in bot-usage.md hroff-1902 2019-08-13 00:23:41 +03:00
  • 906be7be7c Merge branch 'develop' into config-allow-comments hroff-1902 2019-08-13 00:14:19 +03:00
  • 482847a994 docs adjusted; various fixes to bot-usage.md and configuration.md hroff-1902 2019-08-13 00:10:33 +03:00
  • 58d308fd05 fix handling --no-color for edge and backtesting hroff-1902 2019-08-12 23:13:04 +03:00
  • 59acd5ec7c Lock pair for the rest of the candle in case of sells Matthias 2019-08-12 20:39:34 +02:00
  • ca739f71fb Fix default argument handling for timeframe_to_nextdate Matthias 2019-08-12 20:37:11 +02:00
  • 23a70932d2 Remove pointless tests (without config?? really?) Matthias 2019-08-12 20:36:45 +02:00
  • 1a34b9b61c --no-color option introduced hroff-1902 2019-08-12 21:07:29 +03:00
  • 8f92912852 final colorization schema hroff-1902 2019-08-10 21:59:44 +03:00
  • 2600cb7b64 simplify timeframe_next_date calculation Matthias 2019-08-12 20:04:19 +02:00
  • 200b6ea10f Add is_pair_locked Matthias 2019-08-12 19:50:22 +02:00
  • 8c1efec43a Merge pull request #2125 from freqtrade/pyup/scheduled-update-2019-08-12 Matthias 2019-08-12 17:41:25 +02:00
  • dd30d74688 Update python-rapidjson from 0.7.2 to 0.8.0 pyup-bot 2019-08-12 15:25:09 +00:00
  • 6f42d6658f Update arrow from 0.14.4 to 0.14.5 pyup-bot 2019-08-12 15:25:08 +00:00
  • c4cdd85e80 Update ccxt from 1.18.1021 to 1.18.1043 pyup-bot 2019-08-12 15:25:06 +00:00
  • 0bd71db5df Update scipy from 1.3.0 to 1.3.1 pyup-bot 2019-08-12 15:25:05 +00:00
  • feced71a6d Test closing sell-orders immediately Matthias 2019-08-12 16:47:00 +02:00
  • 444ee274d7 close dry-run orders in case of market orders Matthias 2019-08-12 16:46:34 +02:00
  • bb0b160001 Remove duplicate test Matthias 2019-08-12 16:39:21 +02:00
  • 241d510096 Handle and update sell-orders immediately if they are closed Matthias 2019-08-12 16:34:55 +02:00
  • c042d08bb7 Add lock_pairs to interface Matthias 2019-08-12 16:29:09 +02:00
  • 1ce63b5b42 Reformat tests to be easier readable Matthias 2019-08-12 16:17:06 +02:00
  • dd0ba183f8 Add timeframe_to_prev_candle Matthias 2019-08-12 16:11:43 +02:00
  • 933a553dd4 Convert timeframe to next date Matthias 2019-08-12 16:07:19 +02:00
  • af67bbde31 Test timeframe_to_x Matthias 2019-08-12 15:43:10 +02:00
  • 6310b40fc6 Merge pull request #2123 from freqtrade/hyperoptloss_help Matthias 2019-08-12 14:08:32 +02:00