Commit Graph

  • bec86b1325 Add github actions badge Matthias 2020-02-16 15:42:41 +0100
  • 6335d81ceb Merge branch 'develop' into data_handler Matthias 2020-02-16 15:12:14 +0100
  • 7b9bd70d97
    Merge pull request #2930 from freqtrade/ftx_fix_ohlcv hroff-1902 2020-02-16 15:53:27 +0300
  • 674898bd32 Fix usage of vars in the commented out line hroff-1902 2020-02-16 15:26:40 +0300
  • 3787ac7b98 increment limit to adjust to FTX defaults (1500 candles) Matthias 2020-02-16 13:20:11 +0100
  • 42dfda9231 Adjust docstring hroff-1902 2020-02-16 13:46:07 +0300
  • fbe5cc44da Use statistics.pstdev hroff-1902 2020-02-16 13:43:23 +0300
  • 1e84b2770c Fix values of downside_returns hroff-1902 2020-02-16 04:10:53 +0300
  • 161dd1a3e6 Rename risk_free_return to minumum_accepted_return hroff-1902 2020-02-16 03:55:16 +0300
  • 36670fb5d9
    Merge pull request #2929 from yazeed/fix_status_table hroff-1902 2020-02-15 23:09:50 +0300
  • 180939a962 winner, readability, with brackets as fix Yazeed Al Oyoun 2020-02-15 21:01:45 +0100
  • 6e71f2f166 my fix Yazeed Al Oyoun 2020-02-15 20:55:12 +0100
  • 44ac2409ff
    Merge pull request #2923 from hroff-1902/status-strategies Matthias 2020-02-15 19:43:02 +0100
  • 6139239b86 Address points stated in comments hroff-1902 2020-02-15 20:43:11 +0300
  • 9d09a67dea
    Merge pull request #2925 from freqtrade/fix_edgedocs hroff-1902 2020-02-15 19:41:59 +0300
  • 87b506972f Fix edge documentation rendering Matthias 2020-02-15 13:12:29 +0100
  • c453969235
    Merge pull request #2922 from freqtrade/config_userdir hroff-1902 2020-02-15 08:00:04 +0300
  • fdd362299f Docs adjusted hroff-1902 2020-02-15 07:34:39 +0300
  • 42a5d78e60 Wording (duplicate, not duplicated) hroff-1902 2020-02-15 07:19:24 +0300
  • ddea4b9300 Fix test hroff-1902 2020-02-15 06:54:18 +0300
  • e8c0a0bcd3 Make mypy happy hroff-1902 2020-02-15 06:18:00 +0300
  • 1cf19133f4 Added missing failing strategy hroff-1902 2020-02-15 05:17:34 +0300
  • 29d9b6a46a Add test for enum failed hroff-1902 2020-02-15 04:32:10 +0300
  • 93f9ff1b63 Fix existing test hroff-1902 2020-02-15 04:22:21 +0300
  • 06b84b4086 Remove redundant code hroff-1902 2020-02-14 23:13:49 +0300
  • bba7a38144
    Merge pull request #2906 from freqtrade/fix/jupyterexample hroff-1902 2020-02-14 22:36:35 +0300
  • 47a91c9d8e Remove green color hroff-1902 2020-02-14 22:32:46 +0300
  • e598c769d4 Add colorization hroff-1902 2020-02-14 22:28:49 +0300
  • f024cc40d3 Fix windows test failure Matthias 2020-02-14 20:21:09 +0100
  • ecca7164d9 Fix small issue Matthias 2020-02-14 20:13:36 +0100
  • d5a298bbb7 Add sentence from suggestion Matthias 2020-02-14 20:12:26 +0100
  • 5efbdd25a7 Properly default to user_data/config.json if it exists Matthias 2020-02-14 20:04:05 +0100
  • ab27d2c720
    Merge pull request #2921 from hroff-1902/adjust-buy-notification Matthias 2020-02-14 20:02:56 +0100
  • c92e1d97d6 Attempt to make mypy happy hroff-1902 2020-02-14 21:52:02 +0300
  • 1bc26fd07a Add printing statuses for list-hyperopts hroff-1902 2020-02-14 21:46:22 +0300
  • be4a9b5f4b Lowercase freqtrade Matthias 2020-02-14 19:37:20 +0100
  • 9dafc2f3c8 Load config.json from user_data first Matthias 2020-02-11 20:38:29 +0100
  • a2d7f8a70d Split tabular printing into sep. helper function hroff-1902 2020-02-14 21:24:30 +0300
  • 9cbf8c5f00 Add status for listed strategies hroff-1902 2020-02-14 21:15:36 +0300
  • 3312fd34f3
    Merge pull request #2920 from hroff-1902/remove-delete-trades Matthias 2020-02-14 07:27:52 +0100
  • ee92e8dbf4
    Merge pull request #2919 from hroff-1902/adjust-main Matthias 2020-02-14 07:27:19 +0100
  • ec5d2d78dd
    Merge pull request #2918 from hroff-1902/bittrex-config Matthias 2020-02-14 07:26:49 +0100
  • 20c21b42d5 Move rpc send to be after db session add/flash hroff-1902 2020-02-14 06:23:03 +0300
  • 36ef5c6bdf Get rid of delete_trades method in Freqtradebot hroff-1902 2020-02-14 04:05:17 +0300
  • 2dea362eda
    Merge pull request #2887 from yazeed/rpc_notification_fixes hroff-1902 2020-02-14 03:51:23 +0300
  • 749463e4b7 Adjust message in main.py hroff-1902 2020-02-14 03:05:07 +0300
  • a0a14a1078 freqtrade/templates/subtemplates/exchange_bittrex.j2 hroff-1902 2020-02-14 01:08:17 +0300
  • 4cdcf00ddc
    Merge branch 'develop' into rpc_notification_fixes hroff-1902 2020-02-14 00:10:50 +0300
  • 0631fc937a
    Merge pull request #2915 from freqtrade/documentation_test hroff-1902 2020-02-13 17:27:54 +0300
  • 02148a1df2 Fix datatype styling issues Matthias 2020-02-13 15:09:09 +0100
  • a93bc74eff Update documentation ... Matthias 2020-02-13 07:04:37 +0100
  • ccc9239751 Reduce indentation of help Matthias 2020-02-13 07:02:12 +0100
  • 86592c3ba1 Fix /help from telegram Matthias 2020-02-13 06:51:52 +0100
  • 81f849811f Initcap Freqtrade Matthias 2020-02-13 06:30:59 +0100
  • 3e6209def2
    Merge pull request #2914 from freqtrade/hroff-1902-patch-1 Matthias 2020-02-13 06:28:50 +0100
  • b2328cdf4f
    Do not subtract risk_free_ratio twice hroff-1902 2020-02-13 07:07:35 +0300
  • 634bf2b15c
    Docs: Fix checking of runmode hroff-1902 2020-02-13 01:44:46 +0300
  • 007cc94474 fixed tests to send refresh, since its no longer defaulted Yazeed Al Oyoun 2020-02-12 22:03:56 +0100
  • f09af888b1 modified get_buy/sell_rate refresh to true on notify_sell_cancel and notify_buy_cancel Yazeed Al Oyoun 2020-02-12 21:55:38 +0100
  • 2e3b8cdba7 fixed flake8 issues on /help output Yazeed Al Oyoun 2020-02-12 21:51:58 +0100
  • f6db784a85 removed default to refresh argument in get_buy_rate and get_sell_rate Yazeed Al Oyoun 2020-02-12 21:50:33 +0100
  • 47874a4527 added logic to differentiate sell orders with double asterisk Yazeed Al Oyoun 2020-02-12 21:45:55 +0100
  • 2efa1c164f Revert data-location section Matthias 2020-02-12 21:43:43 +0100
  • 483cba453a Fix last occurence of data_location Matthias 2020-02-12 19:58:23 +0100
  • d6b9397579 Fix typo in datadir key Matthias 2020-02-12 06:40:13 +0100
  • 9a22ce69bd
    Merge pull request #2908 from hroff-1902/tests_load_default_strategy Matthias 2020-02-12 06:37:19 +0100
  • 4f3376e2a1 Do not instantiate directly DefaultStrategy in tests hroff-1902 2020-02-12 01:39:15 +0300
  • e73dac8d91
    Merge pull request #2905 from Fredrik81/hyperopt-more-filters hroff-1902 2020-02-11 23:46:48 +0300
  • 539343b20d Adding 2 more filter options for completeness Fredrik Rydin 2020-02-11 21:29:55 +0100
  • 7be9f0067e Update data-analysis documentation to properly initialize configuration Matthias 2020-02-11 20:45:53 +0100
  • 64fb8e28ec
    Merge pull request #2886 from freqtrade/docker_docs Matthias 2020-02-11 19:41:42 +0100
  • c35fe2c386 Add link to quick-start-guide Matthias 2020-02-11 19:29:43 +0100
  • d1c3eabb87 Changed commands to use "check_int_positive" Fredrik Rydin 2020-02-11 18:08:30 +0100
  • 899de8b27c modified tests for double partial call Yazeed Al Oyoun 2020-02-11 16:50:18 +0100
  • cde1b2b56c readded rpc status message for partial buys Yazeed Al Oyoun 2020-02-11 16:28:48 +0100
  • 5f4c209fca fixed one more occurence of executed buy, and test Yazeed Al Oyoun 2020-02-11 16:14:49 +0100
  • 4fedf1e564 default refresh TRUE on get_buy_rate and get_sell_Rate Yazeed Al Oyoun 2020-02-11 16:05:44 +0100
  • 5b4d8d69ef Adding --min-trades and --max-trades for hyperopt-list Fredrik Rydin 2020-02-11 16:02:08 +0100
  • fc29564974 Fixed messages and readability Yazeed Al Oyoun 2020-02-11 15:58:40 +0100
  • 867b736b84 Fixed to Executing Buys & Sells Yazeed Al Oyoun 2020-02-11 15:49:57 +0100
  • 7f4b90c68f fixed actual open_rate in notify_buy_cancel Yazeed Al Oyoun 2020-02-11 15:45:35 +0100
  • f99d1c3829 fixed open_rate instead of open_rate_requested Yazeed Al Oyoun 2020-02-11 15:44:47 +0100
  • 59a576ef3e
    Merge pull request #2903 from hroff-1902/fix/tests_history-2 Matthias 2020-02-11 07:14:13 +0100
  • 81997cba8a
    Merge pull request #2902 from hroff-1902/fix/tests_hyperopt_loss Matthias 2020-02-11 07:13:29 +0100
  • 57fcca9696
    Merge pull request #2904 from hroff-1902/fix/tests_backtesting_container Matthias 2020-02-11 07:02:28 +0100
  • 29f7c5071b Fix usage of an item from BTContainer in tests hroff-1902 2020-02-11 04:17:10 +0300
  • 62bcb3d766 Fix tests in test_history.py hroff-1902 2020-02-11 03:43:20 +0300
  • 2bcce33f23
    Merge pull request #2888 from Fredrik81/hyperopt-filters hroff-1902 2020-02-10 23:59:40 +0300
  • f2520c11e7 Used wrong utils.md as base Fredrik Rydin 2020-02-10 21:19:25 +0100
  • c924e4d519 Updated based on feedback: - Profit commands now use float - Compatible with --best - Corrected wrong information in docs Fredrik Rydin 2020-02-10 20:54:31 +0100
  • d442b31f84
    Merge pull request #2894 from freqtrade/hroff-1902-patch-2 Matthias 2020-02-10 19:03:09 +0100
  • df8a27fba6
    Merge pull request #2900 from freqtrade/rem_bin hroff-1902 2020-02-10 20:52:13 +0300
  • 05128d21a8
    Suggest to run flake for scripts hroff-1902 2020-02-10 20:48:49 +0300
  • faf19eda86 Break the old binary file so users are forced to reinstall Matthias 2020-02-10 17:27:47 +0100
  • d07c69809d Fix tests for hyperopt_loss hroff-1902 2020-02-10 18:32:41 +0300
  • da03c36875
    Merge pull request #2899 from freqtrade/mypy_tests hroff-1902 2020-02-10 15:43:57 +0300
  • 0ac0ca74b5
    return back hint for running mypy hroff-1902 2020-02-10 15:41:09 +0300
  • d69ddd2ac3 Apply suggestions from code review Yazeed Al Oyoun 2020-02-10 11:54:12 +0100
  • 1a544be828 Merge pull request #2898 from freqtrade/dependabot/pip/develop/mkdocs-material-4.6.2 Matthias 2020-02-10 11:03:10 +0100
  • bfccb2e96a Merge pull request #2896 from freqtrade/dependabot/pip/develop/pandas-1.0.1 Matthias 2020-02-10 11:02:54 +0100