gcarq
|
b83309b55d
|
reduce calls_per_second to 1
|
2017-11-15 23:16:39 +01:00 |
|
gcarq
|
dd9cb008fb
|
refresh whitelist based on wallet health (fixes #60)
Refreshs the whitelist in each iteration based on the wallet health,
disabled wallets will be removed from the whitelist automatically.
|
2017-11-13 21:34:47 +01:00 |
|
gcarq
|
81f7172c4a
|
sanitize get_ticker_history (fixes #100)
|
2017-11-13 19:54:09 +01:00 |
|
gcarq
|
1c3c316e45
|
reduce calls_per_second
|
2017-11-11 21:29:35 +01:00 |
|
gcarq
|
bcd3340a80
|
implement get_market_summaries
|
2017-11-11 19:20:16 +01:00 |
|
gcarq
|
12ae1e111e
|
use get_candles from python-bittrex
|
2017-11-11 17:14:55 +01:00 |
|
gcarq
|
8f817a3634
|
use TTLCache for get_ticker_history
|
2017-11-11 15:29:31 +01:00 |
|
gcarq
|
3126dcfcea
|
drop sleep_time and use python-bittrex request delay
|
2017-11-10 23:39:49 +01:00 |
|
gcarq
|
0cfbb56b6c
|
enhance and test pair validation
|
2017-11-09 21:47:47 +01:00 |
|
gcarq
|
fafbb0abfe
|
update python-bittrex to 0.2.0
|
2017-11-09 00:31:53 +01:00 |
|
gcarq
|
ba485fe2b2
|
return state changes
|
2017-11-07 22:26:08 +01:00 |
|
gcarq
|
8555271102
|
remove unneeded header from get_ticker_history
|
2017-11-07 18:49:16 +01:00 |
|
gcarq
|
a1388ef296
|
add tick_interval to get_ticker_history as an optional parameter
|
2017-11-07 18:41:48 +01:00 |
|
Michael Egger
|
ae0b49f532
|
Merge pull request #92 from gcarq/feature/rework-dry_run-mode
rework dry_run
|
2017-11-06 16:54:55 +01:00 |
|
gcarq
|
810f2f9243
|
drop minimum_date from get_ticker_history
|
2017-11-06 00:06:59 +01:00 |
|
gcarq
|
60e651cb4c
|
only return data['result'] from get_ticker_history
|
2017-11-05 23:47:59 +01:00 |
|
gcarq
|
472ce8566d
|
enhance bittrex exception messages
|
2017-11-05 22:47:55 +01:00 |
|
gcarq
|
0a5eba64e2
|
do not remove order from dry_run order list
|
2017-11-05 16:13:20 +01:00 |
|
gcarq
|
b82c4444b2
|
apply correct typehint
|
2017-11-05 16:12:58 +01:00 |
|
gcarq
|
325f72fd91
|
dry_run: keep list of open orders
|
2017-11-05 15:21:16 +01:00 |
|
gcarq
|
264d71e29e
|
fix some pylint warnings
|
2017-11-04 18:55:41 +01:00 |
|
gcarq
|
41510fdb32
|
add dry_run for get_balance
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
9cb249610a
|
adapt dry_run return values
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
543857ddb2
|
set initial open_rate and amount in create_trade
This is mostly needed by dry_run
|
2017-11-02 19:00:25 +01:00 |
|
gcarq
|
9b9d0250f7
|
replace get_open_oders() with get_order() and add property for fee
|
2017-11-02 18:58:55 +01:00 |
|
gcarq
|
4a35676794
|
rename and exchange instance and mark it as private
|
2017-11-02 18:58:55 +01:00 |
|
gcarq
|
e07904d436
|
PEP8 linting
|
2017-10-31 00:36:35 +01:00 |
|
Samuel Husso
|
f4fe09ffbf
|
added get_balances as a abstract method to the interface baseclass
|
2017-10-29 17:57:57 +02:00 |
|
Samuel Husso
|
dd78c62c3d
|
added new command to return balance across all currencies
|
2017-10-28 08:59:43 +03:00 |
|
xsmile
|
d76476040a
|
Bittrex provider
remove redundant 'name' property and pair validation call
|
2017-10-11 19:51:37 +02:00 |
|
xsmile
|
34c774c067
|
move exchange module content to exchange package and the interface to a new module
|
2017-10-07 18:07:29 +02:00 |
|