Matthias
|
9429657a2b
|
chore: make Hyperliquid class actually usable
|
2024-08-02 07:28:09 +02:00 |
|
Matthias
|
50dcd04816
|
chore: Add cryptocom base exchange class
adjust candle-limit to the appropriate number
|
2024-07-12 07:09:52 +02:00 |
|
Matthias
|
53eefb9442
|
ruff format: exchange classes
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a8eabd0b2e
|
Update remaining files with new import sorting
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
5f1ab7508f
|
Add idex subclass defining the applicable ohlcv limit
|
2024-04-25 08:18:21 +02:00 |
|
Matthias
|
b284abf9e0
|
Add bingx exchange subclass
|
2024-04-02 07:14:52 +02:00 |
|
Joe Schr
|
b55105ec82
|
chore: adjust timeframe_to_* imports accordingly
|
2024-02-27 10:42:29 +01:00 |
|
Matthias
|
6b78dac6f0
|
Re-align naming for resample_freq generator
|
2024-01-23 07:12:27 +01:00 |
|
Matthias
|
c9c44a4710
|
Extract resample_interval generation
|
2024-01-23 07:02:09 +01:00 |
|
Matthias
|
ef80772fc3
|
Rename class and tests
|
2024-01-21 13:57:26 +01:00 |
|
Matthias
|
5bbe6aacfd
|
Remove Bittrex subclass
|
2023-12-18 07:15:24 +01:00 |
|
Matthias
|
2738f3e437
|
Add minimal Exchange class for bitmart
|
2023-11-28 18:13:21 +01:00 |
|
Matthias
|
fcb960185e
|
Clarify function naming
|
2023-06-03 11:58:55 +02:00 |
|
Matthias
|
b2a631e93a
|
refactor remove_exchange_credentials
|
2023-05-15 07:22:40 +02:00 |
|
Matthias
|
8aec71e27e
|
Add bitvavo sublass to properly set ohlcv limit
|
2023-04-17 07:25:13 +02:00 |
|
Matthias
|
d0d0cbe1d1
|
Implement price_to_precision logic for stoploss
|
2023-03-26 10:37:18 +02:00 |
|
Matthias
|
c229ba97a9
|
Update gateio terminology to Gate
|
2023-02-11 08:15:11 +01:00 |
|
Sam Germain
|
32d57f624e
|
delisted bibox following ccxt PR https://github.com/ccxt/ccxt/pull/16067
|
2022-12-15 15:00:27 -05:00 |
|
Matthias
|
30b467906c
|
Delist FTX, following ccxt's delisting.
|
2022-11-14 19:40:57 +01:00 |
|
Matthias
|
c23a9475e6
|
Move exchange utilities into separate module
|
2022-10-29 09:29:17 +02:00 |
|
Matthias
|
c1d8ade2fa
|
Improve supported exchange check by supporting exchange aliases
|
2022-10-04 19:28:57 +02:00 |
|
Matthias
|
6636f17e0f
|
Simplify usage of amount_to_contract precision
|
2022-08-25 07:08:22 +02:00 |
|
Matthias
|
fe7108ae75
|
Convert amount to contracts before comparing for close
closes #7279
|
2022-08-23 06:37:38 +02:00 |
|
Matthias
|
15e85797c2
|
Simplify to_precision tests and imports
|
2022-08-15 08:51:15 +02:00 |
|
Matthias
|
2ec1a7b370
|
Add huobi exchange class
|
2022-02-26 10:33:11 +01:00 |
|
Matthias
|
1d10d2c87c
|
Okex -> okx
|
2022-02-08 19:45:39 +01:00 |
|
Matthias
|
2917cc1f2e
|
Bitpanda's "fetch_my_trades" requires "to" argument
closes #4938
|
2021-12-25 14:28:22 +01:00 |
|
Matthias
|
e78df59e30
|
Configure candle length for OKEX
|
2021-11-02 19:49:53 +01:00 |
|
Matthias
|
a12c3ecc9b
|
Remove credentials whenever dry-run is set from within the exchange
|
2021-09-13 20:27:32 +02:00 |
|
Matthias
|
695a1e21bf
|
Set gate.io download limit to 1000 candles
|
2021-08-20 06:51:04 +02:00 |
|
Matthias
|
42453333be
|
Align coinbase download with ccxt limits
Align with https://github.com/ccxt/ccxt/issues/9268
|
2021-05-27 07:38:47 +02:00 |
|
Matthias
|
0b280a59bc
|
Support per exchange params for OHLCV endpoint
|
2021-05-01 17:29:53 +02:00 |
|
Matthias
|
e4bb6b1582
|
Add kucoin exchange subclass
Kucoin has some specific orderbook restrictions
closes #4723
|
2021-04-13 12:28:07 +02:00 |
|
Matthias
|
a3b4667f7c
|
Update exchange validation to use "validate_exchange".
|
2021-04-06 20:16:29 +02:00 |
|
Matthias
|
0550f261f1
|
Add exchange_has validation
|
2021-04-06 07:47:44 +02:00 |
|
Matthias
|
d7daa86434
|
Add bybit subclass
|
2020-12-20 19:59:46 +01:00 |
|
Matthias
|
8962b6d5c9
|
Add Bittrex subclass to correctly handle L2 orderbook
|
2020-10-13 20:09:43 +02:00 |
|
Matthias
|
253b7b763e
|
Apply isort to freqtrade codebase
|
2020-09-28 19:40:46 +02:00 |
|
Matthias
|
b22e3a67d8
|
rename symbol_is_pair to market_is_tradable
Make it part of the exchange class, so subclasses can override this
|
2020-06-02 20:29:50 +02:00 |
|
Matthias
|
3787ac7b98
|
increment limit to adjust to FTX defaults (1500 candles)
|
2020-02-16 13:20:11 +01:00 |
|
hroff-1902
|
e26bbc7de8
|
Add fix for bibox exchange
|
2019-11-13 19:50:54 +03:00 |
|
Matthias
|
9a42afe0be
|
Move exchange-constants and retriers to exchange.common
|
2019-10-31 10:59:17 +01:00 |
|
hroff-1902
|
1bc63288a3
|
Merge branch 'develop' into list-pairs2
|
2019-10-20 23:22:45 +03:00 |
|
hroff-1902
|
b6e26c82ea
|
Replace market_is_pair() by symbol_is_pair()
|
2019-10-17 18:44:25 +03:00 |
|
hroff-1902
|
6e27c47dee
|
Handle properly exchanges with no active flag set for markets
|
2019-10-14 13:32:39 +03:00 |
|
Matthias
|
76ad5bea0e
|
Load correct exchange class
closes #2371
|
2019-10-14 11:36:42 +02:00 |
|
hroff-1902
|
d1fa5f307b
|
Add --all option to list-exchanges
|
2019-10-01 00:33:33 +03:00 |
|
Matthias
|
14c4854987
|
Merge branch 'develop' into lock_pairs
|
2019-08-15 06:56:39 +02:00 |
|
Matthias
|
d8dbea9d5b
|
Add exchange_reasons to bad exchanges
|
2019-08-13 08:20:35 +02:00 |
|
Matthias
|
2600cb7b64
|
simplify timeframe_next_date calculation
|
2019-08-12 20:04:19 +02:00 |
|