Joe Schr
|
24707ab7b9
|
orderflow: raise DependencyException instead of raising generic exception
|
2024-05-29 19:49:33 +02:00 |
|
Matthias
|
0673f3ec6c
|
Remove unused function
|
2024-05-18 16:46:17 +02:00 |
|
Joe Schr
|
8afcaeeed9
|
trades() : add lookahead warning to docstring
|
2024-05-17 15:58:29 +02:00 |
|
Joe Schr
|
ab7f8b3a0f
|
imbalance_ratio : use ratio instead of percentage
|
2024-05-17 15:49:53 +02:00 |
|
Joe Schr
|
a56faf503b
|
ruff format: orderflow / public trades
|
2024-05-15 17:09:32 +02:00 |
|
Joe Schr
|
b9035da981
|
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
|
2024-05-15 14:43:00 +02:00 |
|
Joe Schr
|
dd432ffbde
|
cleanup ruff and isort errors
|
2024-05-14 17:28:07 +02:00 |
|
Matthias
|
9291698561
|
A few more formatting updates
|
2024-05-13 19:49:15 +02:00 |
|
Matthias
|
a9732c6195
|
Fix odd formatting by ruff format
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
fea1653e31
|
ruff format: freqtrade.data
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a8eabd0b2e
|
Update remaining files with new import sorting
|
2024-05-13 07:10:24 +02:00 |
|
Joe Schr
|
10cbc76482
|
use timeframe_to_next_date and date to calculate candle_start /candle_end
|
2024-05-08 15:12:52 +02:00 |
|
Matthias
|
365b9c9cfe
|
kwargs for re.sub count
|
2024-04-24 07:02:26 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
Matthias
|
3338fdece3
|
Relative profit should be relative cumulative profit
|
2024-04-16 20:34:07 +02:00 |
|
Matthias
|
c8a5904959
|
Store and load backtest-market-change data
|
2024-04-16 19:27:41 +02:00 |
|
Matthias
|
7f386874ad
|
Trim dataframes accordingly ...
|
2024-04-16 18:17:20 +02:00 |
|
Matthias
|
3f8078618e
|
add Combine dataframes with pct_change
|
2024-04-16 07:19:26 +02:00 |
|
Matthias
|
f32154f380
|
Exchange assert is only relevant for live mode.
|
2024-04-05 07:09:54 +02:00 |
|
Matthias
|
63ac183e91
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-04-05 06:35:35 +02:00 |
|
Matthias
|
4a097bd644
|
More usages for ConfigurationError
|
2024-03-19 07:13:17 +01:00 |
|
Matthias
|
b5307f8281
|
Fix bug caused by any typing
|
2024-03-16 17:19:01 +01:00 |
|
Matthias
|
9020c3290c
|
Fix imports after dev merge
|
2024-03-16 16:45:48 +01:00 |
|
Matthias
|
88e25df78c
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-03-16 16:34:57 +01:00 |
|
Matthias
|
0f3d538f6c
|
Avoid duplicate pandas imports
|
2024-03-16 16:26:17 +01:00 |
|
Matthias
|
bce5dc4a49
|
Simplify formatting
|
2024-03-16 16:23:20 +01:00 |
|
Matthias
|
dbcb07275a
|
Refactor datahandlers into their own package
|
2024-03-15 06:49:42 +01:00 |
|
Matthias
|
4aff24f6df
|
Fix imports that import directly from file
instead from the exporting package
|
2024-03-15 06:40:42 +01:00 |
|
Joe Schr
|
6827e17d17
|
raise error if populate_dataframe_with_trades fails
|
2024-03-11 11:34:59 +01:00 |
|
Joe Schr
|
174c830b2a
|
formatting changes
|
2024-03-11 11:34:45 +01:00 |
|
Joe Schr
|
1f6046df97
|
work through open TODOs
|
2024-03-11 11:34:03 +01:00 |
|
Joe Schr
|
6c1d70df89
|
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
|
2024-03-05 17:29:24 +01:00 |
|
Matthias
|
ed8469f23a
|
use trading_mode to determine trades file location
|
2024-03-03 13:12:42 +01:00 |
|
Matthias
|
fcb16098d8
|
Reduce Error level when converting trades
|
2024-03-02 15:40:43 +01:00 |
|
Matthias
|
7ed7ed4081
|
Accept trading-mode for trades-to-ohlcv command
|
2024-03-02 15:38:36 +01:00 |
|
Matthias
|
5e7868a28d
|
Remove block from download-trades for futures
|
2024-03-02 13:22:41 +01:00 |
|
Matthias
|
43103f51e5
|
Update functions that use datahandler trade methods
|
2024-03-02 13:10:57 +01:00 |
|
Matthias
|
b6040e270f
|
Update data handlers to accept trading_mode
for trade data related functions
|
2024-03-02 13:08:58 +01:00 |
|
Matthias
|
bdd63aa1d6
|
FIx futures trades pair download directory
|
2024-03-01 20:17:43 +01:00 |
|
Matthias
|
46e616f997
|
Remove defaults for converter - they're always provided and necessary.
|
2024-03-01 19:32:35 +01:00 |
|
Matthias
|
baf2cf6967
|
Fix import error in one test case
|
2024-03-01 06:55:52 +01:00 |
|
Matthias
|
ce2f4f89c4
|
update pandas deprecation to_hdf
|
2024-02-27 06:19:38 +01:00 |
|
Matthias
|
5912d87b65
|
Pandas - update view to astype
|
2024-02-27 06:19:27 +01:00 |
|
Matthias
|
bb6c31c55a
|
Improve formatting in drawdown calc
|
2024-02-26 13:54:19 +01:00 |
|
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
|
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
|
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 |
|