iuvbio
|
ccad883256
|
adjust get_markets
|
2019-03-12 16:31:22 +01:00 |
|
iuvbio
|
3a2aa54d2a
|
add markets property
|
2019-03-12 16:31:22 +01:00 |
|
iuvbio
|
d423f58566
|
replace fetch_markets
|
2019-03-12 16:31:22 +01:00 |
|
Matthias
|
0eb9dd5fe5
|
Don't use timeInForce for market orders
|
2019-03-11 20:30:36 +01:00 |
|
Matthias
|
0a2cacbba8
|
Fix #1637
|
2019-03-08 21:17:12 +01:00 |
|
Matthias
|
ef26484153
|
Super() should not be called with parameters
source: https://realpython.com/python-super/
|
2019-02-26 21:01:50 +01:00 |
|
Matthias
|
6c75b8a36a
|
Remove pair market url
|
2019-02-26 19:27:28 +01:00 |
|
Matthias
|
006635003e
|
Fix small typos
|
2019-02-24 20:18:41 +01:00 |
|
Matthias
|
f2fd5205ef
|
Fix typo
|
2019-02-24 20:13:38 +01:00 |
|
Matthias
|
5c18346cd5
|
Add typehint to binance dict
|
2019-02-24 20:01:20 +01:00 |
|
Matthias
|
a05155cb75
|
Adapt failing test
|
2019-02-24 19:41:47 +01:00 |
|
Matthias
|
455b168366
|
add _ft_has to exchangeclass
|
2019-02-24 19:35:29 +01:00 |
|
Matthias
|
06f486a8eb
|
Add binance exchange subclass
|
2019-02-24 19:30:05 +01:00 |
|
iuvbio
|
403ed48c3e
|
rename _store_dry_order
|
2019-02-23 16:28:13 +01:00 |
|
iuvbio
|
ec6794b9ba
|
fix dry_orders
|
2019-02-23 16:03:15 +01:00 |
|
iuvbio
|
9a097214a6
|
return complete dry_order in buy and sell
|
2019-02-22 19:22:48 +01:00 |
|
iuvbio
|
71774bce6f
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into order_creation
|
2019-02-22 19:02:31 +01:00 |
|
iuvbio
|
b79d967371
|
add tests, further consolidate orders
|
2019-02-22 01:48:35 +01:00 |
|
iuvbio
|
69bb6ebaf6
|
fix comments
|
2019-02-21 22:43:15 +01:00 |
|
iuvbio
|
bf5d2a68f5
|
Merge branch 'develop' into order_creation
|
2019-02-21 19:03:29 +01:00 |
|
Matthias
|
e0f426d863
|
Allow import freqtrade.exchange.*
|
2019-02-21 06:59:52 +01:00 |
|
Matthias
|
e987a915e8
|
Rename exchange file
|
2019-02-21 06:56:22 +01:00 |
|
Matthias
|
2dcb4134cc
|
Merge branch 'develop' into pr/iuvbio/1563
|
2019-02-21 06:29:37 +01:00 |
|
iuvbio
|
b5758e67f9
|
order creation cleanup
|
2019-02-21 00:29:59 +01:00 |
|
hroff-1902
|
2851833726
|
added _now_is_time_to_refresh()
|
2019-02-21 01:20:24 +03:00 |
|
hroff-1902
|
c1ef6940b0
|
removed wrong comment: tuple is not created here
|
2019-02-21 00:47:18 +03:00 |
|
hroff-1902
|
2aba9c081c
|
fixed typos in comments
|
2019-02-21 00:46:35 +03:00 |
|
iuvbio
|
e495ffec78
|
align dry_run_orders
|
2019-02-20 02:38:16 +01:00 |
|
iuvbio
|
4241caef95
|
changes to base and subclass
|
2019-02-17 23:34:15 +01:00 |
|
iuvbio
|
d8feceebb5
|
fix type-hints
|
2019-02-17 15:54:22 +01:00 |
|
iuvbio
|
5e8a7a03c3
|
correct time_in_force param
|
2019-02-17 15:26:33 +01:00 |
|
iuvbio
|
32b02c9925
|
kraken subclass
|
2019-02-17 04:01:17 +01:00 |
|
iuvbio
|
54d5bce445
|
undo kraken specific changes
|
2019-02-17 03:59:40 +01:00 |
|
Crypto God
|
ef5a0b9afc
|
add Kraken specifics
|
2019-02-15 22:50:11 +01:00 |
|
Samuel Husso
|
e3ae8d3f69
|
flake8 3.7.1 fixes
|
2019-01-31 07:51:03 +02:00 |
|
Matthias
|
86a0863e30
|
Clarify logmessage Done fetching
|
2019-01-22 19:26:07 +01:00 |
|
Matthias
|
c77607b997
|
Fix tests after rebase
|
2019-01-22 07:38:15 +01:00 |
|
Matthias
|
3221f883d3
|
Wrap line correctly
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
27b2021726
|
Only run once per pair
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
d7df5d5715
|
Keep last_pair_refresh as tuple asw ell
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
f0af4601f9
|
Adopt plot_dataframe to work with --live
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
0aa0b1d4fe
|
Store tickers by pair / ticker_interval
|
2019-01-22 07:07:15 +01:00 |
|
Matthias
|
5f61da30ed
|
Adjust tests to 3tuple return value from async method
|
2019-01-22 07:06:30 +01:00 |
|
Matthias
|
d6df3e55c0
|
Return ticker_interval from async routine
used to identify calls in refresh_latest_ohlcv
|
2019-01-22 07:06:30 +01:00 |
|
Matthias
|
e503d811bd
|
Change logmessages to match functions called
|
2019-01-22 07:05:09 +01:00 |
|
Matthias
|
a206777fe5
|
Rename refresh_tickers to refresh_latest_ohlcv
|
2019-01-22 07:05:09 +01:00 |
|
Matthias
|
06ec106079
|
simplify refresh_tickers
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
646e98da55
|
Always return dataframe
|
2019-01-22 07:04:19 +01:00 |
|
Matthias
|
b48430f922
|
Return list not None
|
2019-01-19 20:21:33 +01:00 |
|
Matthias
|
30e3b52b1e
|
catch errors found in #1491
|
2019-01-19 20:02:37 +01:00 |
|