Matthias
ec1b676ab4
Fix edge-case when calculating cagr
...
edge-case with leveraged trades - yielding a negative final balance.
closes #9820
2024-02-26 13:53:10 +01:00
Matthias
aa1d54993f
Double newlines between functions ...
2024-02-26 13:53:10 +01:00
Matthias
ff5364ae5b
Fix duplicate parentheses
2024-02-26 13:53:10 +01:00
Matthias
f7eb14ae0e
Add open_fill_date stuff to json schema
2024-02-26 13:53:10 +01:00
Matthias
d004509176
Simplify trade_model serializations
2024-02-26 13:53:10 +01:00
Matthias
cb95298936
Add dt_ts_none helper
2024-02-26 13:53:10 +01:00
Matthias
c491c2a8ee
Adjust for ccxt exception hierarchy change
...
caused by https://github.com/ccxt/ccxt/pull/21035
2024-02-26 13:53:10 +01:00
Matthias
731fbe6f1e
Improve log message
2024-02-26 13:53:10 +01:00
Matthias
e63da230d8
Simplify some pairlist conditions
2024-02-26 13:53:10 +01:00
Matthias
27556f934e
Don't load empty dataframes - skip these
...
closes #9811
2024-02-26 13:53:10 +01:00
Matthias
9a8ae99fc7
Add debug output showing the pair to be converted
...
part of #9811
2024-02-26 13:53:10 +01:00
Matthias
3341964417
use query.edit_message_text to simplify telegram class
2024-02-26 13:53:10 +01:00
Matthias
82771cf85c
Slightly improve memory-usage of kraken-convert
2024-02-26 13:51:39 +01:00
Matthias
34b046355a
Allow wildcards for pairs filter
2024-02-26 13:51:39 +01:00
Matthias
4351d93f23
Allow limiting kraken pairs to --pairs
selection
2024-02-26 13:51:39 +01:00
Matthias
5dd856af6e
Allow int as trade-id parameter
...
closes #9780
2024-02-26 13:51:39 +01:00
Matthias
e84bc14944
Fix wording fully.
2024-02-26 13:51:39 +01:00
Shane
caf169cabc
fix: logical error
...
Fix logical error in the conditional checks for model classes. The `elif` statement that looks for "lightgbm.sklearn" or "xgb" in the model class string is now broken into two separate conditions because the old condition would always evaluate to `True` due to the non-empty string "xgb".
2024-02-26 13:51:39 +01:00
Matthias
7bfb6a0c65
Update cached binance leverage tiers
2024-02-26 13:50:50 +01:00
Matthias
d530dd5900
Improve formatting of leverage
...
closes #9759
2024-02-26 13:50:50 +01:00
Matthias
79066c3d3c
enable sub-minute backtest detail timeframes
...
closes #9635
2024-02-26 13:50:50 +01:00
Joe Schr
d15f17a03f
chore: remove unused parameter pairs
from populate_dataframe_with_trades
2024-02-26 12:00:36 +01:00
Joe Schr
7248f20938
Direct import to avoid circular import error
2024-02-13 12:00:24 +01:00
Joe Schr
bff93e31c8
Moves orderflow logic to it's own file
2024-02-12 13:45:56 +01:00
Joe Schr
64e9784d1f
Remove formatting changes
2024-02-12 13:45:56 +01:00
Joe Schr
d7b88194e0
Resolve various issues and comments
2024-02-12 13:45:56 +01:00
Joe Schr
6e7a536c7a
Replaces public_trades_to_dataframe with trades_list_to_df
2024-02-12 13:45:56 +01:00
Joe Schr
c610c44a43
Removes unrequired drop_incomplete
2024-02-12 12:12:20 +01:00
Joe Schr
a7e4a5e2dc
Removes clean_duplicate_trades
2024-02-12 12:11:52 +01:00
Joe Schr
c85ded14d1
Extract _if_enabled_populate_trades
2024-02-12 10:18:17 +01:00
Joe Schr
71e36be34b
Use get_historic_trades
directly
2024-02-12 10:10:45 +01:00
Joe Schr
aab3c07b87
Use _max_trades_candle_limit
directly
2024-02-12 10:10:36 +01:00
Joe Schr
50070bc2ca
Removes unused import
2024-02-12 09:39:09 +01:00
Joe Schr
e60b997fd0
Pass on missed argument stop_on_from_id
2024-02-12 09:38:49 +01:00
Joe Schr
e8714d52cd
Removes nonsensical if gate
2024-02-12 09:31:37 +01:00
Joe Schr
0a4da26f2d
Resolve using trades directly from trades_load
when backtesting
2024-02-12 09:29:30 +01:00
Joe Schr
0fd2aca47e
Remove if since
2024-02-11 13:14:17 +01:00
Joe Schr
e8c911e7b4
Remove since/until superfluous arguments
2024-02-11 13:04:39 +01:00
Matthias
d23079f837
improve tests slighly
2024-02-10 20:13:17 +01:00
Matthias
fc15f98b80
Reduce unnecessary newlines
2024-02-10 17:45:03 +01:00
Matthias
4b0383f197
Fix overly long lines
2024-02-10 17:40:24 +01:00
Matthias
a216a08f09
Formatting ...
2024-02-10 17:29:17 +01:00
Matthias
7ae69a9cde
update imports
2024-02-10 17:27:11 +01:00
Joe Schr
849413c5ea
Changes scale from type int to float
2024-02-10 11:53:40 +01:00
Joe Schr
4ae63d7ecb
Fix superfluous formatting
2024-02-09 13:15:12 +01:00
Joe Schr
9ec45ce042
Ruff fix
2024-02-08 19:48:53 +01:00
Joe Schr
5b264d66e0
Ruff and flake fixes
2024-02-08 19:38:21 +01:00
Joe Schr
c40f3d91d4
Ruff fix
2024-02-08 19:06:43 +01:00
Joe Schr
1a0610f3e4
mypy fixes
2024-02-08 12:11:10 +01:00
Joe Schr
14fb29516a
Removes unused code path
2024-02-08 11:56:57 +01:00