Commit Graph

8470 Commits

Author SHA1 Message Date
Ork Blutt 0a14d5ec46 trades history RPC 2020-04-05 16:14:02 +02:00
Matthias 41d5c40f10 Correctly test drawdown plot 2020-04-05 14:44:44 +02:00
Matthias 4e907e2304 Use timeframe_to_prev_date to move trade-date to candle 2020-04-05 14:35:53 +02:00
Matthias e204170eb6 Fix max_drawdown bug finding low before high! 2020-04-05 14:29:40 +02:00
Matthias a99c53f1ec Add test showing that high is before low 2020-04-05 14:29:03 +02:00
Matthias d4dde01140 Add test 2020-04-02 20:23:20 +02:00
Matthias c465552df4 Update comment to mention .copy() usage 2020-04-02 20:17:54 +02:00
Matthias de47186263 Use .loc for assignments 2020-04-02 19:31:48 +02:00
Matthias 3fcd531eac Copy dataframe in interfac.py (reduces memory consumption) 2020-04-02 19:30:59 +02:00
Matthias cf6e6488c7 Fix filename handling with --strategy-list 2020-04-02 17:29:18 +02:00
hroff-1902 2915917680
Merge pull request #3107 from orehunt/check_dataframe_after_signals
check that the strategy dataframe matches the one given by the bot
2020-03-31 20:08:03 +03:00
orehunt 45fb4d25ab use equality instead of index for row lookups 2020-03-31 18:47:53 +02:00
hroff-1902 92bd550851
Merge pull request #3126 from freqtrade/max_drawdown_percent
[minor] Plot percent correctly
2020-03-30 21:37:23 +03:00
Matthias 54d20cb81c Plot percent correctly 2020-03-30 20:08:07 +02:00
Matthias 9e1f7cb71c
Merge pull request #3122 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.5
Bump prompt-toolkit from 3.0.4 to 3.0.5
2020-03-30 12:00:47 +02:00
Matthias f93cc52dcc
Merge pull request #3124 from freqtrade/dependabot/pip/develop/ccxt-1.25.38
Bump ccxt from 1.24.83 to 1.25.38
2020-03-30 11:55:26 +02:00
Matthias 372f7f3e88
Merge pull request #3125 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.5
Bump python-telegram-bot from 12.4.2 to 12.5
2020-03-30 11:55:03 +02:00
Matthias e0861b9381
Merge pull request #3123 from freqtrade/dependabot/pip/develop/flake8-tidy-imports-4.1.0
Bump flake8-tidy-imports from 4.0.0 to 4.1.0
2020-03-30 11:54:19 +02:00
dependabot-preview[bot] d8d6fe3574
Bump python-telegram-bot from 12.4.2 to 12.5
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 12.4.2 to 12.5.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v12.4.2...v12.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 08:58:54 +00:00
dependabot-preview[bot] 2de10d4c56
Bump ccxt from 1.24.83 to 1.25.38
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.24.83 to 1.25.38.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.24.83...1.25.38)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 08:58:21 +00:00
dependabot-preview[bot] 7e60e0549a
Bump flake8-tidy-imports from 4.0.0 to 4.1.0
Bumps [flake8-tidy-imports](https://github.com/adamchainz/flake8-tidy-imports) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/adamchainz/flake8-tidy-imports/releases)
- [Changelog](https://github.com/adamchainz/flake8-tidy-imports/blob/master/HISTORY.rst)
- [Commits](https://github.com/adamchainz/flake8-tidy-imports/compare/4.0.0...4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 08:57:16 +00:00
dependabot-preview[bot] 7e1719cfc7
Bump prompt-toolkit from 3.0.4 to 3.0.5
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.4...3.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 08:56:50 +00:00
hroff-1902 3a7199834d
Merge pull request #3121 from freqtrade/remove_defaultstrategy
[minor] Remove defaultstrategy occurance from docs
2020-03-30 09:22:02 +03:00
Matthias f1b92e2569 Improve wording of documentation 2020-03-30 08:11:38 +02:00
Matthias a5d00ce717 Remove defaultstrategy occurance from docs 2020-03-30 07:56:17 +02:00
Matthias 83cc121b70 Add tsts for assert_df (ensuring it raises when it should) 2020-03-29 11:44:36 +02:00
Matthias cd2e738e35 Add test for assert error 2020-03-29 11:40:13 +02:00
Matthias 0887a0212c Adjust tests to pass validation 2020-03-29 11:29:31 +02:00
Matthias 78aa658255 Remove unnecessary test (it's a copy of the remaining test) 2020-03-29 11:27:40 +02:00
orehunt 3ef568029f different exception messages 2020-03-26 07:05:30 +01:00
hroff-1902 39ea126698
Merge pull request #3090 from freqtrade/remove_partial_candle_docs
Remove partial candle documentation
2020-03-25 19:55:44 +03:00
Matthias 95011919d3 Remove questionable handling of orders 2020-03-25 11:18:33 +01:00
Matthias 3c1b155e9f Remove filled if amount is modified to suit fee structure 2020-03-25 09:43:04 +01:00
Matthias 1e2fadbc02 Fix failing test 2020-03-25 09:43:04 +01:00
Matthias f04f606b70 Updateing order amount should use filled - not amount if possible 2020-03-25 09:43:04 +01:00
Matthias 19e5dbddc6 Add filled to all orders 2020-03-25 09:43:04 +01:00
Matthias f3103be15c Fix test 2020-03-25 09:43:04 +01:00
Matthias 700cedc573 Unify handling of open orders to update_trade_state 2020-03-25 09:43:04 +01:00
Matthias 7c47c6e3bd check for timeouts before exiting positions 2020-03-25 09:43:04 +01:00
Matthias 270ac2e8c1 Add check_order_cancelled_empty method to exchange 2020-03-25 09:43:04 +01:00
Matthias 9c351007f5 Provide reason for cancelled sell order 2020-03-25 09:43:04 +01:00
Matthias 1817e6fbdf Combine real_amount updating into one method 2020-03-25 09:43:04 +01:00
Matthias 91b058cf11 Fix typo in tests 2020-03-25 09:43:04 +01:00
Matthias 53efc56b8a
Merge pull request #3096 from freqtrade/max_open_trades
Update max_open_trades documentation
2020-03-25 09:37:40 +01:00
Matthias 6f687c97ce
Update docs/configuration.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-25 09:24:37 +01:00
hroff-1902 be5b68627c
Merge pull request #3093 from freqtrade/trades_abs_profit
Add close_profit_abs column
2020-03-25 11:13:56 +03:00
Matthias dfac7448d1
fix typo
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-25 08:33:22 +01:00
Matthias 4ea6f9d7eb
Merge pull request #3110 from freqtrade/fix_random_test
[minor] Test warnings with filter always on
2020-03-25 08:32:45 +01:00
Matthias d9a5e1cd48
Update docs/exchanges.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-25 08:30:18 +01:00
hroff-1902 65f19fde40
Merge pull request #3097 from freqtrade/parse_config_error
Improve config parse error handling
2020-03-25 09:18:16 +03:00