pyup-bot
|
fe088dc8c3
|
Update ccxt from 1.18.860 to 1.18.992
|
2019-07-29 15:25:08 +00:00 |
|
pyup-bot
|
5a6e20a6aa
|
Update pandas from 0.24.2 to 0.25.0
|
2019-07-29 15:25:07 +00:00 |
|
pyup-bot
|
02bfe2dad3
|
Update numpy from 1.16.4 to 1.17.0
|
2019-07-29 15:25:06 +00:00 |
|
Matthias
|
50edd4cfdd
|
Merge pull request #2046 from freqtrade/pyup/fix_update_07_22
Pyup/fix update 07 22
|
2019-07-29 13:28:40 +02:00 |
|
Matthias
|
0677472c56
|
Merge pull request #2066 from freqtrade/hyperopt/tests
Fix some hyperopt tests
|
2019-07-28 19:33:18 +02:00 |
|
Matthias
|
b691fb7f2d
|
Fix some hyperopt tests
|
2019-07-28 15:19:17 +02:00 |
|
Matthias
|
e4b994381b
|
Merge pull request #2060 from hroff-1902/improve-logging
Improve logging: output divider in logs between throttles
|
2019-07-28 14:45:16 +02:00 |
|
Matthias
|
de2a2473f5
|
Merge pull request #2050 from mrsegen/patch-1
Resolve issue #2042
|
2019-07-28 14:11:03 +02:00 |
|
Matthias
|
e6b036b413
|
Merge pull request #2064 from hroff-1902/remove-pytest-warning4
get rid of pandas warning in pytest
|
2019-07-28 14:10:16 +02:00 |
|
Leif Segen
|
08a3d26328
|
Update bot-usage.md
Update in response to feedback.
|
2019-07-27 18:35:21 -05:00 |
|
hroff-1902
|
bc299067aa
|
get rid of pandas warning in pytest
|
2019-07-27 23:24:06 +03:00 |
|
Matthias
|
908a0277e5
|
Merge pull request #2062 from hroff-1902/remove-pytest-warning1
minor: eliminate warnings in pytest
|
2019-07-26 14:40:11 +02:00 |
|
hroff-1902
|
c2deb1db25
|
eliminate warnings in pytest when testing handling of the deprecated strategy interfaces
|
2019-07-26 14:23:00 +03:00 |
|
Matthias
|
16716ad028
|
Merge pull request #2057 from freqtrade/refactor/argument_location
Move argument definitions to their own file
|
2019-07-26 06:19:04 +02:00 |
|
Matthias
|
fef8fe8525
|
Merge pull request #2055 from freqtrade/get_order_exception
Get order exception
|
2019-07-26 06:17:15 +02:00 |
|
Matthias
|
3d5268368f
|
Merge pull request #2059 from hroff-1902/docs-minor-fixes
Docs minor fixes
|
2019-07-26 06:08:09 +02:00 |
|
Matthias
|
20b51da180
|
Merge pull request #2056 from freqtrade/deprecate_live_bt
Deprecate live bt
|
2019-07-26 06:02:27 +02:00 |
|
hroff-1902
|
785a7a22bc
|
output divider in logs between throttles
|
2019-07-26 04:02:34 +03:00 |
|
hroff-1902
|
1ac4a7e116
|
rendering for a Note fixed
|
2019-07-26 02:59:10 +03:00 |
|
hroff-1902
|
327e505273
|
non-working link to misc.py removed
|
2019-07-26 02:57:51 +03:00 |
|
hroff-1902
|
bf1c197a37
|
import errors fixed
|
2019-07-26 02:21:31 +03:00 |
|
Matthias
|
3c3a902a69
|
Move argument definitions to their own file
|
2019-07-25 20:42:08 +02:00 |
|
Matthias
|
0c14176cd7
|
Deprecate --live
|
2019-07-25 20:36:19 +02:00 |
|
Matthias
|
7ee971c3e3
|
Add simple method to add deprecations to cmd line options
|
2019-07-25 20:35:20 +02:00 |
|
Matthias
|
098a23adc6
|
Merge pull request #2048 from hroff-1902/hyperopt-loss-onlyprofit2
minor: add OnlyProfitHyperOptLoss
|
2019-07-25 20:18:05 +02:00 |
|
hroff-1902
|
10c69387fd
|
docs adjusted
|
2019-07-25 21:07:17 +03:00 |
|
Matthias
|
4b8b2f7c5b
|
Use raise xxx from e to have a nicer traceback
|
2019-07-25 20:06:20 +02:00 |
|
Matthias
|
e1b8ff798f
|
Add test to verify that get_order was successfully cought
|
2019-07-25 20:05:48 +02:00 |
|
Matthias
|
05b1854946
|
Gracefully handle InvalidOrderException.
|
2019-07-25 19:56:59 +02:00 |
|
hroff-1902
|
f58668fd67
|
test added
|
2019-07-25 20:54:12 +03:00 |
|
Matthias
|
e8843c31e6
|
Merge pull request #2045 from hroff-1902/add-hyperopt-path
add --hyperopt-path option
|
2019-07-25 10:42:23 +02:00 |
|
hroff-1902
|
05be16e9e1
|
helpstring alignment fixed
|
2019-07-25 08:49:33 +03:00 |
|
hroff-1902
|
e9b77298a7
|
max() removed
|
2019-07-25 08:17:41 +03:00 |
|
Matthias
|
a0cecc6c52
|
Fix test after pandas 0.25.0 update
|
2019-07-24 06:29:50 +02:00 |
|
Leif Segen
|
cf6113068c
|
Resolve issue #2042
Issue #2042 noted that the terminal output from `setup.sh` regarding an option use the bot was missing from the documentation. This has been added.
|
2019-07-23 22:52:42 -05:00 |
|
hroff-1902
|
0c2c094db6
|
minor: add OnlyProfitHyperOptLoss
|
2019-07-23 18:51:24 +03:00 |
|
Matthias
|
60cf56e235
|
Adapt tests to always provide message for ccxt exceptions
Changes introduced in https://github.com/ccxt/ccxt/pull/5470
|
2019-07-22 20:59:49 +02:00 |
|
Matthias
|
482f5f7a26
|
Update plotly dependencies (will break 3.x installations)
|
2019-07-22 20:39:38 +02:00 |
|
hroff-1902
|
04382d4b44
|
add --hyperopt-path option
|
2019-07-22 20:23:18 +03:00 |
|
pyup-bot
|
44b2261c34
|
Update plotly from 3.10.0 to 4.0.0
|
2019-07-22 15:23:13 +00:00 |
|
pyup-bot
|
76b9d781ee
|
Update mypy from 0.711 to 0.720
|
2019-07-22 15:23:12 +00:00 |
|
pyup-bot
|
bd0faaf702
|
Update pytest from 5.0.0 to 5.0.1
|
2019-07-22 15:23:11 +00:00 |
|
pyup-bot
|
e0cd34c9e1
|
Update flake8 from 3.7.7 to 3.7.8
|
2019-07-22 15:23:09 +00:00 |
|
pyup-bot
|
6c41ca4b8c
|
Update flask from 1.0.3 to 1.1.1
|
2019-07-22 15:23:08 +00:00 |
|
pyup-bot
|
7add015a75
|
Update sqlalchemy from 1.3.5 to 1.3.6
|
2019-07-22 15:23:07 +00:00 |
|
pyup-bot
|
d6b6e59ab8
|
Update ccxt from 1.18.860 to 1.18.965
|
2019-07-22 15:23:06 +00:00 |
|
pyup-bot
|
a213674a98
|
Update pandas from 0.24.2 to 0.25.0
|
2019-07-22 15:23:05 +00:00 |
|
Matthias
|
41f24898e5
|
Merge pull request #2043 from freqtrade/combine/resolvers
Combine/resolvers
|
2019-07-22 06:19:31 +02:00 |
|
Matthias
|
d2ad32eef8
|
partially revert last commit(DefaultStrategy import IS needed).
* don't run functions in travis in a way we don't support
|
2019-07-21 19:56:43 +02:00 |
|
Matthias
|
1fea6d394a
|
Import DefaultStrategy from the correct file
|
2019-07-21 19:31:50 +02:00 |
|