Matthias
|
19ce7180be
|
Merge pull request #2260 from freqtrade/args_vars
Configuration/Arguments refactoing (don't pass Namespace around).
|
2019-09-14 10:11:02 +02:00 |
|
Matthias
|
a5f3b68bff
|
Allow loading of fully initialized config from jupyter notbooks
|
2019-09-13 07:08:22 +02:00 |
|
Matthias
|
f163240710
|
Simplify configuration init where possible
|
2019-09-13 07:02:36 +02:00 |
|
hroff-1902
|
c5f455d660
|
Merge pull request #2256 from freqtrade/kraken_balance
fix Kraken balance calculation
|
2019-09-12 23:12:55 +03:00 |
|
Matthias
|
4d566e8bad
|
Update tests to not use Namespace
|
2019-09-12 20:28:37 +02:00 |
|
Matthias
|
e6ccc1427c
|
have Arguments return a dict instead of Namespace
|
2019-09-12 20:16:39 +02:00 |
|
Matthias
|
52b186eabe
|
Create-userdir does not need a configuration
|
2019-09-12 20:14:58 +02:00 |
|
hroff-1902
|
dda513c923
|
Minor class cosmetics
|
2019-09-12 12:13:20 +03:00 |
|
Matthias
|
6c5eff4a7c
|
Use List of Tuples, remove unused columns
|
2019-09-12 07:03:52 +02:00 |
|
hroff-1902
|
849d694c27
|
Don't inherit from object
|
2019-09-12 04:39:52 +03:00 |
|
Matthias
|
3b4bbe7a18
|
Implement get_balances which uses open_orders
|
2019-09-11 19:43:16 +02:00 |
|
Matthias
|
c01953daf2
|
Remove kraken block
|
2019-09-11 06:57:58 +02:00 |
|
Matthias
|
94d2790ab5
|
Fix #2239 -
return float even if fiat/crypto are identical
|
2019-09-09 20:00:13 +02:00 |
|
Jonathan Raviotta
|
a5510d14e9
|
de-mangling
|
2019-09-09 06:58:41 +02:00 |
|
Matthias
|
65a516e229
|
Move tests out of freqtrade module
|
2019-09-08 19:05:22 +02:00 |
|
Matthias
|
13932f55f5
|
Fix random test failures
|
2019-09-08 14:02:32 +02:00 |
|
hroff-1902
|
3d028f512e
|
Merge pull request #2235 from hroff-1902/eliminate_import_strategy
Allow --strategy for hyperopt
|
2019-09-08 12:23:48 +03:00 |
|
hroff-1902
|
865e0d3af9
|
Adjust tests: removed tests for/with import_strategy()
|
2019-09-08 03:30:15 +03:00 |
|
hroff-1902
|
45cfdbbda7
|
Make flake happy
|
2019-09-08 03:10:01 +03:00 |
|
hroff-1902
|
2b00a5d90a
|
Get rid of import_strategy()
|
2019-09-08 02:43:02 +03:00 |
|
Matthias
|
bd2ecf8ce3
|
Add testdatadir to missed test
|
2019-09-07 21:13:05 +02:00 |
|
Matthias
|
972b8a1726
|
Remove defaulting to test_data folder when no datadir is present
|
2019-09-07 21:06:20 +02:00 |
|
Matthias
|
fe631ffd04
|
Use fixture to determine test_data_dir
|
2019-09-07 20:56:03 +02:00 |
|
Matthias
|
bde82e9654
|
Move make_testdata_path to conftest
|
2019-09-07 20:34:25 +02:00 |
|
hroff-1902
|
df481eb642
|
Merge pull request #2227 from freqtrade/fix/balance_failure
Fix RPC /balance failure
|
2019-09-07 00:27:20 +03:00 |
|
hroff-1902
|
4fdf8a75cd
|
Adjust hyperopt tests after the merge with develop
|
2019-09-06 16:46:44 +03:00 |
|
hroff-1902
|
2e49125e87
|
Merge branch 'develop' into hyperopt-simplified-interface
|
2019-09-06 15:11:06 +03:00 |
|
hroff-1902
|
7e56704767
|
Parametrize tests for hyperopt simplified failed
|
2019-09-06 15:08:44 +03:00 |
|
Matthias
|
7af445adf3
|
Merge pull request #2137 from hroff-1902/hyperopt-adaptive-roi-space
Hyperopt: adaptive roi_space
|
2019-09-06 06:26:52 +02:00 |
|
Matthias
|
48ac37a1b8
|
BLock kraken trading - it's not working at the moment
|
2019-09-05 20:16:09 +02:00 |
|
Matthias
|
e8f37666ea
|
Fix Problem when ccxt reports None as values
|
2019-09-05 20:02:18 +02:00 |
|
Matthias
|
e2e0015119
|
Don't rename dict ... we can use it as is
|
2019-09-05 20:02:01 +02:00 |
|
hroff-1902
|
3343b34725
|
Add tests for simplified hyperopt interface
|
2019-09-05 00:38:15 +03:00 |
|
Matthias
|
e107290230
|
Validate plot arguments
|
2019-09-04 19:21:58 +02:00 |
|
Matthias
|
1b66f01ec0
|
Always use config.json if it's available
|
2019-09-04 19:21:58 +02:00 |
|
Matthias
|
5ce63cd54a
|
Remove no_config_ argument from Arguments
|
2019-09-04 16:39:23 +02:00 |
|
Matthias
|
03f3d0dc8b
|
Remove desc from Arguments header
|
2019-09-04 16:38:33 +02:00 |
|
hroff-1902
|
74578b8752
|
Merge pull request #2211 from freqtrade/dependabot/pip/develop/python-telegram-bot-12.0.0
Bump python-telegram-bot from 11.1.0 to 12.0.0
|
2019-09-04 10:44:11 +03:00 |
|
hroff-1902
|
caec5ac941
|
Merge pull request #2206 from freqtrade/sloe_handling
Improve stoploss on exchange handling
|
2019-09-04 10:00:53 +03:00 |
|
hroff-1902
|
9a6a89c238
|
allow simplified hyperopt interface
|
2019-09-03 19:54:28 +03:00 |
|
Matthias
|
dc9fda76f3
|
Fix tests to adapt to new telegram-bot interface
|
2019-09-02 20:42:39 +02:00 |
|
Matthias
|
3b15cce07a
|
Handle arguments uniformly (by using context.args)
|
2019-09-02 20:17:47 +02:00 |
|
Matthias
|
8cad90f9e6
|
Adapt to new api
|
2019-09-02 20:17:23 +02:00 |
|
Matthias
|
9c60ab796d
|
Adapt telegram api to new interface of telegram-bot-12.0.0
|
2019-09-02 20:14:41 +02:00 |
|
hroff-1902
|
08b090c707
|
Merge pull request #2176 from freqtrade/plot_commands
Move Plot scripts to freqtrade subcommands
|
2019-09-02 08:08:51 +03:00 |
|
Matthias
|
aae9c3194f
|
Reenable stoploss_on_exchange for dry-run
|
2019-09-01 17:48:06 +02:00 |
|
Matthias
|
20c9c93b3e
|
Improve docstring
|
2019-09-01 10:25:05 +02:00 |
|
Matthias
|
771519e311
|
Don't show stacktrace in case of invalidorder Error
This is handled gracefully by emergency-selling
|
2019-09-01 10:19:18 +02:00 |
|
Matthias
|
f91557f549
|
Add space to exception message
|
2019-09-01 10:17:17 +02:00 |
|
Matthias
|
9d7ebc65e7
|
Move return statement to correct intend
|
2019-09-01 09:21:45 +02:00 |
|