Commit Graph

8266 Commits

Author SHA1 Message Date
Matthias 8bfbbac748 Add default trades columns 2020-04-01 19:45:00 +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
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 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
Matthias be41981ef0 Test warnings with filter always on 2020-03-24 20:10:15 +01:00
orehunt 0f53e646fd check that the strategy dataframe matches the one given by the bot 2020-03-24 14:08:34 +01:00
Matthias 030c487d6b
Merge pull request #3100 from freqtrade/dependabot/pip/develop/pandas-1.0.3
Bump pandas from 1.0.2 to 1.0.3
2020-03-23 10:41:06 +01:00
Matthias 51edddcaf6
Merge pull request #3101 from freqtrade/dependabot/pip/develop/ccxt-1.24.83
Bump ccxt from 1.24.31 to 1.24.83
2020-03-23 10:21:46 +01:00
dependabot-preview[bot] cb1bc5d5ab
Bump pandas from 1.0.2 to 1.0.3
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.2...v1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 09:15:43 +00:00
Matthias 9b43d9d75e
Merge pull request #3099 from freqtrade/dependabot/pip/develop/tabulate-0.8.7
Bump tabulate from 0.8.6 to 0.8.7
2020-03-23 10:15:31 +01:00
Matthias c3787afa2e
Merge pull request #3098 from freqtrade/dependabot/pip/develop/numpy-1.18.2
Bump numpy from 1.18.1 to 1.18.2
2020-03-23 10:14:25 +01:00
dependabot-preview[bot] 98dc4b4ca3
Bump ccxt from 1.24.31 to 1.24.83
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.24.31 to 1.24.83.
- [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.31...1.24.83)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 09:06:41 +00:00
dependabot-preview[bot] de91e169bc
Bump tabulate from 0.8.6 to 0.8.7
Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/astanin/python-tabulate/releases)
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.6...v0.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 09:05:12 +00:00
dependabot-preview[bot] f4a69ba5a7
Bump numpy from 1.18.1 to 1.18.2
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 09:04:50 +00:00
Matthias d581b7e2d7 Add fallback if no error could be determined 2020-03-23 07:57:30 +01:00
Matthias 8f7e113d79 Add additional test 2020-03-23 07:54:27 +01:00
Matthias 6c55b40fe0 Add test verifying config printing 2020-03-22 20:15:33 +01:00
Matthias 45aaa8c09d Parse and show relevant configuration section 2020-03-22 20:09:01 +01:00
Matthias acd402187a Update max_open_trades documentation 2020-03-22 19:39:36 +01:00
hroff-1902 e079d36f84
Merge pull request #3094 from freqtrade/gitignore
[minor] Add example notebook to gitignore again
2020-03-22 18:38:33 +03:00
Matthias f14c496ce9 Remove calc_close_profit from RPC
This is now possible - but only for closed trades, so certain occurances
need to remain.
2020-03-22 11:28:18 +01:00
Matthias efd94c84de Add example notebook to gitignore again 2020-03-22 11:22:49 +01:00
Matthias 2c434e9b11 Add close_proit_abs column 2020-03-22 11:16:23 +01:00
Matthias e30faf8c8c Remove partial candle documentation
It wasn't working 100% correctly - see #2993
2020-03-21 20:04:05 +01:00
hroff-1902 fb4e9b3938
Merge pull request #3025 from yazeed/minor_create_trade_optimization
minor create_trade() optimization
2020-03-21 10:36:39 +03:00
Matthias f320c0a410
Merge pull request #3087 from hroff-1902/edge-cosmetics-1
minor: Edge cosmetics
2020-03-20 08:12:21 +01:00