hroff-1902
|
95ebd07735
|
an attempt to fix mocking
|
2019-04-24 10:38:50 +03:00 |
|
hroff-1902
|
6a0f527e0e
|
merge --job-workers and commit printing debug log messages with the opt state
|
2019-04-24 10:35:04 +03:00 |
|
Matthias
|
65a82d7ee6
|
Add some missing default parameters
|
2019-04-24 09:31:13 +02:00 |
|
hroff-1902
|
2898067318
|
Merge branch 'develop' into hyperopt-jobs
|
2019-04-24 10:31:03 +03:00 |
|
Matthias
|
6d2a1cfb44
|
remove full-config in tests and load full_config file
|
2019-04-24 09:30:59 +02:00 |
|
Matthias
|
bced53966e
|
Merge pull request #1795 from hroff-1902/hyperopt-opt-params
hyperopt: --random-state for optimizer to get reproducible results
|
2019-04-24 07:10:02 +02:00 |
|
hroff-1902
|
a429f83f5e
|
flake happy; check_positive() renamed
|
2019-04-23 22:16:24 +03:00 |
|
hroff-1902
|
2f0ad0d28c
|
test adjusted
|
2019-04-23 22:03:41 +03:00 |
|
hroff-1902
|
fc4ef2b430
|
Merge branch 'develop' into hyperopt-opt-params
|
2019-04-23 21:58:27 +03:00 |
|
hroff-1902
|
e3b0474901
|
Merge branch 'develop' into hyperopt-jobs
|
2019-04-23 21:34:38 +03:00 |
|
hroff-1902
|
cc9f899cd6
|
removed explicit dependency on multiprocessing module
|
2019-04-23 21:25:36 +03:00 |
|
hroff-1902
|
a022b1a6c1
|
--random-state for optimzer to get reproducible results added
|
2019-04-23 21:18:52 +03:00 |
|
Matthias
|
4971b9fc39
|
Merge pull request #1793 from hroff-1902/hyperopt-debug-state
hyperopt: print optimizer state in debug log messages
|
2019-04-23 20:11:04 +02:00 |
|
Matthias
|
939bf66a80
|
Merge pull request #1791 from hroff-1902/hyperopt-refresh-pairs
hyperopt: --refresh-pairs-cached added
|
2019-04-23 20:07:57 +02:00 |
|
Matthias
|
309a54ba69
|
Merge pull request #1794 from freqtrade/pyup/scheduled-update-2019-04-23
Scheduled daily dependency update on Tuesday
|
2019-04-23 15:05:01 +02:00 |
|
pyup-bot
|
8568459c74
|
Update urllib3 from 1.24.2 to 1.25
|
2019-04-23 12:41:16 +00:00 |
|
pyup-bot
|
9a2eb46cea
|
Update urllib3 from 1.24.2 to 1.25
|
2019-04-23 12:41:14 +00:00 |
|
pyup-bot
|
48e2bd5114
|
Update ccxt from 1.18.485 to 1.18.486
|
2019-04-23 12:41:13 +00:00 |
|
pyup-bot
|
a2a70bd6d0
|
Update ccxt from 1.18.485 to 1.18.486
|
2019-04-23 12:41:12 +00:00 |
|
hroff-1902
|
3e3fce5f38
|
print optimizer state in debug log messages
|
2019-04-23 09:49:24 +03:00 |
|
hroff-1902
|
7c8e26c717
|
-j/--job-workers option added for controlling the number of joblib parallel worker processes used in hyperopt
docs refreshed
|
2019-04-23 00:52:07 +03:00 |
|
hroff-1902
|
8dad8f25cf
|
docs refreshed
|
2019-04-22 22:11:56 +03:00 |
|
hroff-1902
|
ad85ac3dde
|
make --refresh-pairs-cached common option for optimization; added support for it into hyperopt
|
2019-04-22 21:24:45 +03:00 |
|
Matthias
|
d3e956f7cc
|
Merge pull request #1790 from freqtrade/pyup/scheduled-update-2019-04-22
Scheduled daily dependency update on Monday
|
2019-04-22 16:04:40 +02:00 |
|
pyup-bot
|
3da1b24b6a
|
Update numpy from 1.16.2 to 1.16.3
|
2019-04-22 12:41:08 +00:00 |
|
pyup-bot
|
42d2b24d48
|
Update ccxt from 1.18.483 to 1.18.485
|
2019-04-22 12:41:07 +00:00 |
|
pyup-bot
|
8685fcd593
|
Update ccxt from 1.18.483 to 1.18.485
|
2019-04-22 12:41:06 +00:00 |
|
Matthias
|
45aa93e73d
|
Merge pull request #1787 from NatanNMB15/walletsync-fix-sell
Wallet Sync fix after any trade is closed
|
2019-04-22 13:44:40 +02:00 |
|
Matthias
|
676cd6ffee
|
Add assert to make sure trade was closed
|
2019-04-22 13:36:14 +02:00 |
|
Matthias
|
a9de2f80f2
|
Add tests to update wallets after closing a limit-sell
|
2019-04-22 13:31:07 +02:00 |
|
Matthias
|
86ec88b8fe
|
Merge pull request #1788 from hroff-1902/hyperopt-print-all
--print-all command line option for hyperopt
|
2019-04-22 13:14:46 +02:00 |
|
hroff-1902
|
6b87d94bb0
|
--print-all command line option added for hyperopt
|
2019-04-22 01:10:01 +03:00 |
|
NatanNMB15
|
706b30f4d2
|
Fix "if" condition with "if not" for check if trade is open.
|
2019-04-21 14:54:24 -03:00 |
|
NatanNMB15
|
3bcc60333d
|
Added command for Wallets Sync after a trade is closed in "update_trade" method in "freqtradebot" class, this will help the Wallets get updated after a trade is sold and closed, specifically LIMIT_SELL trades, then bot can work properly with new trades.
|
2019-04-21 13:49:07 -03:00 |
|
Misagh
|
bf6c435ae6
|
Merge pull request #1786 from freqtrade/pyup/scheduled-update-2019-04-21
Scheduled daily dependency update on Sunday
|
2019-04-21 15:04:29 +02:00 |
|
pyup-bot
|
abc4840d16
|
Update ccxt from 1.18.481 to 1.18.483
|
2019-04-21 12:41:05 +00:00 |
|
pyup-bot
|
a118003d0a
|
Update ccxt from 1.18.481 to 1.18.483
|
2019-04-21 12:41:04 +00:00 |
|
Misagh
|
ccc91403c5
|
Merge pull request #1784 from freqtrade/doc/release
Improve developer documentation
|
2019-04-20 21:08:11 +02:00 |
|
Matthias
|
9b0b1c3cc2
|
Merge pull request #1785 from freqtrade/pyup/scheduled-update-2019-04-20
Scheduled daily dependency update on Saturday
|
2019-04-20 19:40:59 +02:00 |
|
pyup-bot
|
395aed5f97
|
Update plotly from 3.8.0 to 3.8.1
|
2019-04-20 12:40:07 +00:00 |
|
pyup-bot
|
278e5f4cc6
|
Update ccxt from 1.18.480 to 1.18.481
|
2019-04-20 12:40:06 +00:00 |
|
pyup-bot
|
7fa5046575
|
Update ccxt from 1.18.480 to 1.18.481
|
2019-04-20 12:40:05 +00:00 |
|
Matthias
|
9b8067cbc3
|
Improve developer documentation
|
2019-04-20 12:50:10 +02:00 |
|
Matthias
|
e252f0feba
|
Merge pull request #1782 from mishaker/v-18-5
version to 0.18.5-dev
|
2019-04-20 09:25:20 +02:00 |
|
Misagh
|
8e8ec2fba6
|
version to 0.18.5-dev
|
2019-04-19 16:01:26 +02:00 |
|
Matthias
|
82127d8406
|
Merge pull request #1781 from freqtrade/pyup/scheduled-update-2019-04-19
Scheduled daily dependency update on Friday
|
2019-04-19 15:41:40 +02:00 |
|
pyup-bot
|
5a65b6caee
|
Update ccxt from 1.18.475 to 1.18.480
|
2019-04-19 12:40:06 +00:00 |
|
pyup-bot
|
ed6a92cd0f
|
Update ccxt from 1.18.475 to 1.18.480
|
2019-04-19 12:40:05 +00:00 |
|
Matthias
|
577ccd32f0
|
Merge pull request #1750 from hroff-1902/ccxt-to-exchange-only
minor: limit usage of ccxt to freqtrade/exchange only
|
2019-04-19 06:51:08 +02:00 |
|
Matthias
|
72657758d5
|
Restore get_market_pairs from develop
|
2019-04-19 06:43:12 +02:00 |
|