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 |
|
pyup-bot
|
e5abc15c53
|
Update pytest from 3.4.2 to 3.5.0
|
2018-03-23 05:30:54 +01:00 |
|
Janne Sinivirta
|
8d65452631
|
Merge pull request #569 from gcarq/feature/state-public-attr
Make state a public property on FreqtradeBot
|
2018-03-22 15:46:18 +02:00 |
|
Samuel Husso
|
eb4ac73b78
|
remove last bittrex references so that bot is runnable
|
2018-03-22 08:29:52 +02:00 |
|
gcarq
|
b8f322d8f6
|
revert worker() changes
|
2018-03-21 19:27:30 +01:00 |
|
Samuel Husso
|
d20e3f79be
|
analyze to use the ccxt OHLCV format
setup: remove bittrex and add requirement to ccxt
freqtradebot: update market summaries to ccxt format
|
2018-03-21 19:57:58 +02:00 |
|
gcarq
|
9df5e09a82
|
remove function assertions
|
2018-03-21 18:50:18 +01:00 |
|
gcarq
|
9559f50eec
|
remove obsolete helper functions and make _state a public member.
|
2018-03-21 18:50:18 +01:00 |
|
Samuel Husso
|
40a0689183
|
exhcange now uses ccxt in dry_run, update config
|
2018-03-21 19:40:16 +02:00 |
|
Samuel Husso
|
14d16d573c
|
Remove bittrex related interface code and tests
|
2018-03-21 19:31:15 +02:00 |
|
Samuel Husso
|
556533f160
|
requirements add ccxt, remove bittrex
|
2018-03-21 19:02:04 +02:00 |
|
Janne Sinivirta
|
62a3366fbf
|
Merge pull request #537 from gcarq/feature/objectify
Switch from procedural code to object + Code coverage 99.09%
|
2018-03-21 08:59:28 +02:00 |
|
Janne Sinivirta
|
04c6474dd0
|
Merge pull request #563 from gcarq/feature/typehints
Set correct typehints and minor code cleanups
|
2018-03-21 08:53:38 +02:00 |
|
gcarq
|
3553686e50
|
plot_dataframe: set missing typehints
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
bc554faffb
|
plot_profit: add missing typehints and fix mutable argument issue
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
a5c62b5c10
|
rpc/rpc.py: fix indentation
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
f6df7df9bf
|
modify args typehints
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
33ddc540cf
|
don't shadow built-in name tuple
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
7078bc00bd
|
rpc: apply correct typehints; remove redundant parentheses
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
d2aea7bdc1
|
optimize imports
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
d8689e5045
|
set correct typehint; remove unused argument
|
2018-03-20 19:48:03 +01:00 |
|
gcarq
|
5327533188
|
optimize: set correct typehints
|
2018-03-20 19:48:03 +01:00 |
|
gcarq
|
5532cedcdd
|
get_signal: remove redundant parentheses
|
2018-03-20 19:48:03 +01:00 |
|
gcarq
|
ed71340a90
|
arguments: apply missing typehints
|
2018-03-20 19:48:03 +01:00 |
|