Commit Graph

  • dae04e2752
    Merge pull request #3011 from freqtrade/dependabot/pip/develop/ccxt-1.23.30 Matthias 2020-03-02 10:50:25 +0100
  • 4605bdad29
    Merge pull request #3013 from freqtrade/dependabot/pip/develop/plotly-4.5.2 Matthias 2020-03-02 10:49:55 +0100
  • a17f3fb8be
    Bump plotly from 4.5.1 to 4.5.2 dependabot-preview[bot] 2020-03-02 08:39:25 +0000
  • 485075b8f2
    Bump scikit-learn from 0.22.1 to 0.22.2 dependabot-preview[bot] 2020-03-02 08:38:36 +0000
  • e204e3277b
    Bump ccxt from 1.22.95 to 1.23.30 dependabot-preview[bot] 2020-03-02 08:37:58 +0000
  • f23d57f18d Merge branch 'develop' of https://github.com/freqtrade/freqtrade into batched_hyperopt orehunt 2020-03-02 08:13:37 +0100
  • f797413c80 - added multi optimizer mode - tweaked optimizer config - dump optimizer state on disk orehunt 2020-03-02 07:47:34 +0100
  • 5b14fd5dcd Merge remote-tracking branch 'origin/more_info_hyperopt' into more_info_hyperopt Yazeed Al Oyoun 2020-03-02 02:50:53 +0100
  • 4b5ff2c94f added test Yazeed Al Oyoun 2020-03-02 02:50:27 +0100
  • 0f2697f24c fixed indent Yazeed Al Oyoun 2020-02-22 15:51:36 +0100
  • efd27bb4f1 added wins/draws/losses Yazeed Al Oyoun 2020-02-22 15:49:18 +0100
  • db1227f279
    Merge pull request #3007 from yazeed/hyperopt_interface_sort hroff-1902 2020-03-02 02:22:44 +0300
  • 77b7f95efb simple code styling fixes Yazeed Al Oyoun 2020-03-02 00:14:01 +0100
  • 8475baba4e
    Merge pull request #2995 from freqtrade/stake_curr_empty hroff-1902 2020-03-02 00:53:09 +0300
  • e20b06408c
    Merge pull request #3000 from freqtrade/fix/jupyter_example hroff-1902 2020-03-02 00:49:21 +0300
  • f08c7eedf1 Changed jobs to be dynamic for last loop Fredrik81 2020-03-01 14:35:13 +0100
  • 75b4f1a442 Fix alignment of higher values Fredrik81 2020-03-01 14:12:27 +0100
  • 0f2d771634 update docs Matthias 2020-03-01 09:46:12 +0100
  • 4d8430c687 Use string typehints to avoid import errors Matthias 2020-03-01 09:43:20 +0100
  • cd54875f03 Add documentation link to advanced functions Matthias 2020-03-01 09:40:07 +0100
  • 791148176c Add callback functions to new-strategy --template advanced Matthias 2020-03-01 09:35:53 +0100
  • 7736f8d018 Add tests for fallkback Matthias 2020-03-01 09:34:42 +0100
  • eda77aeec8 Add render_template fallback Matthias 2020-03-01 09:30:30 +0100
  • 379275e2d6 Updated tests Fredrik81 2020-03-01 03:24:04 +0100
  • 267416eced Changed test for new table printing Fredrik81 2020-03-01 03:11:00 +0100
  • e89fd33229 Fix for more arguments Fredrik81 2020-02-29 23:57:15 +0100
  • 7a4edb1cd8 Fix: When total epochs is less than cpu cores Fredrik81 2020-02-29 23:41:59 +0100
  • 0a2f854302
    Merge pull request #3001 from freqtrade/doc-nonce hroff-1902 2020-03-01 01:28:34 +0300
  • 23ae0653bd Changed table output to match hyperopt-list command Fredrik81 2020-02-29 23:24:08 +0100
  • 60f04cff4d Simplify expression Matthias 2020-02-29 20:41:03 +0100
  • 54c07e5e62
    Merge pull request #2997 from freqtrade/new_release 2020.02 Matthias 2020-02-29 19:33:12 +0100
  • 8fce82b412
    Merge pull request #3002 from freqtrade/kraken_supported Matthias 2020-02-29 19:32:43 +0100
  • 18d724f7a1 Adjust wording of supported exchanges Matthias 2020-02-29 19:22:36 +0100
  • d7373be553 Add official support for Kraken Matthias 2020-02-29 16:58:22 +0100
  • 4c39f36084 Add note about InvalidNonce to documentation Matthias 2020-02-29 16:36:33 +0100
  • 415f1dc25b
    Merge pull request #2999 from freqtrade/release_docs hroff-1902 2020-02-29 18:31:11 +0300
  • 293d1fca5c
    Merge pull request #2998 from freqtrade/try_fix_randomfailure hroff-1902 2020-02-29 18:29:54 +0300
  • 848054d140 Fix jupyter notebook example - Matthias 2020-02-29 15:53:54 +0100
  • f25adf3b12 improve and correct release documentation Matthias 2020-02-29 15:48:36 +0100
  • 9336d8ee02 Try fix random testfailure Matthias 2020-02-29 15:44:45 +0100
  • a6b48f7366 Version bump 2020.02 Matthias 2020-02-29 15:16:55 +0100
  • c6fd6a0fbf Merge branch 'master' into new_release Matthias 2020-02-29 15:16:45 +0100
  • 60579485e5 fix empty stake currency problem Matthias 2020-02-29 14:56:36 +0100
  • 5277d71913 Add test for empty stake-currency Matthias 2020-02-29 14:56:04 +0100
  • 0528af1700
    Merge pull request #2879 from freqtrade/sortino_hyperopt_loss hroff-1902 2020-02-29 11:36:27 +0300
  • 349aa2f957 Added dynamic print table function to hyperopt Fredrik81 2020-02-28 21:54:04 +0100
  • bee8e92f02
    Final changes, use sqrt i.o. statistics.pstdev hroff-1902 2020-02-28 23:50:25 +0300
  • e411717de9 No percent where ratio is to be used hroff-1902 2020-02-28 12:36:39 +0300
  • ac7fa8252b
    Merge pull request #2985 from Fredrik81/pretty-backtesting Matthias 2020-02-28 06:20:34 +0100
  • 866c51acc5
    Merge pull request #2988 from freqtrade/fix/dryrun hroff-1902 2020-02-27 22:09:18 +0300
  • a55964a622 we Must parse --dry-run before setting run-mode Matthias 2020-02-27 19:36:54 +0100
  • 5a02026f82 Add test validating behaviour Matthias 2020-02-27 19:35:58 +0100
  • c0001fcb8c
    Merge pull request #2987 from Fredrik81/table-style hroff-1902 2020-02-27 18:30:14 +0300
  • c1c0b59223
    Merge pull request #2974 from freqtrade/enhance_roi_doc hroff-1902 2020-02-27 18:18:24 +0300
  • 15e59654d9 Minor change to standardize table style. This PR will target commands. Fredrik81 2020-02-27 16:10:45 +0100
  • e5a9c81412 Add 0 entry to enhanced ROI example Matthias 2020-02-27 14:04:12 +0100
  • 55d471190a Changed table style of backtesting and alignment of headers Fredrik81 2020-02-27 13:28:28 +0100
  • 90065843a5
    Merge pull request #2983 from freqtrade/runmode hroff-1902 2020-02-27 12:22:37 +0300
  • 8623300d15
    Merge pull request #2984 from freqtrade/dependabot/docker/python-3.8.2-slim-buster Matthias 2020-02-27 08:26:20 +0100
  • bbb438bd40
    Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster dependabot-preview[bot] 2020-02-27 06:18:09 +0000
  • e5ec97495d Logging should be initialized first Matthias 2020-02-27 07:01:00 +0100
  • 893d9cde8d
    Merge pull request #2943 from Fredrik81/add-print-table hroff-1902 2020-02-27 05:22:41 +0300
  • b6839289ec Add price_side to sample config files Matthias 2020-02-26 20:03:03 +0100
  • 0fea3a7ea7 Some final polish to configurable_side Matthias 2020-02-26 19:49:54 +0100
  • 3c5e716d8f Update some documentation regarding price_side Matthias 2020-02-23 16:00:34 +0100
  • 8edc3eb5fb Use generator to generate sell price scaffold testing Matthias 2020-02-23 15:39:12 +0100
  • e1cb6f4ae3 fix and improve tests in test_freqtradebot Matthias 2020-02-23 15:06:37 +0100
  • e7b9891335 Adapt rpc tests to corrected price side Matthias 2020-02-23 14:27:03 +0100
  • e4b2949188 Change buy_rate calculation to use price_side Matthias 2020-02-23 14:13:43 +0100
  • 5f71232038 Refactor get_buy_rate to use rate variable Matthias 2020-02-23 14:08:16 +0100
  • de48a697b0 Use price_side for get_sell_rate Matthias 2020-02-23 14:06:42 +0100
  • f91d7beaa1 Fix constants wrong parenteses Matthias 2020-02-23 13:51:16 +0100
  • 30b0911645
    Merge pull request #2976 from gaugau3000/doc_update_config_section hroff-1902 2020-02-26 12:45:06 +0300
  • e6d003f8f2
    Merge pull request #2973 from freqtrade/support_non_pairs hroff-1902 2020-02-26 12:20:45 +0300
  • 297e63de0a
    Merge pull request #2970 from freqtrade/install_docs hroff-1902 2020-02-26 11:48:51 +0300
  • 8ae0f99a96 Remove duplicate section Matthias 2020-02-26 09:05:48 +0100
  • a29653b510
    Wording changes to install docs Matthias 2020-02-26 08:59:27 +0100
  • f38accb77b Return empty string if no quote / base currency can be found Matthias 2020-02-26 07:09:54 +0100
  • 4e218be51d Don't use markets[pair]['quote'] Matthias 2020-02-26 07:08:09 +0100
  • 1021ffa1c3
    Apply suggestions from code review Matthias 2020-02-26 07:00:08 +0100
  • 1e869b86f2
    Update checkout aciton to v2 Matthias 2020-02-26 06:54:04 +0100
  • af4469f073 Convert to str to avoid errors Matthias 2020-02-26 06:43:15 +0100
  • df49b98c25
    Implement wording-changes Matthias 2020-02-26 06:40:13 +0100
  • c9b6bb1229
    Merge pull request #2954 from freqtrade/rate_caching hroff-1902 2020-02-26 04:27:39 +0300
  • 5a900858d8
    Merge branch 'develop' into rate_caching hroff-1902 2020-02-26 04:04:20 +0300
  • ce2e039e5f
    Update docs/configuration.md hroff-1902 2020-02-26 01:58:32 +0300
  • 76c449c0c2 volume_pair_list_extra_doc_infos gaugau3000 2020-02-25 19:45:23 +0000
  • 7d7318a3ea fix_wrong_order_type gaugau3000 2020-02-25 19:41:20 +0000
  • a030ce9348 Reformat if condition Matthias 2020-02-25 20:22:59 +0100
  • d44f6651c4 Fix small parenteses bug Matthias 2020-02-25 19:55:23 +0100
  • cfc22577be Add timeframe_to_minutes to ROI documentation Matthias 2020-02-25 16:52:01 +0100
  • d96e842a21 added effort as new argument orehunt 2020-02-24 13:31:46 +0100
  • 47e46bf205 Add second example using dataprovider and current price Matthias 2020-02-25 14:48:46 +0100
  • 31ac4598ba Fix last occurances of pair splitting Matthias 2020-02-25 07:16:37 +0100
  • d34515a5de Remove constraint to have pairs in base/quote format Matthias 2020-02-25 07:03:11 +0100
  • e8eaa8920e Use get_base_currency instead of splitting by / Matthias 2020-02-25 07:01:31 +0100
  • e9448dc5e2 Add tsts for quote and base currency Matthias 2020-02-25 07:01:23 +0100
  • cd7efde6c0 Fixed coloring so it's only targeting the values not the table borders Fredrik81 2020-02-24 22:06:21 +0100
  • 61037ab7b8 Implement get_pair_base_curr and get_pair_quote_curr Matthias 2020-02-24 21:50:27 +0100
  • 3e4f663418 Move pairlist validation to exchange (we need to use .quote) from markets Matthias 2020-02-24 21:22:58 +0100