Commit Graph

  • 52b6f6b940
    Bump pycoingecko from 1.3.0 to 1.4.0 dependabot[bot] 2020-10-05 05:41:40 +0000
  • 0574a40693
    Bump questionary from 1.5.2 to 1.6.0 dependabot[bot] 2020-10-05 05:41:39 +0000
  • 8d4f7ce84f
    Bump ccxt from 1.34.59 to 1.35.22 dependabot[bot] 2020-10-05 05:41:39 +0000
  • 80890e0f59
    Bump flake8 from 3.8.3 to 3.8.4 dependabot[bot] 2020-10-05 05:41:37 +0000
  • 887b2fdb5e
    Bump isort from 5.5.3 to 5.5.4 dependabot[bot] 2020-10-05 05:41:23 +0000
  • 301598bac9
    Merge pull request #3818 from freqtrade/rpc/candlehistory Matthias 2020-10-04 09:34:25 +0200
  • c9b3766fa3 Remove rest_dump Matthias 2020-10-04 09:14:46 +0200
  • 63e1cba597 fix some typos Matthias 2020-10-04 09:12:52 +0200
  • 2d343c8f73
    Merge pull request #3823 from freqtrade/fix/hyperoptoutput Matthias 2020-10-03 13:42:05 +0200
  • cb74c9bcde Fix hyperopt output Matthias 2020-10-03 13:27:06 +0200
  • 176006da29 Sort imports Matthias 2020-10-02 07:00:45 +0200
  • 66b77d2f53 Fix some types Matthias 2020-10-02 06:41:28 +0200
  • 62110dc2fc Add buy / sell signal count to dataframe interface Matthias 2020-09-27 09:24:39 +0200
  • 350fcc071e Don't use __code__ Matthias 2020-09-26 16:33:48 +0200
  • b38f68b3b0 Add 404 when strategy is not found Matthias 2020-09-17 07:53:22 +0200
  • becccca3d1 Add test for __code__ loading Matthias 2020-09-17 07:38:56 +0200
  • ba10bd7756 Add strategy code to __code__ Matthias 2020-09-17 06:56:51 +0200
  • 4b6b7f8343 Add timeframe to candle return values Matthias 2020-09-14 07:59:47 +0200
  • a3d0889dab Add alpha to endpoint documentation Matthias 2020-09-13 20:09:54 +0200
  • 816c8295f1 Add test for pair_history Matthias 2020-09-11 20:45:59 +0200
  • f82d39e1b0 Enhance restclient and add tests for new api methods Matthias 2020-09-11 20:31:02 +0200
  • bb4993dc20 Add new endpoints to the documentation Matthias 2020-09-11 20:15:54 +0200
  • c0654f3caf Add resiliancy against not having a analyzed dataframe yet Matthias 2020-08-24 20:38:01 +0200
  • c59a1be154 show_config should not use freqtrade object Matthias 2020-08-01 17:55:03 +0200
  • 1de248fe38 add list_available_pairs endpoint Matthias 2020-08-01 17:49:59 +0200
  • 6a59740f83 Strategies should be a nested object Matthias 2020-08-01 17:12:32 +0200
  • 32e6ea314c Return strategy with analyzed data Matthias 2020-07-31 07:32:27 +0200
  • 18bbfdd341 Add /strategies endpoint Matthias 2020-07-31 07:31:20 +0200
  • f227f6a755 Use passed in config object to allow this to work in webserver mode Matthias 2020-07-26 20:31:11 +0200
  • bf0e75e2a5 Include data start and end date in dataframe api Matthias 2020-07-13 21:06:10 +0200
  • b93ad8840a Return date column unmodified Matthias 2020-07-11 15:20:50 +0200
  • 482f1faa88 Don't fail if no buy-signal is present Matthias 2020-07-02 08:39:07 +0200
  • f5dc10e4ae Add pair_history endpoint Matthias 2020-07-02 07:10:56 +0200
  • 677078350f Add plot_config endpoint Matthias 2020-06-23 06:49:53 +0200
  • d528c44974 Add test for pair_history Matthias 2020-06-15 08:47:43 +0200
  • 133ca9c770 Convert types to support valid json Matthias 2020-06-15 08:47:18 +0200
  • a38b33cd9c Support limiting analyzed history Matthias 2020-06-15 07:53:23 +0200
  • 9dfbc1a7ff Add analyzed_history endpoint Matthias 2020-06-12 19:32:44 +0200
  • d2111c088b
    Merge pull request #3815 from freqtrade/isort_config Matthias 2020-09-29 06:27:23 +0200
  • 7bce2cd29d Add trade duration by win/loss. Xu Wang 2020-09-28 20:30:20 +0100
  • 6977ffdbf9 Merge branch 'develop' into isort_config Matthias 2020-09-28 20:21:55 +0200
  • c410599a52
    Merge pull request #3807 from freqtrade/hyperopt_disablecontinue Matthias 2020-09-28 20:13:38 +0200
  • 2be8e8070a Add Python 3.8 to setup.py classifiers Matthias 2020-09-28 20:01:59 +0200
  • ace2879265 Don't run isort on windows - once is enough Matthias 2020-09-28 19:53:29 +0200
  • 0ea56548e4 Try fix random test failure Matthias 2020-09-28 19:50:22 +0200
  • ce228f19dc Apply isort to setup.py Matthias 2020-09-28 19:43:32 +0200
  • 9df366d943 Apply isort to tests Matthias 2020-09-28 19:43:15 +0200
  • 253b7b763e Apply isort to freqtrade codebase Matthias 2020-09-28 19:39:41 +0200
  • 201e714343 include isort to contributing Matthias 2020-09-28 17:37:14 +0200
  • 287604efd2 Add isort to project dev dependencies Matthias 2020-09-28 17:35:04 +0200
  • 7623691a5f PyPi Publis should only run for releases Matthias 2020-09-28 08:53:53 +0200
  • 17e605e130 Make it clear in samples that strategy is mandatory Matthias 2020-09-28 15:22:06 +0200
  • fe588e5722
    Merge pull request #3811 from freqtrade/dependabot/pip/develop/ccxt-1.34.59 Matthias 2020-09-28 09:56:24 +0200
  • 98a2811605 Version bump 2020.9.1 2020.9.1 Matthias 2020-09-28 08:55:17 +0200
  • 1f14c6bacd PyPi Publis should only run for releases Matthias 2020-09-28 08:53:53 +0200
  • 44e8184519 Tag image before building next image Matthias 2020-09-28 08:36:40 +0200
  • 700529fe06 Tag image before building next image Matthias 2020-09-28 08:36:40 +0200
  • f174c74094
    Merge pull request #3812 from freqtrade/dependabot/pip/develop/nbconvert-6.0.6 Matthias 2020-09-28 08:30:48 +0200
  • f3e1eddc91
    Merge pull request #3813 from freqtrade/dependabot/pip/develop/mkdocs-material-6.0.1 Matthias 2020-09-28 08:28:50 +0200
  • 5e0fa21d60
    Merge pull request #3810 from freqtrade/dependabot/pip/develop/pytest-6.1.0 Matthias 2020-09-28 08:26:42 +0200
  • c14ff2bee1
    Merge pull request #3805 from freqtrade/new_release 2020.9 Matthias 2020-09-28 07:48:54 +0200
  • dd4d458ca8
    Bump mkdocs-material from 5.5.13 to 6.0.1 dependabot[bot] 2020-09-28 05:48:15 +0000
  • 6d8fadd560
    Bump nbconvert from 6.0.4 to 6.0.6 dependabot[bot] 2020-09-28 05:48:14 +0000
  • 1dee0eed75
    Bump ccxt from 1.34.40 to 1.34.59 dependabot[bot] 2020-09-28 05:48:12 +0000
  • 48347b49fd
    Bump pytest from 6.0.2 to 6.1.0 dependabot[bot] 2020-09-28 05:48:08 +0000
  • 15bb0af1b3 Add some test-coverage Matthias 2020-09-28 00:35:19 +0200
  • 627e221b65 Use tabulate to create sell reason message. Xu Wang 2020-09-27 20:23:13 +0100
  • f3de74f817 Mock all occurances of hyperopt.dump Matthias 2020-09-27 19:48:11 +0200
  • 6e70ae6e95 Improve code quality Matthias 2020-09-27 19:40:55 +0200
  • 5769b9244f Mock test correctly Matthias 2020-09-27 19:34:47 +0200
  • 8de9c46110 Document hyperopt-filename usage Matthias 2020-09-27 17:09:33 +0200
  • 3cb1a9a5a9 Support loading results from a specific hyperopt history file Matthias 2020-09-27 17:00:23 +0200
  • c42a924df8 Load latest file Matthias 2020-09-27 16:50:22 +0200
  • ff96cf154c Keep hyperopt result history Matthias 2020-09-27 16:33:26 +0200
  • 7a652b07d5 UPdate documentation to remove --continue Matthias 2020-09-27 16:21:55 +0200
  • b736691e0e Remove hyperopt --continue Matthias 2020-09-27 16:18:28 +0200
  • 17659001d8 Version bump to 2020.9 Matthias 2020-09-27 09:51:19 +0200
  • 45f4057d3c Merge branch 'stable' into new_release Matthias 2020-09-27 09:51:07 +0200
  • 64c2b6c9a6
    Merge pull request #3791 from freqtrade/rename_master_branch Matthias 2020-09-27 09:49:19 +0200
  • 44ad0f631c Summarize trade reason for telegram command /stats. Xu Wang 2020-09-26 22:40:54 +0100
  • 6a1b1eb75a
    Merge pull request #3803 from freqtrade/bt_params Matthias 2020-09-26 15:25:34 +0200
  • bb27b236ce Remove unused arguments Matthias 2020-09-26 14:55:12 +0200
  • c56dd487f2 Fix test failure Matthias 2020-09-25 21:00:58 +0200
  • ff3e2641ae generate_backtest_stats must take config options from the strategy config Matthias 2020-09-25 20:39:00 +0200
  • fe45b79beb
    Merge pull request #3801 from freqtrade/dependabot/docker/python-3.8.6-slim-buster Matthias 2020-09-25 08:02:52 +0200
  • d49488bf0e
    Bump python from 3.8.5-slim-buster to 3.8.6-slim-buster dependabot[bot] 2020-09-25 05:47:58 +0000
  • 378f03a5b1 Add relevant parameters to stored backtest result Matthias 2020-09-25 06:37:40 +0200
  • fa18274e9a
    Merge pull request #3798 from freqtrade/fix/wallets_dont_reset Matthias 2020-09-24 19:22:14 +0200
  • 66ca596e7c
    Merge pull request #3787 from freqtrade/rpc/telegram_settings Matthias 2020-09-23 10:20:43 +0200
  • 28411da83e Add the telegram command function template. Xu Wang 2020-09-22 22:28:12 +0100
  • bb56d392a9 Fix typo in documentation Matthias 2020-09-22 20:19:46 +0200
  • 6b46a35b19 Fix bug of balances not disappearing Matthias 2020-09-22 19:37:31 +0200
  • 4b06c9e0ae Add test verifying wrong behaviour Matthias 2020-09-22 19:37:18 +0200
  • d639290f7d Merge branch 'develop' into rename_master_branch Matthias 2020-09-21 19:31:25 +0200
  • 87f6c7bbec
    Merge pull request #3794 from freqtrade/dependabot/pip/develop/ccxt-1.34.40 Matthias 2020-09-21 08:18:16 +0200
  • 6f52faf328
    Merge pull request #3795 from freqtrade/dependabot/pip/develop/nbconvert-6.0.4 Matthias 2020-09-21 08:17:40 +0200
  • a9198c1f7e
    Merge pull request #3793 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.13 Matthias 2020-09-21 08:17:21 +0200
  • 6e32ac5b3a
    Merge pull request #3792 from freqtrade/add_devcontainer Matthias 2020-09-21 07:42:57 +0200
  • be33556838
    Bump nbconvert from 6.0.2 to 6.0.4 dependabot[bot] 2020-09-21 05:40:00 +0000
  • d1b3a16c13
    Bump ccxt from 1.34.25 to 1.34.40 dependabot[bot] 2020-09-21 05:39:56 +0000