Commit Graph

  • 200111fef6 fix method return value Ork Blutt 2020-04-06 16:07:43 +0200
  • 2444fb9cd6 fix broken tests: remove duplicated value Ork Blutt 2020-04-06 15:56:57 +0200
  • 20abb379aa trim trades to the available ohlcv data before plotting profits orehunt 2020-04-06 15:49:59 +0200
  • c1f9595086 fix broken tests Ork Blutt 2020-04-06 15:49:24 +0200
  • d5609d4997 Changed back to progressbar2 for better handling of logger. Coloring still needs some work (bug + what colors to use) Fredrik81 2020-04-06 13:12:32 +0200
  • 4a85422ce0
    Merge pull request #3143 from freqtrade/dependabot/pip/develop/pytest-mock-3.0.0 Matthias 2020-04-06 11:56:15 +0200
  • 56d22675bc
    Merge pull request #3142 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.5.1 Matthias 2020-04-06 11:55:52 +0200
  • f72db44bd7
    Merge pull request #3141 from freqtrade/dependabot/pip/develop/flask-1.1.2 Matthias 2020-04-06 11:55:27 +0200
  • 815660c070 fix tests Ork Blutt 2020-04-06 11:32:00 +0200
  • be76e3c554
    Bump python-telegram-bot from 12.5 to 12.5.1 dependabot-preview[bot] 2020-04-06 09:23:21 +0000
  • 914303a7c5
    Merge pull request #3140 from freqtrade/dependabot/pip/develop/plotly-4.6.0 Matthias 2020-04-06 11:22:39 +0200
  • 27a6787a77
    Merge pull request #3139 from freqtrade/dependabot/pip/develop/ccxt-1.25.81 Matthias 2020-04-06 11:21:53 +0200
  • 0b30cb7f8f
    Bump pytest-mock from 2.0.0 to 3.0.0 dependabot-preview[bot] 2020-04-06 09:11:33 +0000
  • 144d252e19
    Bump flask from 1.1.1 to 1.1.2 dependabot-preview[bot] 2020-04-06 09:10:30 +0000
  • 5de7ee3bdb
    Bump plotly from 4.5.4 to 4.6.0 dependabot-preview[bot] 2020-04-06 09:10:07 +0000
  • a1e81a51ef
    Bump ccxt from 1.25.38 to 1.25.81 dependabot-preview[bot] 2020-04-06 09:09:54 +0000
  • 6256025c73 various adjustement from PR discussion Ork Blutt 2020-04-06 11:00:31 +0200
  • 8555c5b211 fix return value Ork Blutt 2020-04-05 17:03:51 +0200
  • 15c45b984d removing whitespace Ork Blutt 2020-04-05 16:47:46 +0200
  • 0a14d5ec46 trades history RPC Ork Blutt 2020-04-05 16:14:02 +0200
  • 41d5c40f10 Correctly test drawdown plot Matthias 2020-04-05 14:43:01 +0200
  • 4e907e2304 Use timeframe_to_prev_date to move trade-date to candle Matthias 2020-04-05 14:35:53 +0200
  • e204170eb6 Fix max_drawdown bug finding low before high! Matthias 2020-04-05 14:29:40 +0200
  • a99c53f1ec Add test showing that high is before low Matthias 2020-04-05 14:29:03 +0200
  • d4dde01140 Add test Matthias 2020-04-02 20:23:20 +0200
  • c465552df4 Update comment to mention .copy() usage Matthias 2020-04-02 20:17:54 +0200
  • de47186263 Use .loc for assignments Matthias 2020-01-25 11:42:31 +0100
  • 3fcd531eac Copy dataframe in interfac.py (reduces memory consumption) Matthias 2019-11-04 20:19:43 +0100
  • cf6e6488c7 Fix filename handling with --strategy-list Matthias 2020-04-02 17:29:18 +0200
  • 46f1d1f39f Failing test might be incompatibility Matthias 2020-04-02 11:54:30 +0200
  • 9d7ad23d42 Fix test leakage Matthias 2020-04-02 08:20:50 +0200
  • 5ff6680049
    Merge pull request #1 from freqtrade/develop svalovic 2020-04-01 22:18:37 +0200
  • eab6c9c5f2 Fix message Matthias 2020-04-01 20:50:00 +0200
  • 0d51383b57 Format logmessages correctly Matthias 2020-04-01 20:31:21 +0200
  • 5739ee6e15 Add test for trades data conversation Matthias 2020-04-01 20:12:28 +0200
  • 437d4cda5d Add test data for trades Matthias 2020-04-01 20:12:13 +0200
  • ba03d96961 Test 5s offset on since Matthias 2020-04-01 20:04:36 +0200
  • ff9caf790b remove trade duplicates in datahandler Matthias 2020-04-01 07:58:39 +0200
  • 0506caf986 Implement trades_remove_dulicates Matthias 2020-04-01 07:23:43 +0200
  • 59f1a061f7 adapt exchange tests to use lists instead of dicts Matthias 2020-04-01 06:53:58 +0200
  • b95e9fe351 Fix mocks to return correct things Matthias 2020-04-01 06:53:04 +0200
  • bac0eaab03 fix convert to ohlcv Matthias 2020-03-31 20:46:42 +0200
  • d76bb1ccf4 Use List of Lists instead of list of Dicts for trades data Matthias 2020-03-31 20:20:10 +0200
  • 1659ddcc5d Add conversion function from fetch_trades to list Matthias 2020-03-31 20:12:01 +0200
  • 8bfbbac748 Add default trades columns Matthias 2020-03-31 07:18:13 +0200
  • 2915917680
    Merge pull request #3107 from orehunt/check_dataframe_after_signals hroff-1902 2020-03-31 20:08:03 +0300
  • 45fb4d25ab use equality instead of index for row lookups orehunt 2020-03-31 18:47:53 +0200
  • 92bd550851
    Merge pull request #3126 from freqtrade/max_drawdown_percent hroff-1902 2020-03-30 21:37:23 +0300
  • 54d20cb81c Plot percent correctly Matthias 2020-03-30 20:08:07 +0200
  • 9e1f7cb71c
    Merge pull request #3122 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.5 Matthias 2020-03-30 12:00:47 +0200
  • f93cc52dcc
    Merge pull request #3124 from freqtrade/dependabot/pip/develop/ccxt-1.25.38 Matthias 2020-03-30 11:55:26 +0200
  • 372f7f3e88
    Merge pull request #3125 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.5 Matthias 2020-03-30 11:55:03 +0200
  • e0861b9381
    Merge pull request #3123 from freqtrade/dependabot/pip/develop/flake8-tidy-imports-4.1.0 Matthias 2020-03-30 11:54:19 +0200
  • d8d6fe3574
    Bump python-telegram-bot from 12.4.2 to 12.5 dependabot-preview[bot] 2020-03-30 08:58:54 +0000
  • 2de10d4c56
    Bump ccxt from 1.24.83 to 1.25.38 dependabot-preview[bot] 2020-03-30 08:58:21 +0000
  • 7e60e0549a
    Bump flake8-tidy-imports from 4.0.0 to 4.1.0 dependabot-preview[bot] 2020-03-30 08:57:16 +0000
  • 7e1719cfc7
    Bump prompt-toolkit from 3.0.4 to 3.0.5 dependabot-preview[bot] 2020-03-30 08:56:50 +0000
  • 3a7199834d
    Merge pull request #3121 from freqtrade/remove_defaultstrategy hroff-1902 2020-03-30 09:22:02 +0300
  • f1b92e2569 Improve wording of documentation Matthias 2020-03-30 08:11:38 +0200
  • a5d00ce717 Remove defaultstrategy occurance from docs Matthias 2020-03-30 07:56:17 +0200
  • 83cc121b70 Add tsts for assert_df (ensuring it raises when it should) Matthias 2020-03-29 11:44:36 +0200
  • cd2e738e35 Add test for assert error Matthias 2020-03-29 11:40:13 +0200
  • 0887a0212c Adjust tests to pass validation Matthias 2020-03-29 11:29:31 +0200
  • 78aa658255 Remove unnecessary test (it's a copy of the remaining test) Matthias 2020-03-29 11:27:40 +0200
  • 9abfdaaaa2
    Merge pull request #3119 from freqtrade/new_release 2020.3 Matthias 2020-03-28 19:49:39 +0100
  • da191e4ac8 Version bump 2020.3 Matthias 2020-03-28 17:45:44 +0100
  • 75de96ae6d Merge branch 'master' into new_release Matthias 2020-03-28 17:45:17 +0100
  • ef4426a65c added comma Yazeed Al Oyoun 2020-03-27 03:01:51 +0100
  • 3ef568029f different exception messages orehunt 2020-03-26 07:05:30 +0100
  • 39ea126698
    Merge pull request #3090 from freqtrade/remove_partial_candle_docs hroff-1902 2020-03-25 19:55:44 +0300
  • 95011919d3 Remove questionable handling of orders Matthias 2020-03-25 10:45:05 +0100
  • 3c1b155e9f Remove filled if amount is modified to suit fee structure Matthias 2020-03-24 20:05:25 +0100
  • 1e2fadbc02 Fix failing test Matthias 2020-03-24 19:54:13 +0100
  • f04f606b70 Updateing order amount should use filled - not amount if possible Matthias 2020-03-24 19:53:50 +0100
  • 19e5dbddc6 Add filled to all orders Matthias 2020-03-24 19:53:35 +0100
  • f3103be15c Fix test Matthias 2020-03-24 17:20:16 +0100
  • 700cedc573 Unify handling of open orders to update_trade_state Matthias 2020-03-24 17:17:40 +0100
  • 7c47c6e3bd check for timeouts before exiting positions Matthias 2020-03-24 17:16:35 +0100
  • 270ac2e8c1 Add check_order_cancelled_empty method to exchange Matthias 2020-03-24 17:15:47 +0100
  • 9c351007f5 Provide reason for cancelled sell order Matthias 2020-03-24 17:12:24 +0100
  • 1817e6fbdf Combine real_amount updating into one method Matthias 2020-03-24 16:16:19 +0100
  • 91b058cf11 Fix typo in tests Matthias 2020-03-24 16:16:10 +0100
  • 53efc56b8a
    Merge pull request #3096 from freqtrade/max_open_trades Matthias 2020-03-25 09:37:40 +0100
  • 6f687c97ce
    Update docs/configuration.md Matthias 2020-03-25 09:24:37 +0100
  • be5b68627c
    Merge pull request #3093 from freqtrade/trades_abs_profit hroff-1902 2020-03-25 11:13:56 +0300
  • dfac7448d1
    fix typo Matthias 2020-03-25 08:33:22 +0100
  • 4ea6f9d7eb
    Merge pull request #3110 from freqtrade/fix_random_test Matthias 2020-03-25 08:32:45 +0100
  • d9a5e1cd48
    Update docs/exchanges.md Matthias 2020-03-25 08:30:18 +0100
  • 65f19fde40
    Merge pull request #3097 from freqtrade/parse_config_error hroff-1902 2020-03-25 09:18:16 +0300
  • be41981ef0 Test warnings with filter always on Matthias 2020-03-24 20:10:15 +0100
  • e697b5612a - An helper strategy that runs signals evaluation concurrently orehunt 2020-03-24 16:33:33 +0100
  • 0f53e646fd check that the strategy dataframe matches the one given by the bot orehunt 2020-03-24 13:54:46 +0100
  • 6b9bc7c83f - reduction of pickling time by using epochs to load points - use object state just for rng and init points status, don't save models or points - other counting edge cases fixes orehunt 2020-03-24 12:06:35 +0100
  • 0a87fe76a3 unified language Yazeed Al Oyoun 2020-03-23 11:17:56 +0100
  • 030c487d6b
    Merge pull request #3100 from freqtrade/dependabot/pip/develop/pandas-1.0.3 Matthias 2020-03-23 10:41:06 +0100
  • 51edddcaf6
    Merge pull request #3101 from freqtrade/dependabot/pip/develop/ccxt-1.24.83 Matthias 2020-03-23 10:21:46 +0100
  • cb1bc5d5ab
    Bump pandas from 1.0.2 to 1.0.3 dependabot-preview[bot] 2020-03-23 09:15:43 +0000
  • 9b43d9d75e
    Merge pull request #3099 from freqtrade/dependabot/pip/develop/tabulate-0.8.7 Matthias 2020-03-23 10:15:31 +0100
  • c3787afa2e
    Merge pull request #3098 from freqtrade/dependabot/pip/develop/numpy-1.18.2 Matthias 2020-03-23 10:14:25 +0100
  • 98dc4b4ca3
    Bump ccxt from 1.24.31 to 1.24.83 dependabot-preview[bot] 2020-03-23 09:06:41 +0000