Matthias
|
917f70892c
|
Merge pull request #10249 from freqtrade/bingx
Add Support for Bingx
|
2024-05-26 19:36:51 +02:00 |
|
Matthias
|
83bb65132b
|
Bump ccxt to the required version for bingx
|
2024-05-26 18:17:54 +02:00 |
|
Matthias
|
30ad4ca9a9
|
Add bingx to list of supported exchanges
|
2024-05-26 16:37:21 +02:00 |
|
Matthias
|
34d7d530a1
|
chore(tests): Filled orders should have an average.
|
2024-05-26 16:37:21 +02:00 |
|
Matthias
|
c6d132376a
|
Add Binance filled order
|
2024-05-26 16:37:21 +02:00 |
|
Matthias
|
89e3fc1c64
|
Test bingx order parsing
|
2024-05-26 16:37:21 +02:00 |
|
Matthias
|
64c7f6b06a
|
Improve bingx file formatting
|
2024-05-26 16:37:21 +02:00 |
|
Matthias
|
71cb2ded79
|
Add Bingx stoploss documentation
|
2024-05-26 16:37:21 +02:00 |
|
Matthias
|
7f990e7df6
|
Enable bingx stoploss
|
2024-05-26 16:37:21 +02:00 |
|
Simon Waiblinger
|
26aabafe04
|
Merge branch 'freqtrade:develop' into feature/setup-win
|
2024-05-26 15:59:21 +02:00 |
|
simwai
|
6174a49aa5
|
Implemented the changes to pass the review, implemented consistent variable naming, adjusted unit tests
|
2024-05-26 15:54:52 +02:00 |
|
Matthias
|
46e97e5806
|
fix htx: Reduce amount of data downloaded on higher timeframes
closes #10247
|
2024-05-26 15:49:48 +02:00 |
|
Matthias
|
32ff3ebb99
|
Improve handling for immediately canceled orders
|
2024-05-26 09:42:28 +02:00 |
|
Matthias
|
9d3073d930
|
Add test for new "fully cancel" logic
|
2024-05-26 08:36:08 +02:00 |
|
Matthias
|
edd92194b0
|
have handle_onexchange_order delete trades if no order filled.
|
2024-05-26 08:36:02 +02:00 |
|
Matthias
|
ec0f6cb246
|
Add Properties for canceled orders to trade_model
|
2024-05-26 08:35:57 +02:00 |
|
Matthias
|
dc92787f1d
|
Fix gone-wrong hyperopt fix
closes #10192
|
2024-05-25 11:52:41 +02:00 |
|
Simon Waiblinger
|
9c816045f1
|
Merge branch 'freqtrade:develop' into feature/setup-win
|
2024-05-24 20:47:21 +02:00 |
|
simwai
|
b9fd8d2ee7
|
Fixed log level of one log statement
|
2024-05-23 19:02:53 +02:00 |
|
simwai
|
e29fcb45ac
|
Removed admin permissions, because it seems not necessary. Improved error messages. Increase speed of requirements installation by introducing new merging strategy.
|
2024-05-23 18:58:09 +02:00 |
|
simwai
|
670c5d0067
|
Added powershell unit tests to CI config
|
2024-05-23 18:16:37 +02:00 |
|
simwai
|
1352240ec7
|
Formatted setup.ps1
|
2024-05-23 12:08:10 +02:00 |
|
simwai
|
6d261b828e
|
Applied fixed from last PR review
|
2024-05-23 12:07:40 +02:00 |
|
Matthias
|
2c740059d7
|
Merge pull request #10237 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2024-05-23 06:04:05 +02:00 |
|
xmatthias
|
d59422159a
|
chore: update pre-commit hooks
|
2024-05-23 03:02:28 +00:00 |
|
Matthias
|
c3fa8a4c45
|
feat: Allow empty fiat_display_currency
(instead of completely deleting that key)
|
2024-05-22 20:30:35 +02:00 |
|
Matthias
|
23aef6e054
|
Bump requests to 2.32.2
2.32.0 was yanked.
|
2024-05-22 20:16:04 +02:00 |
|
simwai
|
d124716196
|
Added unit tests
|
2024-05-21 22:32:03 +02:00 |
|
simwai
|
12b5376cb6
|
Revert "Updated gitignore file"
This reverts commit 5110c14d35 .
|
2024-05-21 08:04:09 +02:00 |
|
Matthias
|
ea27a1ec13
|
Merge pull request #10232 from freqtrade/dependabot/pip/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0
|
2024-05-21 06:30:41 +02:00 |
|
dependabot[bot]
|
d52431c581
|
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-20 21:58:49 +00:00 |
|
simwai
|
ccb1588048
|
Added setup.ps1 for installation/updates on Windows
|
2024-05-20 21:08:58 +02:00 |
|
Matthias
|
aecb86d3f9
|
Merge pull request #10229 from freqtrade/feat/coingecko_apikey
Support Coingecko api keys
|
2024-05-20 18:04:53 +02:00 |
|
Matthias
|
531843ebcb
|
Improve message for fiat_display_currency
allow leaving empty for new-config
|
2024-05-20 17:02:00 +02:00 |
|
Matthias
|
1588a4253d
|
Update tests for coinGecko updates
|
2024-05-20 15:29:22 +02:00 |
|
Matthias
|
468d0f8cf0
|
use FtCoinGeckoApi for marketCapPairlist, too
|
2024-05-20 15:22:13 +02:00 |
|
Matthias
|
2cd3089b3a
|
Update fiat-convert test cases
|
2024-05-20 15:16:12 +02:00 |
|
Matthias
|
94e0a808b7
|
Add test, invert logic
|
2024-05-20 15:14:15 +02:00 |
|
Matthias
|
9e0ccb1cf4
|
Rename coingecko wrapper file
|
2024-05-20 15:11:43 +02:00 |
|
Matthias
|
8d1285bb21
|
Set session params instead of headers
|
2024-05-20 14:44:25 +02:00 |
|
Matthias
|
5fd76a79fe
|
Add coingecko API documentation
|
2024-05-20 14:39:57 +02:00 |
|
Matthias
|
3729daf082
|
Add type check for coingecko settings
|
2024-05-20 14:34:18 +02:00 |
|
Matthias
|
1ff162cf17
|
Use coingecko api keys
|
2024-05-20 14:32:08 +02:00 |
|
Matthias
|
773940e05c
|
Update mocks to FtCoinGeckoApi
|
2024-05-20 14:15:53 +02:00 |
|
Matthias
|
62166e23f6
|
Improve singleton pattern
|
2024-05-20 14:15:20 +02:00 |
|
Matthias
|
cb1600d7b0
|
Update fiat_convert to use FtCoinGeckoApi
|
2024-05-20 14:08:44 +02:00 |
|
Matthias
|
c1f780794a
|
Add CoinGeckoApi Wrapper
|
2024-05-20 14:02:09 +02:00 |
|
Matthias
|
7a309d6927
|
Add explicit "fiat convert singleton" code
|
2024-05-20 13:58:15 +02:00 |
|
Matthias
|
95077f4752
|
Remove unused "mocker" fixtures in fiat_convert
|
2024-05-20 13:57:06 +02:00 |
|
Matthias
|
0c16a45999
|
Fix odd bug related to singleton usage
|
2024-05-20 13:56:28 +02:00 |
|