Matthias
|
e9deb928f6
|
Fix bug when exchange result is empty
|
2018-09-02 19:15:23 +02:00 |
|
Matthias
|
ffd4469c1d
|
fix typo, refresh_tickers does not need a return value
|
2018-08-29 19:56:38 +02:00 |
|
Matthias
|
54ddd908e6
|
Merge branch 'develop' into ccxt-async
|
2018-08-29 19:43:09 +02:00 |
|
Matthias
|
9f8e68ce02
|
Merge branch 'develop' into order-book
|
2018-08-29 19:32:44 +02:00 |
|
Nullart2
|
b6b89a464f
|
move order_book config out of experimental
|
2018-08-29 17:38:43 +08:00 |
|
Matthias
|
42587741dd
|
mock exchange to avoid random failures
|
2018-08-25 13:21:10 +02:00 |
|
Matthias
|
a489a044ad
|
Mock Exchange results to avoid random test-failures
|
2018-08-25 13:17:07 +02:00 |
|
Samuel Husso
|
36e0e652f0
|
Merge pull request #1135 from freqtrade/fix/rpc_balance_vtho
Fix /balance rpc call if coin is not properly listed
|
2018-08-22 07:01:40 +03:00 |
|
Misagh
|
66d52c1236
|
Merge pull request #4 from xmatthias/ccxt_async_retrier
Add async retrier
|
2018-08-21 19:55:30 +02:00 |
|
Matthias
|
6e90d482ef
|
remove amount_to_lots (deprecated / removed)
was removed from ccxt in
527f082e59
|
2018-08-21 19:08:21 +02:00 |
|
Matthias
|
6d1c82a5fa
|
Remove last refreence to get_candle_history
|
2018-08-19 19:50:14 +02:00 |
|
Matthias
|
de0f3e43bf
|
remove unused mocks
|
2018-08-19 19:49:39 +02:00 |
|
Matthias
|
9403248e4d
|
have plot-script use async ticker-refresh
|
2018-08-19 19:48:24 +02:00 |
|
Matthias
|
088c54b88c
|
remove unnecessary function
|
2018-08-19 09:17:17 +02:00 |
|
Matthias
|
d556f669b0
|
Add async retrier
|
2018-08-18 21:05:38 +02:00 |
|
Matthias
|
d1c5eebff2
|
Add explicit test on handling min_roi_reached
|
2018-08-17 06:50:36 +02:00 |
|
Matthias
|
16fa877b67
|
Remove verbosity of trying backup tables - properly log if
databasemigration happened
|
2018-08-16 13:15:46 +02:00 |
|
Matthias
|
ff8ed564f1
|
Refactor refresh_pairs to exchange and fix tests
|
2018-08-16 12:15:09 +02:00 |
|
misagh
|
e6e2799f03
|
Keeping cached Klines only in exchange and renaming _cached_klines to
klines.
|
2018-08-16 11:37:31 +02:00 |
|
Matthias
|
4a8c120926
|
Output min-roi setting when overwriting from config
|
2018-08-16 11:35:41 +02:00 |
|
misagh
|
a2d9126917
|
Merge branch 'develop' into ccxt-async
|
2018-08-15 15:09:35 +02:00 |
|
Matthias
|
baeffee80d
|
Replace time.time with arrow.utcnow().timestamp
arrow is imported already
|
2018-08-15 13:26:01 +02:00 |
|
Nullart2
|
b34aa46181
|
additional tests
|
2018-08-15 12:05:56 +08:00 |
|
Nullart2
|
48e218d6c0
|
test_talib fix
|
2018-08-15 11:01:59 +08:00 |
|
Nullart2
|
2bc7a668a3
|
informative startup
|
2018-08-15 10:39:32 +08:00 |
|
Matthias
|
3aa210cf93
|
Add test for get_history
|
2018-08-14 20:53:58 +02:00 |
|
Matthias
|
e37cb49dc2
|
Ad test for async_load_markets
|
2018-08-14 20:42:13 +02:00 |
|
Matthias
|
67cbbc86f2
|
Add test for exception
|
2018-08-14 20:35:12 +02:00 |
|
Matthias
|
37e504610a
|
refactor private method - improve some async tests
|
2018-08-14 20:33:03 +02:00 |
|
Matthias
|
8528143ffa
|
Properly close async exchange as requested by ccxt
|
2018-08-14 19:52:09 +02:00 |
|
Matthias
|
69cc6aa958
|
Add test to async
|
2018-08-14 16:02:03 +02:00 |
|
Nullart2
|
78610bb47f
|
mock order_book and additional test
|
2018-08-14 18:12:44 +08:00 |
|
Matthias
|
88e85e8d33
|
fix tests - move load_async_markets call to validate_pairs
|
2018-08-10 13:11:04 +02:00 |
|
Matthias
|
e654b76bc8
|
Fix async test
|
2018-08-10 09:44:03 +02:00 |
|
misagh
|
280ead7bdb
|
Merge branch 'develop' into ccxt-async
|
2018-08-09 13:04:01 +02:00 |
|
Matthias
|
e1921c8849
|
Fix bug causing /balance to fail
|
2018-08-08 22:00:39 +02:00 |
|
Matthias
|
3c451e0677
|
Add test for bugreport #1111
|
2018-08-08 21:54:52 +02:00 |
|
Nullart2
|
c9c0e108ab
|
refactor
|
2018-08-07 18:29:37 +08:00 |
|
Matthias
|
255f303850
|
Fix tests and flake8
|
2018-08-07 08:56:06 +02:00 |
|
Matthias
|
131d268721
|
Fix failing tests when metadata in analyze_ticker is actually used
|
2018-08-06 19:15:30 +02:00 |
|
Samuel Husso
|
199bd7bc50
|
Merge pull request #1123 from freqtrade/fix-db_migration
Fix db migration
|
2018-08-06 12:00:22 +03:00 |
|
Axel Cherubin
|
65f7b75c34
|
fix flake8 issue
|
2018-08-05 17:52:06 -04:00 |
|
Axel Cherubin
|
0b825e96aa
|
fix talib bug on bollinger bands and other indicators when working on small assets, rise talib prescision and add test associated
|
2018-08-05 16:08:49 -04:00 |
|
Nullart2
|
1309c2b14f
|
tests update
|
2018-08-05 22:56:14 +08:00 |
|
Nullart2
|
7143b64fb7
|
tests for coverage
|
2018-08-05 22:41:58 +08:00 |
|
Nullart2
|
4a9bf78770
|
Order Book with tests
|
2018-08-05 12:41:06 +08:00 |
|
Matthias
|
ea506b05c6
|
Add test for failing database migration
|
2018-08-04 20:22:16 +02:00 |
|
Matthias
|
337d9174d9
|
Flake8 fixes
|
2018-08-02 20:11:27 +02:00 |
|
misagh
|
05ca78d2a3
|
ticker_history changed to candle_history naming
|
2018-08-02 17:10:38 +02:00 |
|
misagh
|
2ec2f1abce
|
async branch updated to reflect develop branch changes
|
2018-08-02 16:48:21 +02:00 |
|