Samuel Husso
|
35ef1de5cc
|
Merge branch 'feat/objectify-ccxt' into ccxt-objectify-pr1
|
2018-04-06 10:56:06 +03:00 |
|
Samuel Husso
|
f3847a3a9a
|
Merge pull request #597 from xmatthias/obj_ccxt_fix_nullref
use local config-object for check_exchange (fixes Nonetype Attribute error when starting the bot)
|
2018-04-05 08:05:38 +03:00 |
|
Matthias Voppichler
|
0203a48f3e
|
use local config-object for check_exchange
fix AttributeError: 'NoneType' object has no attribute 'get' when
starting the bot.
|
2018-04-04 22:05:17 +02:00 |
|
Michael Egger
|
5420bb9f6d
|
Merge pull request #594 from xmatthias/obj_ccxt_conv
Conversion script for Ticker history data
|
2018-03-31 17:58:00 +02:00 |
|
Matthias Voppichler
|
4ac591b076
|
rename logging to freqtrade
|
2018-03-31 17:30:11 +02:00 |
|
Matthias Voppichler
|
18f8686cdb
|
fix returncode for convert_file
|
2018-03-31 17:29:52 +02:00 |
|
Matthias Voppichler
|
2f40e23dcc
|
don't check negated if both trees are handled
|
2018-03-31 17:28:54 +02:00 |
|
Matthias Voppichler
|
8a83e050d0
|
use path to handle filenames
|
2018-03-31 17:24:25 +02:00 |
|
Matthias Voppichler
|
a972b8768d
|
Improve errorhandling for json files which are not ticker data
|
2018-03-30 23:34:22 +02:00 |
|
Matthias Voppichler
|
a4906c477e
|
Add handling for gzip files
|
2018-03-30 23:30:23 +02:00 |
|
Gerald Lonlas
|
7cafd1f17e
|
Update exchange unit tests
|
2018-03-30 13:52:25 -07:00 |
|
Gerald Lonlas
|
3d2c6a22a3
|
Fix test_validate_pairs()
|
2018-03-30 13:31:13 -07:00 |
|
Gerald Lonlas
|
052404ffbd
|
Check if the exchange is supported
|
2018-03-30 13:14:35 -07:00 |
|
Gerald Lonlas
|
96b2210c0f
|
Change deprecated logger.warn by warning
|
2018-03-30 12:11:06 -07:00 |
|
enenn
|
65b4a0077d
|
Add "Using Exchange ..." logging line
|
2018-03-30 11:02:41 +02:00 |
|
enenn
|
38307755e6
|
Fix exchange urls dict, don't need to initialize exchanges
|
2018-03-28 22:21:10 +02:00 |
|
enenn
|
62a48c741b
|
Change get_ticker_history format to ccxt format
|
2018-03-28 21:59:05 +02:00 |
|
enenn
|
4141ffa67b
|
Implement 'get_pair_detail_url'
|
2018-03-28 21:48:39 +02:00 |
|
Matthias Voppichler
|
756bd63e1d
|
whitespace fix
|
2018-03-26 23:16:41 +02:00 |
|
enenn
|
d04c87c5b3
|
Add keyword arguments for get_fee
|
2018-03-26 21:35:30 +02:00 |
|
enenn
|
c93780d6a6
|
Remove unused and duplicate imports
|
2018-03-26 21:33:43 +02:00 |
|
enenn
|
954e5c095f
|
Remove cache from get_ticker
|
2018-03-26 21:33:14 +02:00 |
|
Matthias Voppichler
|
9d2b7c1fc0
|
Add convert script
|
2018-03-26 20:18:14 +02:00 |
|
enenn
|
916165a7c5
|
Merge branch 'feat/objectify-ccxt' into ccxt-objectify-pr1
|
2018-03-26 19:31:15 +02:00 |
|
enenn
|
aa3c1a953a
|
Add retrier decorator
|
2018-03-26 14:13:21 +02:00 |
|
enenn
|
45764df6b0
|
Remove bittrex tests
|
2018-03-26 14:13:21 +02:00 |
|
enenn
|
a5f5987450
|
Remove Bittrex and Interface classes
|
2018-03-26 14:13:21 +02:00 |
|
enenn
|
800c327b12
|
Add tests for exchange functions that comply with ccxt
|
2018-03-26 14:13:16 +02:00 |
|
Samuel Husso
|
0a32d38ad9
|
exchange: fix get_ticker_history test
|
2018-03-26 09:24:50 +03:00 |
|
Samuel Husso
|
3069a422e9
|
Conftest: use coins that we know are in bittrex, added a new conf for ccxt unittest
|
2018-03-26 09:24:22 +03:00 |
|
Samuel Husso
|
1b4c1980c2
|
exchange: capitalize class name
|
2018-03-26 09:23:42 +03:00 |
|
Samuel Husso
|
aba09b8107
|
Merge pull request #576 from xmatthias/obj-ccxt-ticker
objectify ccxt fix backtesting and some tests
|
2018-03-26 08:28:40 +03:00 |
|
Matthias Voppichler
|
f51ef1a791
|
refactor format_ms_time to misc.py
|
2018-03-25 13:38:50 +02:00 |
|
Matthias Voppichler
|
016232a8e9
|
Revert OHLVC dataformat to ccxt format
* Also fixes backtesting - but data must be refreshed for now as no
conversation is happening yet
|
2018-03-25 13:32:46 +02:00 |
|
Matthias Voppichler
|
dbb0a6261f
|
don't raise exceptions from get_ticker_history
|
2018-03-25 13:03:21 +02:00 |
|
Matthias Voppichler
|
b07ee26e08
|
Revert testing exchange to bittrex
|
2018-03-25 12:57:59 +02:00 |
|
Matthias Voppichler
|
ae803474f9
|
switch rpc_telgram to new style and make it pass
|
2018-03-24 20:59:25 +01:00 |
|
Matthias Voppichler
|
0a068db285
|
Switch rpc_test to new currency style
|
2018-03-24 20:59:09 +01:00 |
|
Matthias Voppichler
|
32222ae6ef
|
Fix tests in acl_pair
|
2018-03-24 20:42:51 +01:00 |
|
Matthias Voppichler
|
82a2144296
|
change format of health fixture and get_market_summaries fixture
|
2018-03-24 20:36:33 +01:00 |
|
Matthias Voppichler
|
22ef860312
|
Change freqbottest currencies
|
2018-03-24 20:32:15 +01:00 |
|
Matthias Voppichler
|
a6587b209f
|
freqtradebot_tests - change currency to new format
|
2018-03-24 20:11:42 +01:00 |
|
Matthias Voppichler
|
4dc1d7538e
|
switch currencies to new format
|
2018-03-24 20:07:04 +01:00 |
|
Matthias Voppichler
|
609c1eee55
|
fix persistance tests
|
2018-03-24 20:03:31 +01:00 |
|
Matthias Voppichler
|
ab6e32f6bb
|
have backtest and dry-mode working
partially revert d20e3f79be - Changing the
OHLVC format should not be done at this time
|
2018-03-24 19:51:40 +01:00 |
|
Matthias Voppichler
|
85af68d807
|
ccxt - make backtesting work
|
2018-03-24 19:45:23 +01:00 |
|
enenn
|
d387b68b85
|
Adapt exchange functions to ccxt API
Remove get_market_summaries and get_wallet_health, add exception handling
|
2018-03-23 23:41:10 +01:00 |
|
enenn
|
19928fb6f0
|
Change pair format in constants.py
|
2018-03-23 23:41:10 +01:00 |
|
enenn
|
ed8e07503b
|
Add NetworkException
|
2018-03-23 23:41:10 +01:00 |
|
Samuel Husso
|
0893431fde
|
Merge pull request #572 from gcarq/pyup-update-pytest-3.4.2-to-3.5.0
Update pytest to 3.5.0
|
2018-03-23 07:07:06 +02:00 |
|