Matthias
|
54303880d3
|
Merge pull request #2849 from freqtrade/dependabot/pip/develop/pandas-1.0.0
Bump pandas from 0.25.3 to 1.0.0
|
2020-02-03 20:34:17 +01:00 |
|
Matthias
|
cbabc295c7
|
Don't convert to datetime - but convert to datetime64 instead
|
2020-02-03 20:25:43 +01:00 |
|
Matthias
|
b8aaf744e8
|
Merge pull request #2851 from hroff-1902/improve-logging-3
Add pair to exception messages in exchange module
|
2020-02-03 16:04:55 +01:00 |
|
hroff-1902
|
64f04845b6
|
Merge pull request #2850 from freqtrade/try_fix_randoM-test
make sure asyncio_loop is not initialized within ccxt code
|
2020-02-03 17:45:49 +03:00 |
|
hroff-1902
|
684cb54992
|
Add pair to exception msg
|
2020-02-03 17:17:46 +03:00 |
|
Matthias
|
f6c09160ab
|
make sure asyncio_loop is not initialized within ccxt code
|
2020-02-03 15:17:36 +01:00 |
|
Matthias
|
221950cdc4
|
Merge pull request #2845 from freqtrade/dependabot/pip/develop/jinja2-2.11.1
Bump jinja2 from 2.10.3 to 2.11.1
|
2020-02-03 10:07:56 +01:00 |
|
Matthias
|
6e6c0757d6
|
Merge pull request #2847 from freqtrade/dependabot/pip/develop/ccxt-1.22.30
Bump ccxt from 1.21.91 to 1.22.30
|
2020-02-03 10:05:46 +01:00 |
|
Matthias
|
2ee99bde29
|
Merge pull request #2846 from freqtrade/dependabot/pip/develop/pytest-5.3.5
Bump pytest from 5.3.4 to 5.3.5
|
2020-02-03 09:58:04 +01:00 |
|
dependabot-preview[bot]
|
d5f704009f
|
Bump pandas from 0.25.3 to 1.0.0
Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.25.3 to 1.0.0.
- [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/v0.25.3...v1.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-03 08:03:45 +00:00 |
|
dependabot-preview[bot]
|
3938418ad5
|
Bump scikit-optimize from 0.5.2 to 0.7.1
Bumps [scikit-optimize](https://github.com/scikit-optimize/scikit-optimize) from 0.5.2 to 0.7.1.
- [Release notes](https://github.com/scikit-optimize/scikit-optimize/releases)
- [Changelog](https://github.com/scikit-optimize/scikit-optimize/blob/master/CHANGELOG.md)
- [Commits](https://github.com/scikit-optimize/scikit-optimize/compare/v0.5.2...v0.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-03 08:03:21 +00:00 |
|
dependabot-preview[bot]
|
401748e9a7
|
Bump ccxt from 1.21.91 to 1.22.30
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.21.91 to 1.22.30.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/1.21.91...1.22.30)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-03 08:02:54 +00:00 |
|
dependabot-preview[bot]
|
bc2ae3e88d
|
Bump pytest from 5.3.4 to 5.3.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.4...5.3.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-03 08:02:21 +00:00 |
|
dependabot-preview[bot]
|
7b8e665323
|
Bump jinja2 from 2.10.3 to 2.11.1
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.1.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-03 08:01:28 +00:00 |
|
hroff-1902
|
df249c7c03
|
Remove unclear comment
|
2020-02-03 09:37:50 +03:00 |
|
hroff-1902
|
5c20311768
|
Merge pull request #2844 from freqtrade/coveralls_twice
Only run coveralls once
|
2020-02-03 09:18:42 +03:00 |
|
Matthias
|
d0506a6435
|
Use correct matrix variable
|
2020-02-03 07:01:07 +01:00 |
|
Matthias
|
c8960ab628
|
Only run coveralls once
|
2020-02-03 06:50:07 +01:00 |
|
hroff-1902
|
537596001e
|
Allow derived strategies
|
2020-02-03 06:20:01 +03:00 |
|
Matthias
|
d8c053573a
|
Merge pull request #2840 from freqtrade/fix/testerrror
Fix failing stoploss CI test
|
2020-02-02 20:49:42 +01:00 |
|
Matthias
|
2b69e7830d
|
Fix failing CI test
|
2020-02-02 20:08:50 +01:00 |
|
Matthias
|
e3cb5d26c0
|
Merge pull request #2835 from yazeed/reduce_noise_if_use_order_book_true
reduced noise without verbose mode if use_order_book is true
|
2020-02-02 19:42:50 +01:00 |
|
hroff-1902
|
84156879f6
|
Fix NO_CONF_REQUIRED for list-hyperopts
|
2020-02-02 20:11:42 +03:00 |
|
hroff-1902
|
d12e03e50d
|
Fix test inconsistency in test_freqtradebot.py
|
2020-02-02 20:01:25 +03:00 |
|
hroff-1902
|
cd0534efcc
|
Add test
|
2020-02-02 19:41:22 +03:00 |
|
hroff-1902
|
505648fb66
|
Adjust docs
|
2020-02-02 19:41:22 +03:00 |
|
hroff-1902
|
857eb5ff69
|
Add list-hyperopts command
|
2020-02-02 19:41:22 +03:00 |
|
hroff-1902
|
3fe39a3e1b
|
Rename constant
|
2020-02-02 19:41:22 +03:00 |
|
hroff-1902
|
a5e670b402
|
Add USERPATH_NOTEBOOKS
|
2020-02-02 19:41:22 +03:00 |
|
hroff-1902
|
e8c1abc509
|
Merge pull request #2799 from freqtrade/fix_stoploss_recreated
Fix stoploss recreated
|
2020-02-02 16:59:45 +03:00 |
|
hroff-1902
|
6594679e52
|
Merge pull request #2779 from freqtrade/stoploss_market
Stoploss on exchange for Kraken
|
2020-02-02 14:48:45 +03:00 |
|
Matthias
|
c1897fbc48
|
Merge pull request #2834 from yazeed/consistent_main_sharpe_hyperopt_loss
better readability on sharpe ratio loss method
|
2020-02-02 11:12:56 +01:00 |
|
Yazeed Al Oyoun
|
aeabe1800b
|
modified two lines from logger.info to logger.debug cause they're too spammy
|
2020-02-02 10:49:00 +01:00 |
|
Matthias
|
d64751687b
|
Fix link and lowercase variable
|
2020-02-02 10:47:44 +01:00 |
|
Yazeed Al Oyoun
|
3499f1b85c
|
better readability and more consistent with daily sharpe loss method
|
2020-02-02 08:47:33 +01:00 |
|
hroff-1902
|
f3d500085c
|
Add some type hints
|
2020-02-02 07:00:40 +03:00 |
|
Matthias
|
aa8731d0fc
|
Merge pull request #2832 from freqtrade/python_3.8
Python 3.8
|
2020-02-01 19:39:45 +01:00 |
|
Matthias
|
321bc336ea
|
Run tests against 3.8
|
2020-02-01 15:14:55 +01:00 |
|
Matthias
|
4459679c64
|
Update dockerfile to 3.8.1
|
2020-02-01 15:14:44 +01:00 |
|
Matthias
|
19d4e1435c
|
Merge pull request #2828 from yazeed/line_alignment_fixes
fixed some more line alignments
|
2020-02-01 11:19:28 +01:00 |
|
Matthias
|
4a80c47fd1
|
Merge pull request #2825 from yazeed/better_backtesting_tables
more consistent backtesting and sell reasons tables
|
2020-02-01 11:18:50 +01:00 |
|
Yazeed Al Oyoun
|
d038bcedb0
|
fixed some more line alignments
|
2020-01-31 22:37:05 +01:00 |
|
Matthias
|
c396ad4daa
|
Align quotes in same area
|
2020-01-31 20:41:51 +01:00 |
|
Yazeed Al Oyoun
|
907a61152c
|
added rounding to Tot Profit % on Sell Reasosn table to be consistent with other percentiles on table.
|
2020-01-31 04:53:37 +01:00 |
|
Yazeed Al Oyoun
|
e2b3907df5
|
more consistent backtesting tables and labels
|
2020-01-31 04:39:18 +01:00 |
|
Matthias
|
2396f35586
|
Merge pull request #2819 from hroff-1902/worker-delete-state
Remove state attribute from Worker class
|
2020-01-29 15:57:35 +01:00 |
|
hroff-1902
|
68771a7861
|
Remove state attr from Worker
|
2020-01-29 17:08:36 +03:00 |
|
hroff-1902
|
e1356fb80e
|
Merge pull request #2800 from yazeed/enhanced_check_depth_of_market_logging
better logging on check_depth_of_market_buy()
|
2020-01-29 10:56:14 +03:00 |
|
Yazeed Al Oyoun
|
a0b92fe0b1
|
removed typo
|
2020-01-28 19:29:47 +01:00 |
|
Yazeed Al Oyoun
|
328a9ffafd
|
fixed typo in false statement
|
2020-01-28 19:27:49 +01:00 |
|