Matthias
|
3c88bdc60c
|
fix: round liquidation price to price precision
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
6d698e584b
|
chore: return 0 total balances
total may be 0, while still having "free" balance (cross futures scenarios)
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
193b989342
|
chore: Be more precise with binance account limitation
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
8dc322d7f2
|
chore: don't allow negative stake amounts
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
eee5d710e7
|
chore: patch torch all the time -
"list"tests do load the modules as well - so they
need the same patch.
|
2024-12-08 10:06:23 +01:00 |
|
Matthias
|
489db37bbd
|
Merge pull request #10979 from amalysh/develop
allow json in environment variables
|
2024-12-08 08:55:21 +01:00 |
|
Matthias
|
10b5d5e56b
|
docs: add "list parsing" logic to documentation
|
2024-12-08 08:35:13 +01:00 |
|
Matthias
|
934bcf253e
|
test: add tests for list parsing
|
2024-12-08 08:34:54 +01:00 |
|
Matthias
|
0683ba3a54
|
feat: limit environment-variable json parsing to lists
|
2024-12-08 08:30:45 +01:00 |
|
Matthias
|
a85f200450
|
Merge pull request #11000 from freqtrade/feat/multi_wallet
Dry-run multi-wallet support
|
2024-12-07 17:49:32 +01:00 |
|
Matthias
|
98e0a5f101
|
chore: remove unused arguments in loss functions
|
2024-12-07 15:52:14 +01:00 |
|
Matthias
|
fb9e11b7b5
|
chore: improve type safety
|
2024-12-07 13:21:18 +01:00 |
|
Matthias
|
e77ca024d7
|
chore: improve naming, don't duplicate column list
|
2024-12-06 20:16:46 +01:00 |
|
Matthias
|
63f8217cd5
|
chore: ensure exif-data is removed from images
|
2024-12-06 20:11:46 +01:00 |
|
Matthias
|
9f5cb3a07e
|
chore: add exif-stripper to ensure exif data is removed
|
2024-12-06 20:11:09 +01:00 |
|
Matthias
|
e09d1b42f2
|
chore: eliminate duplicate trades data grouping
|
2024-12-06 20:09:43 +01:00 |
|
Matthias
|
267d9333a1
|
chore: remove pointless, very noisy log message.
|
2024-12-06 20:09:07 +01:00 |
|
Matthias
|
ab39ac29e8
|
fix: ensure data type is maintained when data comes from cache.
|
2024-12-06 20:05:33 +01:00 |
|
Matthias
|
6c25feabf2
|
tests: assert type of orderflow object
|
2024-12-06 20:05:07 +01:00 |
|
Matthias
|
171157c100
|
chore: further simplify orderflow code
|
2024-12-06 07:03:24 +01:00 |
|
Matthias
|
3137d7cf2c
|
chore: remove unnecessary config alias
|
2024-12-06 06:43:01 +01:00 |
|
Matthias
|
6ab528748e
|
tests: Update orderflow tests
|
2024-12-06 06:40:15 +01:00 |
|
Matthias
|
621dfc136e
|
fix: Improved caching
closes #11008
|
2024-12-06 06:38:49 +01:00 |
|
Matthias
|
9d07f5dc2e
|
chore: reduce orderflow code duplication
|
2024-12-05 19:37:36 +01:00 |
|
Matthias
|
48dd86bd9b
|
chore: use .at for assignments
|
2024-12-05 19:33:49 +01:00 |
|
Matthias
|
4879582896
|
feat: use dataframe.at directly to avoid intermediate series
|
2024-12-05 19:32:40 +01:00 |
|
Matthias
|
6584f86bce
|
test: add Spy to improve test
|
2024-12-05 19:19:17 +01:00 |
|
Matthias
|
82d517fcbb
|
test: improve orderflow test
|
2024-12-05 07:12:35 +01:00 |
|
Matthias
|
ff371c43e0
|
tests: add test to ensure caching works
part of #11008
|
2024-12-05 07:11:58 +01:00 |
|
Matthias
|
0bf0e1808c
|
chore: add todo for future cleanup
|
2024-12-05 06:58:25 +01:00 |
|
Matthias
|
6be5947f69
|
chore: Move local Import out of the loop
|
2024-12-05 06:37:19 +01:00 |
|
Matthias
|
b1d7d7304d
|
Merge pull request #11041 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2024-12-05 06:29:25 +01:00 |
|
xmatthias
|
1d0702e143
|
chore: update pre-commit hooks
|
2024-12-05 03:16:51 +00:00 |
|
Matthias
|
298ce335b9
|
chore: eliminate duplicate trades data grouping
|
2024-12-04 19:56:26 +01:00 |
|
Matthias
|
e04f630f41
|
chore: further improve typing in orderflow
|
2024-12-04 07:10:53 +01:00 |
|
Matthias
|
7dfee16e25
|
chore: improved logic ordering in orderflow method
|
2024-12-04 07:09:09 +01:00 |
|
Matthias
|
d6c21e2af6
|
chore: orderflow: better typing
|
2024-12-03 20:13:25 +01:00 |
|
Matthias
|
ebae0a7248
|
chore: improve typing of new functionality
|
2024-12-03 19:44:26 +01:00 |
|
Matthias
|
fe834f00a2
|
fix: import causing long startup time
|
2024-12-03 19:37:14 +01:00 |
|
Robert Caulk
|
3855d44bf5
|
Merge pull request #11005 from freqtrade/fix/freqai_bug
freqAI bug causing failures on 2nd backtest
|
2024-12-03 19:18:43 +01:00 |
|
Matthias
|
ad8f621287
|
tests: Improve hyperopt loss tests
|
2024-12-03 19:17:01 +01:00 |
|
Matthias
|
18305a5bf6
|
docs: update hyperopt docs to include new argument
|
2024-12-03 19:16:48 +01:00 |
|
Matthias
|
b0b73bf166
|
feat: add starting_balance as argument to hyperopt_loss_function
|
2024-12-03 19:15:57 +01:00 |
|
Matthias
|
7a8971b9b6
|
feat: use get_dry_run_wallet helper
|
2024-12-03 07:27:45 +01:00 |
|
Matthias
|
c082e5f6a6
|
feat: add dry_run_wallet helper
|
2024-12-03 07:26:47 +01:00 |
|
Matthias
|
ef0703f209
|
fix: Set timeframe for api calls
closes #11009
|
2024-12-03 06:53:39 +01:00 |
|
Matthias
|
196c122e0a
|
Merge pull request #11031 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2024-12-03 06:30:30 +01:00 |
|
xmatthias
|
57d5a55ca0
|
chore: update pre-commit hooks
|
2024-12-03 03:17:35 +00:00 |
|
Matthias
|
94e09f9fa0
|
Merge pull request #11028 from xzmeng/fix-none
fix: check if days is None before conversion
|
2024-12-02 20:11:00 +01:00 |
|
Matthias
|
2f4bd6a0c9
|
chore: split pypi and pypi test jobs to enable proper attestation
Related: https://github.com/pypa/gh-action-pypi-publish/issues/283
|
2024-12-02 20:03:53 +01:00 |
|