xmatthias
|
77b32e94f1
|
chore: update pre-commit hooks
|
2024-08-15 03:12:42 +00:00 |
|
Matthias
|
ef497beaea
|
Merge pull request #10484 from freqtrade/feat/trades_async
Move trades-refresh to async
|
2024-08-13 15:18:26 +02:00 |
|
Matthias
|
6ea450a4e1
|
chore: bitvavo uses DECIMAL_PLACES for amount rounding
closes #9560
|
2024-08-13 14:30:01 +02:00 |
|
Matthias
|
f64786543d
|
feat: hyperliquid requires different precision modes
|
2024-08-13 12:21:13 +02:00 |
|
Matthias
|
0b8dfa6878
|
chore: improved docstring for precision_mode_price
|
2024-08-13 09:29:36 +02:00 |
|
Matthias
|
cfa591838f
|
feat: use "precision_mode_price" where applicable
|
2024-08-13 09:13:10 +02:00 |
|
Matthias
|
ac1ac0debe
|
feat: set precision_mode_price when creating trade objects
|
2024-08-13 09:11:44 +02:00 |
|
Matthias
|
784208dd87
|
chore: improve variable naming for ohlcv
|
2024-08-12 19:44:55 +02:00 |
|
Matthias
|
5cb6c234c4
|
chore: improve naming for refresh_latest_trades
|
2024-08-12 19:44:45 +02:00 |
|
Matthias
|
0afd3fc5e1
|
fix: improved handling for corrupt trades files
part of #10515
|
2024-08-10 20:13:36 +02:00 |
|
xmatthias
|
9d0cd961b4
|
chore: update pre-commit hooks
|
2024-08-08 03:12:08 +00:00 |
|
Matthias
|
805c946b33
|
feat: improve structure of list_exchange endpoints
|
2024-08-03 18:24:52 +02:00 |
|
Matthias
|
9429657a2b
|
chore: make Hyperliquid class actually usable
|
2024-08-02 07:28:09 +02:00 |
|
Matthias
|
2b0b1e23eb
|
chore: enhance error message on ohlcv error
|
2024-08-02 07:26:54 +02:00 |
|
Matthias
|
dd55baf148
|
chore: support snake_case for api keys
|
2024-08-02 07:26:54 +02:00 |
|
Matthias
|
a840969512
|
feat: move trades-refresh to async
|
2024-08-01 19:58:17 +02:00 |
|
xmatthias
|
af554fc3f7
|
chore: update pre-commit hooks
|
2024-08-01 03:15:58 +00:00 |
|
Matthias
|
d33c930f26
|
Merge pull request #10454 from jainanuj94/feature/10348
Add percent change pairlist
|
2024-07-30 20:58:27 +02:00 |
|
Matthias
|
1ebbfffd2a
|
chore: hyperliquid doesn't have historic ohlcv
|
2024-07-29 19:42:28 +02:00 |
|
jainanuj94
|
aa327643f5
|
Merge remote-tracking branch 'upstream/develop' into feature/10348
|
2024-07-28 22:26:58 +05:30 |
|
Matthias
|
6454a7a453
|
chore: Remove Phemex from blocklist.
not providing history is not necessarily a reason to hard-block an exchange.
|
2024-07-27 15:57:07 +02:00 |
|
jainanuj94
|
dad4f30597
|
Correct calculation for percent calculation and use tickers
|
2024-07-25 23:33:28 +05:30 |
|
Matthias
|
b3e3dff560
|
Improve log message uppon pair watchlist removal
|
2024-07-22 19:27:55 +02:00 |
|
Matthias
|
72f6ee8e8b
|
feat: Add Orderflow -> exchange support validation
|
2024-07-22 18:07:32 +02:00 |
|
Matthias
|
4ee7c3741f
|
Merge pull request #9066 from TheJoeSchr/feature/fetch-public-trades
[Feature] fetch public trades
|
2024-07-21 20:00:54 +02:00 |
|
Matthias
|
faf7b830c9
|
fix: Fix WS restart bug after network outage
This could lead to messed up candles in case of an outage that took more than 1 candle.
|
2024-07-21 19:56:51 +02:00 |
|
xmatthias
|
8cd20f1914
|
chore: update pre-commit hooks
|
2024-07-20 06:43:19 +00:00 |
|
Matthias
|
a8f707eee2
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-07-20 08:15:34 +02:00 |
|
colorfulgray0
|
b5e7c6406a
|
chore: remove redundant raise
|
2024-07-19 15:49:30 +08:00 |
|
Matthias
|
f5a92fcfc5
|
Support accountId as exchange secret
|
2024-07-16 18:26:51 +02:00 |
|
Matthias
|
5c371133a0
|
chore: Improve wording
|
2024-07-16 18:21:01 +02:00 |
|
Matthias
|
5cabd49bec
|
Fix comment
closes #10422
|
2024-07-14 17:28:08 +02:00 |
|
Matthias
|
103db9a025
|
Add hyperliquid exchange overrides
part of #10377
|
2024-07-14 09:14:44 +02:00 |
|
Matthias
|
9736e0d13f
|
Update docstring alignment
|
2024-07-14 09:08:36 +02:00 |
|
Matthias
|
1c46b287d7
|
chore: add support for "walletAddress" and "privateKey"
part of #10377
|
2024-07-14 09:05:25 +02:00 |
|
Matthias
|
5b2b5285ed
|
chore: Support apiKey as config value
(aligns secret configuration with ccxt)
|
2024-07-14 08:57:23 +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
|
9ebd34daba
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-07-11 07:06:58 +02:00 |
|
xmatthias
|
d25c76698c
|
chore: update pre-commit hooks
|
2024-07-11 03:12:39 +00:00 |
|
Matthias
|
e5f6ce9724
|
Fix "needed_candle_for*" logic
we can't compare this to "required_candle_call_count" - that'd yield 1 ...
|
2024-07-10 20:19:01 +02:00 |
|
Matthias
|
7a67771e46
|
feat: include orderbook / fetchTicker to exchange_has
this will ensure one of the "get price" methods is available.
|
2024-07-06 10:55:10 +02:00 |
|
Matthias
|
deeabbca12
|
chore: Don't override builtins
|
2024-07-05 08:51:20 +02:00 |
|
Joe Schr
|
aa86e95650
|
refresh_latest_trades: use max_candles to determine trades download count
|
2024-07-04 18:33:05 +02:00 |
|
Matthias
|
cd8bd9038e
|
fix: Reassign "options" on market reload
Ensures that all data is available after init or reload.
|
2024-07-04 18:12:14 +02:00 |
|
Matthias
|
6b99033164
|
Improve trades-cached handling
|
2024-07-04 15:21:16 +02:00 |
|
Matthias
|
c891e38f2b
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-07-04 14:39:17 +02:00 |
|
Matthias
|
a0a5ccc445
|
Merge branch 'develop' into ci/ccxt.pro
|
2024-07-04 12:08:36 +02:00 |
|
Joe Schr
|
05b2d8a2bf
|
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
|
2024-07-04 11:01:17 +02:00 |
|
xmatthias
|
01506a2ad3
|
chore: update pre-commit hooks
|
2024-07-04 03:12:01 +00:00 |
|
Matthias
|
b58e412982
|
feat: Add "DEX" output for list- exchanges subcommand
|
2024-07-03 13:34:00 +02:00 |
|