Matthias
|
292ef85d96
|
Add additional, optional arguments to metadata files
closes #9517
|
2023-12-31 12:07:02 +01:00 |
|
Matthias
|
b3c9be1cd0
|
Refactor get_bt_resutlist to reduce code complexity
|
2023-12-31 10:15:55 +01:00 |
|
Matthias
|
13e329f176
|
Align methods
|
2023-12-31 10:07:31 +01:00 |
|
Matthias
|
9896ddf71e
|
Add Kraken TimeInForce support
closes #9497
|
2023-12-31 09:47:39 +01:00 |
|
Matthias
|
0d4fcad285
|
Merge pull request #9613 from freqtrade/rpc/fix_telegram_forcebuy
Rpc/fix telegram forcebuy
|
2023-12-31 08:45:15 +01:00 |
|
Matthias
|
3e7d5bbae8
|
Merge pull request #9515 from stash86/bt-metrics
In partial exit, do full exit if remaining == 0
|
2023-12-30 16:39:46 +01:00 |
|
Robert Caulk
|
4d0ee014de
|
Merge pull request #9602 from freqtrade/freqai_small_enhancements
Freqai small enhancements
|
2023-12-30 13:42:38 +01:00 |
|
Robert Caulk
|
ea8edbd23b
|
Merge pull request #9552 from thojou/fix-freqai-populate-features-timerange
Fix duplicated data loading and timerange for populate_features
|
2023-12-30 13:42:08 +01:00 |
|
Matthias
|
f6de7d952a
|
Add "wraps" handler to telegram wrapper
|
2023-12-30 10:44:02 +01:00 |
|
Matthias
|
3a87522070
|
Fix odd db caching problem in telegram
|
2023-12-30 10:42:09 +01:00 |
|
Matthias
|
7ccddb5d58
|
Fix typo
|
2023-12-30 10:15:28 +01:00 |
|
Matthias
|
e664527da6
|
Align backtest and bot method
|
2023-12-29 20:02:24 +01:00 |
|
Matthias
|
ce7061c934
|
Bump version to 2024.1-dev
|
2023-12-29 18:29:13 +01:00 |
|
Matthias
|
d78a5798e3
|
Fix further warning message due to old Parallel import
|
2023-12-25 16:09:42 +01:00 |
|
Matthias
|
16958eaef2
|
Update sklearn import
|
2023-12-25 16:04:02 +01:00 |
|
Matthias
|
c6967b11be
|
Align spelling of "cancelling"
|
2023-12-25 11:53:50 +01:00 |
|
Matthias
|
1e5d353cf7
|
use safe_value_fallback when parsing orders
closes #9591
|
2023-12-25 11:44:14 +01:00 |
|
Matthias
|
39b2a096ab
|
Ignore adjust_trade values that would invert position
|
2023-12-22 07:07:05 +01:00 |
|
Matthias
|
9ec23a0292
|
Improve rpc typing
|
2023-12-21 18:14:43 +01:00 |
|
Matthias
|
1272a15c35
|
Properly name Entry / exit types
|
2023-12-21 18:11:49 +01:00 |
|
Matthias
|
a3a175e332
|
Reduce logging verbosity message in webhooks
|
2023-12-21 06:49:26 +01:00 |
|
Stefano Ariestasia
|
f7c7990aff
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-12-20 20:33:45 +09:00 |
|
Thomas Joußen
|
3f44f56f6f
|
Remove bool from get_required_startup because its unused.
|
2023-12-19 17:30:15 +00:00 |
|
Matthias
|
c9a018cf0e
|
Improve output if a strategy wasn't found in the backtest result
|
2023-12-19 06:30:40 +01:00 |
|
Matthias
|
94363061ae
|
Attempt fix timerange problem
|
2023-12-18 20:06:49 +00:00 |
|
Matthias
|
4f2d7b858f
|
Slightly enhance logging for clarity
|
2023-12-18 20:06:49 +00:00 |
|
Thomas Joußen
|
663b1e11f8
|
Add timeframe info into 'increase startup_candle_count' log message
|
2023-12-18 20:06:49 +00:00 |
|
Thomas Joußen
|
2d6a49013f
|
Fix duplicated data loading and timerange for populate_features
|
2023-12-18 20:06:49 +00:00 |
|
Matthias
|
0333abcbdc
|
Merge pull request #9576 from freqtrade/simplify-freqai-example
Make freqai example strat *even* simpler
|
2023-12-18 20:01:02 +01:00 |
|
Matthias
|
0440b3ef75
|
Merge pull request #9577 from freqtrade/feat/add-random-forest-classifier
Add SKLearnRandomForestClassifier
|
2023-12-18 18:15:55 +01:00 |
|
robcaulk
|
2f2467256c
|
feat: add SKLearnRandomForestClassifier
|
2023-12-18 12:56:04 +01:00 |
|
robcaulk
|
26f0fe2383
|
make example strat *even* simpler and make sure it buys and sells a lot ;)
|
2023-12-18 12:38:34 +01:00 |
|
Matthias
|
3096cddbcf
|
further remove bittrex from docs
|
2023-12-18 07:15:24 +01:00 |
|
Matthias
|
5bbe6aacfd
|
Remove Bittrex subclass
|
2023-12-18 07:15:24 +01:00 |
|
robcaulk
|
9a9a6eaa63
|
Revert "Merge pull request #9450 from freqtrade/fix/startup-candle-count"
This reverts commit 15771043f7 , reversing
changes made to b417a0297b .
|
2023-12-17 17:44:15 +01:00 |
|
Matthias
|
67cdab6ee9
|
Provide strategy timeframe via API
|
2023-12-17 15:03:11 +01:00 |
|
Stevan Stevic
|
c580e8783f
|
fixup
|
2023-12-16 22:36:56 +01:00 |
|
Stevan Stevic
|
bc1ad3acbd
|
Improve logging
|
2023-12-16 22:09:02 +01:00 |
|
amargedon
|
58dfffe87a
|
Add FIAT mapping for BTC
|
2023-12-15 09:09:31 +01:00 |
|
Matthias
|
e3fda16d16
|
Don't overpopulate points at the first iteration
improves hyperopt-performance quite some.
|
2023-12-15 06:19:50 +01:00 |
|
Matthias
|
9e2e60e7ad
|
Correct conditions for remaining stake checking
|
2023-12-14 20:34:58 +01:00 |
|
Matthias
|
bb2024f789
|
Add "full partial exit" logic to backtesting
|
2023-12-14 20:08:03 +01:00 |
|
Matthias
|
71d3572c27
|
Support webserver strategy without max_open_trades
|
2023-12-14 18:17:10 +01:00 |
|
Matthias
|
62667d123f
|
Merge pull request #9540 from freqtrade/fix/issue_9538
Prevent config modification during webserver startup
|
2023-12-14 06:36:50 +01:00 |
|
Matthias
|
47a952e41c
|
Don't use config['stake_amount'] in wallets
|
2023-12-12 22:43:46 +01:00 |
|
Matthias
|
c9f43587ec
|
Bump binance leverage tiers
|
2023-12-12 21:30:52 +01:00 |
|
Matthias
|
5ab61d9da4
|
Improve missing data output
|
2023-12-12 07:08:26 +01:00 |
|
Matthias
|
55efaec83d
|
Merge pull request #9522 from freqtrade/bt/improve_futures_speed
Improve funding fee calculation
|
2023-12-12 06:33:57 +01:00 |
|
Matthias
|
c5c2c8c185
|
Enforce kwargs for preliminary
|
2023-12-11 20:35:49 +01:00 |
|
Matthias
|
755ce3a858
|
Prevent config modification during webserver startup
|
2023-12-11 20:32:37 +01:00 |
|