misagh
|
9d005678c3
|
Merge branch 'develop' into stoploss_on_exchange
|
2018-11-30 15:13:43 +01:00 |
|
Matthias
|
38592c6fa6
|
Add binance config sample, improve invalid pair message
|
2018-11-29 07:07:47 +01:00 |
|
misagh
|
1a5465fb50
|
logs enriched in case of stop loss on exchange, test fixed
|
2018-11-28 19:35:10 +01:00 |
|
misagh
|
7dbf0fed68
|
stop loss limit order type corrected
|
2018-11-27 17:09:51 +01:00 |
|
misagh
|
86354ed258
|
conflict resolved
|
2018-11-26 19:08:58 +01:00 |
|
misagh
|
b63535083e
|
flake8
|
2018-11-26 18:47:32 +01:00 |
|
misagh
|
1f1770ad5a
|
migration script and and error handling on stop loss order
|
2018-11-26 18:46:59 +01:00 |
|
misagh
|
5e1fb11124
|
documentation added for stop loss on exchange
|
2018-11-25 17:30:06 +01:00 |
|
misagh
|
3e29fbb17a
|
stoploss on exchange added as a parameter to order_types
|
2018-11-25 17:22:56 +01:00 |
|
Matthias
|
ebaf58b0fe
|
Only sort data if necessary
|
2018-11-25 15:00:50 +01:00 |
|
Matthias
|
8a43611992
|
Remove get_candle_history (it's now async)
convert sort-test to async
|
2018-11-25 14:48:15 +01:00 |
|
misagh
|
664b96173e
|
removing NotImplementedError from stoploss_limit
|
2018-11-25 10:54:36 +01:00 |
|
misagh
|
b2c0b20a58
|
added real tests for stop on exchange in dry-run
|
2018-11-24 18:26:04 +01:00 |
|
misagh
|
07ac902451
|
test exchange added
|
2018-11-22 20:30:31 +01:00 |
|
misagh
|
3418592908
|
freqtradebot test added for orders on exchange
|
2018-11-22 19:25:26 +01:00 |
|
misagh
|
bbe8e4e494
|
flake8
|
2018-11-22 17:07:37 +01:00 |
|
misagh
|
bfbdddff26
|
stoploss limit order added to exchange
|
2018-11-22 16:24:40 +01:00 |
|
Matthias
|
b3e08831f7
|
Remove rate for market orders
|
2018-11-17 20:14:50 +01:00 |
|
Matthias
|
c11984d943
|
Check if exchange supports all configured market types
|
2018-11-17 19:54:55 +01:00 |
|
Matthias
|
ef1e20bfe8
|
Don't add default value for ordertype
sort parameters to align with ccxt
|
2018-11-17 13:29:24 +01:00 |
|
Matthias
|
6a71f80a9e
|
Add support for different order types
|
2018-11-15 06:58:24 +01:00 |
|
Matthias
|
a4d2bb6f29
|
Fix "No market symbol" exception in telegram calls
|
2018-10-10 21:28:48 +02:00 |
|
Matthias
|
e7d5cf9d9d
|
Allow loading of any additional configuration to ccxt
seperated by async and non-async
|
2018-10-04 20:16:43 +02:00 |
|
Matthias
|
3893b638fe
|
Merge pull request #1213 from freqtrade/fix_mac_install
Fix mac install documentation
|
2018-09-27 12:39:42 +02:00 |
|
Matthias
|
9685c09c1a
|
Add offset to "get_trades_for_order"
|
2018-09-15 20:28:36 +02:00 |
|
Matthias
|
14b7fc42fa
|
Change returntype for _load_markets to dict
|
2018-09-11 19:46:31 +02:00 |
|
Matthias
|
0a29096794
|
Refactor load_market out of validate_pairs
|
2018-09-10 20:19:12 +02:00 |
|
Matthias
|
e9deb928f6
|
Fix bug when exchange result is empty
|
2018-09-02 19:15:23 +02:00 |
|
Matthias
|
ffd4469c1d
|
fix typo, refresh_tickers does not need a return value
|
2018-08-29 19:56:38 +02:00 |
|
Matthias
|
54ddd908e6
|
Merge branch 'develop' into ccxt-async
|
2018-08-29 19:43:09 +02:00 |
|
Matthias
|
9f8e68ce02
|
Merge branch 'develop' into order-book
|
2018-08-29 19:32:44 +02:00 |
|
Samuel Husso
|
36e0e652f0
|
Merge pull request #1135 from freqtrade/fix/rpc_balance_vtho
Fix /balance rpc call if coin is not properly listed
|
2018-08-22 07:01:40 +03:00 |
|
Misagh
|
66d52c1236
|
Merge pull request #4 from xmatthias/ccxt_async_retrier
Add async retrier
|
2018-08-21 19:55:30 +02:00 |
|
Matthias
|
6e90d482ef
|
remove amount_to_lots (deprecated / removed)
was removed from ccxt in
527f082e59
|
2018-08-21 19:08:21 +02:00 |
|
Matthias
|
694b8be32f
|
Move variables from class to instance
|
2018-08-19 19:49:02 +02:00 |
|
Matthias
|
d722c12109
|
fix bug in async download script
|
2018-08-18 21:08:59 +02:00 |
|
Matthias
|
d556f669b0
|
Add async retrier
|
2018-08-18 21:05:38 +02:00 |
|
Matthias
|
ff8ed564f1
|
Refactor refresh_pairs to exchange and fix tests
|
2018-08-16 12:15:09 +02:00 |
|
misagh
|
e6e2799f03
|
Keeping cached Klines only in exchange and renaming _cached_klines to
klines.
|
2018-08-16 11:37:31 +02:00 |
|
misagh
|
a2d9126917
|
Merge branch 'develop' into ccxt-async
|
2018-08-15 15:09:35 +02:00 |
|
Matthias
|
baeffee80d
|
Replace time.time with arrow.utcnow().timestamp
arrow is imported already
|
2018-08-15 13:26:01 +02:00 |
|
Matthias
|
ca6594cd24
|
remove comment, add docstring
|
2018-08-15 12:49:39 +02:00 |
|
Nullart2
|
2bc7a668a3
|
informative startup
|
2018-08-15 10:39:32 +08:00 |
|
Matthias
|
37e504610a
|
refactor private method - improve some async tests
|
2018-08-14 20:33:03 +02:00 |
|
Matthias
|
8528143ffa
|
Properly close async exchange as requested by ccxt
|
2018-08-14 19:52:09 +02:00 |
|
Matthias
|
88e85e8d33
|
fix tests - move load_async_markets call to validate_pairs
|
2018-08-10 13:11:04 +02:00 |
|
Matthias
|
fce071843d
|
Move async-load to seperate function
|
2018-08-10 13:04:43 +02:00 |
|
Matthias
|
a852d2ff32
|
default since_ms to 30 days if no timerange is given
|
2018-08-10 11:15:02 +02:00 |
|
Matthias
|
a107c4c7b4
|
Download using asyncio
|
2018-08-10 11:08:28 +02:00 |
|
Matthias
|
74d6816a1a
|
Fix some comments
|
2018-08-10 11:00:07 +02:00 |
|