hippocritical
|
9edcbbb9a8
|
Changed formatting to be more readable in source
Added
- How to find and remove bias? How can I salvage the strategy?
- Examples of lookahead-bias
|
2025-05-04 16:59:24 +02:00 |
|
Matthias
|
a59805d739
|
docs: small formatting
|
2025-05-04 14:05:23 +02:00 |
|
Robert Davey
|
b96c06ffdc
|
Update lookahead-analysis.md
Englishified.
|
2025-05-04 12:34:48 +01:00 |
|
Matthias
|
8abe358c1e
|
docs: improved rendering
|
2025-05-04 11:57:03 +02:00 |
|
Matthias
|
2142b2aea3
|
chore: fix type-check
|
2025-05-04 11:49:03 +02:00 |
|
Matthias
|
53ba3ced06
|
test: add test for backtest "get price precision" logic
|
2025-05-04 11:47:42 +02:00 |
|
hippocritical
|
a0f336c31f
|
changed lookahead-analysis.md to better explain the output of the command
|
2025-05-03 22:12:25 +02:00 |
|
Matthias
|
081fa2209a
|
refactor: correct naming of new function
|
2025-05-03 20:45:52 +02:00 |
|
Matthias
|
ca67d3fb2c
|
chore: improve price_precision logic resiliancy
|
2025-05-03 20:44:14 +02:00 |
|
Matthias
|
5a6b43da46
|
feat: use hsitoric price precision for improved accuracy
closes #11203
|
2025-05-03 20:37:57 +02:00 |
|
Matthias
|
7d3fa41911
|
test: add tests for get_significant_digits_over_time
|
2025-05-03 20:30:25 +02:00 |
|
Matthias
|
b8f3f5e8d2
|
fix: use month-start for the resample
|
2025-05-03 20:28:10 +02:00 |
|
Matthias
|
4849d5413f
|
feat: add function to count "significant digits over time".
|
2025-05-03 20:14:37 +02:00 |
|
Matthias
|
8b8bf6f97d
|
refactor: automatically load detailed bt data
|
2025-05-03 20:01:13 +02:00 |
|
viotemp1
|
9eea958e17
|
remove unwrap
|
2025-05-03 16:55:41 +03:00 |
|
Matthias
|
f8a151c2a5
|
feat: Add funding_fee to backtest results
closes #11699
|
2025-05-03 14:14:32 +02:00 |
|
Matthias
|
1013c32316
|
fix: duplicate generate_optimizer to have a non-delayed alternative
|
2025-05-03 09:19:50 +02:00 |
|
viotemp1
|
d9ed7e1fb2
|
remove backtest from assign_params
|
2025-05-03 09:49:34 +03:00 |
|
Matthias
|
689da4c479
|
Merge pull request #11158 from freqtrade/feat/plot_annotations
add support for plot_annotations
|
2025-05-03 08:25:57 +02:00 |
|
Matthias
|
87d954a322
|
refactor: fix variable typo
|
2025-05-03 08:03:16 +02:00 |
|
Matthias
|
74f601b352
|
docs: Improved plot annotations sample
|
2025-05-03 08:02:09 +02:00 |
|
Matthias
|
a3359b62d4
|
feat: validate annotation-type before returning
this avoids breaking the whole chart due to annotations.
|
2025-05-02 20:58:13 +02:00 |
|
Matthias
|
064708a354
|
feat: validate annotations and only return valid ones to avoid breaking the whole chart
|
2025-05-02 20:45:42 +02:00 |
|
Matthias
|
066a46d7aa
|
Switch annotationType to Pydantic
|
2025-05-02 20:41:43 +02:00 |
|
Matthias
|
333660e628
|
feat: improved doc-string for plot-annotations
|
2025-05-02 20:41:30 +02:00 |
|
Matthias
|
81f80a6b22
|
docs: add visual documentation for plot annotations
|
2025-05-02 20:28:32 +02:00 |
|
viotemp1
|
dd613ac86c
|
fix formatting
|
2025-05-02 21:07:34 +03:00 |
|
viotemp1
|
73c28890d7
|
move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
one test with analyze_per_epoch is failing
|
2025-05-02 21:03:51 +03:00 |
|
Matthias
|
61dd94ceb0
|
test: add tests for annotations feature
|
2025-05-02 19:59:23 +02:00 |
|
Matthias
|
1fec5a873e
|
Merge branch 'develop' into feat/plot_annotations
|
2025-05-02 19:48:50 +02:00 |
|
Matthias
|
9c4abcc927
|
refactor: improve variable naming
|
2025-05-02 13:17:16 +02:00 |
|
Matthias
|
b74e38ef63
|
refactor: improve variable naming
|
2025-05-02 13:17:03 +02:00 |
|
Matthias
|
86f640627f
|
Merge pull request #11692 from freqtrade/reenable_htx
chore(ci): reenable htx online tests
|
2025-05-01 16:46:29 +02:00 |
|
Matthias
|
e27568a9d8
|
chore: pin certifi until upstream issue is fixed
problematic point: https://github.com/certifi/python-certifi/issues/349
|
2025-05-01 16:22:47 +02:00 |
|
Matthias
|
149133cc44
|
refactor: remove _get_params_dict method
|
2025-05-01 12:03:04 +02:00 |
|
Matthias
|
1b2d5a357f
|
test: change level of test mock
|
2025-05-01 11:57:17 +02:00 |
|
Matthias
|
ecc6371733
|
test: reduce amount of mocking
|
2025-05-01 10:19:20 +02:00 |
|
Matthias
|
0c66180cf3
|
chore: add optuna to hyperopt optional dependencies
|
2025-05-01 10:15:35 +02:00 |
|
Matthias
|
5954c64cc3
|
chore: use ubuntu 24.04 for online tests
|
2025-05-01 08:55:35 +02:00 |
|
Matthias
|
d0b7a52202
|
Merge pull request #11703 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-05-01 08:10:03 +02:00 |
|
Freqtrade Bot
|
c18085d173
|
chore: update pre-commit hooks
|
2025-05-01 03:22:32 +00:00 |
|
Matthias
|
67f88ea97a
|
Merge pull request #11681 from JamesLinxun/develop
skip trade-related columns
|
2025-04-30 17:59:54 +02:00 |
|
Matthias
|
14353afa78
|
chore: bump develop version to 2025.5-dev
|
2025-04-30 07:02:57 +02:00 |
|
Matthias
|
14e2e160af
|
chore: reformat utility script
|
2025-04-30 06:53:02 +02:00 |
|
Matthias
|
000eb875a2
|
chore: bump binance leverage tiers
|
2025-04-30 06:51:51 +02:00 |
|
Matthias
|
33c8969411
|
Merge pull request #11697 from froggleston/frog_logs_docs_1
Improve logging docs in 101 and advanced setup
|
2025-04-29 21:04:07 +02:00 |
|
Matthias
|
d90666d2e8
|
docs: minor link refactor
|
2025-04-29 20:22:47 +02:00 |
|
Matthias
|
f568d63c41
|
Merge pull request #11695 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-04-29 20:08:24 +02:00 |
|
James Lin
|
a77618cc6b
|
fix
|
2025-04-29 12:09:13 -04:00 |
|
JamesLinxun
|
cac2c363fa
|
Merge branch 'freqtrade:develop' into develop
|
2025-04-29 10:18:13 -04:00 |
|