Matthias
|
9a42afe0be
|
Move exchange-constants and retriers to exchange.common
|
2019-10-31 10:59:17 +01:00 |
|
Matthias
|
132a4da7cf
|
Small style fixes and adjusted tests
|
2019-10-27 10:56:38 +01:00 |
|
Matthias
|
73f5bff9c5
|
Add validation to make sure strategies work on that exchange
|
2019-10-27 10:38:21 +01:00 |
|
hroff-1902
|
b26faa13bd
|
Call validate_timeframe only when validate is True
|
2019-10-22 13:51:36 +03:00 |
|
hroff-1902
|
ad5f7e1581
|
Merge remote-tracking branch 'origin/develop' into list-pairs2
|
2019-10-22 12:30:39 +03:00 |
|
hroff-1902
|
3cf95f9f6c
|
Merge pull request #2369 from freqtrade/disable_exchangevalidate
Allow skipping of exchange validation
|
2019-10-22 12:22:48 +03:00 |
|
hroff-1902
|
1bc63288a3
|
Merge branch 'develop' into list-pairs2
|
2019-10-20 23:22:45 +03:00 |
|
hroff-1902
|
47fabca1d9
|
Merge pull request #2372 from xmatthias/kraken_ohlcv_emulate
download tick-based data to emulate candles
|
2019-10-19 19:32:37 +03:00 |
|
Matthias
|
fd22c87295
|
Some minor cleanups to trades download methods and docs
|
2019-10-19 10:05:30 +02:00 |
|
hroff-1902
|
8564affdf0
|
Add tests for Exchange.get_markets()
|
2019-10-17 22:45:20 +03:00 |
|
hroff-1902
|
b6e26c82ea
|
Replace market_is_pair() by symbol_is_pair()
|
2019-10-17 18:44:25 +03:00 |
|
hroff-1902
|
1e61263a28
|
More sofisticated market_is_pair(), taken from #1989
|
2019-10-17 17:49:04 +03:00 |
|
hroff-1902
|
92fda0f76c
|
Allow --base and --quote be lists of currencies
|
2019-10-17 02:09:19 +03:00 |
|
hroff-1902
|
6e27c47dee
|
Handle properly exchanges with no active flag set for markets
|
2019-10-14 13:32:39 +03:00 |
|
Matthias
|
76ad5bea0e
|
Load correct exchange class
closes #2371
|
2019-10-14 11:36:42 +02:00 |
|
Matthias
|
13e80e449c
|
cleanup and better docstring
|
2019-10-14 06:22:10 +02:00 |
|
Matthias
|
762ae3a598
|
Extend tests
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
640d58eb13
|
Remove unneeded checks
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
fa8c61382b
|
Remove unneeded exception handlers
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
16d6914b15
|
Add test to cover missing line
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
05e473642b
|
Small adjustments to get_trade_history
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
0d592f6c55
|
Refactor trade downloading to handle exceptions only once
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
9584629f50
|
Rename argument from dl_path to datadir
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
1f79ca9539
|
Remove duplicate check
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
1d8fc97053
|
Fix duplicate trade error, rename some methods
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
57dee794d1
|
Fix end-reached for id-based trade-download
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
2c0bb71a6e
|
Add download_trades_history()
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
ab8f638e44
|
Move id/time detection to get_historic_trades method
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
77c367ad1d
|
First draft of async get_trade methods
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
26b3148904
|
Add build_ohlcv wrapper
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
27dc9ca799
|
Add trades_pagination attributes
|
2019-10-13 13:15:22 +02:00 |
|
Matthias
|
baad1a5166
|
Explain _params element
|
2019-10-13 13:15:22 +02:00 |
|
hroff-1902
|
7cf7982565
|
Add list-pairs and list-markets subcommands
|
2019-10-13 13:12:20 +03:00 |
|
Matthias
|
f3f6e9d365
|
Allow skipping of exchange validation
|
2019-10-13 10:33:22 +02:00 |
|
hroff-1902
|
946b8c29d7
|
Merge pull request #2317 from hroff-1902/list-timeframes
Add list-timeframes subcommand
|
2019-10-06 16:28:15 +03:00 |
|
hroff-1902
|
d1fa5f307b
|
Add --all option to list-exchanges
|
2019-10-01 00:33:33 +03:00 |
|
hroff-1902
|
7617dd5029
|
Add separate message for hitbtc exchange
|
2019-09-30 20:01:55 +03:00 |
|
hroff-1902
|
272c977d08
|
Add exchanges to the list of bad exchanges
|
2019-09-30 03:55:55 +03:00 |
|
hroff-1902
|
75446d8195
|
Refactor list-timeframes command with the use of the Exchange class methods
|
2019-09-29 23:18:04 +03: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
|
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
|
48ac37a1b8
|
BLock kraken trading - it's not working at the moment
|
2019-09-05 20:16:09 +02: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 |
|
Matthias
|
aae9c3194f
|
Reenable stoploss_on_exchange for dry-run
|
2019-09-01 17:48:06 +02:00 |
|
Matthias
|
f91557f549
|
Add space to exception message
|
2019-09-01 10:17:17 +02:00 |
|
Matthias
|
9f53e9f5dd
|
Raise InvalidOrder error when stoploss-creation fails
|
2019-09-01 09:08:35 +02:00 |
|
Matthias
|
b5789203f2
|
Merge branch 'develop' into timeframe_use_ccxt
|
2019-08-26 19:48:58 +02:00 |
|