Stefano Ariestasia
|
8621dc96e7
|
fix tests
|
2023-07-22 09:44:24 +09:00 |
|
Stefano Ariestasia
|
4812bcc28b
|
flake8 fiz
|
2023-07-22 09:13:24 +09:00 |
|
Stefano Ariestasia
|
c048e7229a
|
modify expectancy and expectancy ratio
|
2023-07-22 08:36:51 +09:00 |
|
Matthias
|
4369e3cdeb
|
trim_dataframe should enforce kwargs for non-required arguments
|
2023-07-21 20:33:41 +02:00 |
|
Matthias
|
448f02960f
|
Improve behavior for convert-data
|
2023-07-09 15:36:44 +02:00 |
|
Matthias
|
5a43dd4766
|
don't hard-default --timeframes via argparse
|
2023-07-09 15:32:51 +02:00 |
|
Matthias
|
a9e239ca7a
|
Don't use future date for downloading new trade data
closes #8860
|
2023-07-07 11:23:34 +02:00 |
|
Matthias
|
942f0b4fbd
|
Move format_ms_time to datetime_helpers
|
2023-07-07 08:59:07 +02:00 |
|
Matthias
|
0be4084eac
|
Don't allow downloading wrong pairs
Prior to this, BTC/USDT:USDT could be downloaded to the spot directory, as it was filtered inproperly.
|
2023-06-17 18:14:58 +02:00 |
|
Matthias
|
66b34edc0b
|
Clarify variable name
|
2023-06-17 18:03:57 +02:00 |
|
Matthias
|
7453ff2fb5
|
Migrate download-data out of commands section
|
2023-06-17 17:53:12 +02:00 |
|
Matthias
|
e0d5242a45
|
Reduce download-data verbosity
|
2023-06-17 17:53:12 +02:00 |
|
Matthias
|
fc11c79b77
|
Fix not working date format output
|
2023-06-11 08:51:20 +02:00 |
|
Matthias
|
1d03e8bc5f
|
Reduce arrow usage further
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
6e395ad7c9
|
Refactor methods in backtesting
|
2023-04-28 16:09:09 +02:00 |
|
Matthias
|
0753f427b1
|
Simplify storage
|
2023-04-28 15:29:15 +02:00 |
|
Matthias
|
e20d9c8f98
|
Impoved errorhandling, better typesafety
|
2023-04-28 15:25:25 +02:00 |
|
Matthias
|
fc2a3c9f17
|
Implement further improvements, improve typehinting
|
2023-04-28 15:17:35 +02:00 |
|
Matthias
|
8dd8c24595
|
Merge branch 'develop' into pr/froggleston/7861
|
2023-04-28 14:59:03 +02:00 |
|
Matthias
|
76ae539e61
|
Minor edit
|
2023-04-28 14:59:00 +02:00 |
|
Matthias
|
e2cd23b1d2
|
Remove deprecated pandas option
|
2023-04-10 16:33:56 +02:00 |
|
Matthias
|
8ae44c204e
|
Merge pull request #8361 from TheJoeSchr/feature/trades-feather
featherdatahandler: implement trades_store/_trades_load
|
2023-03-27 21:05:30 +02:00 |
|
Matthias
|
ed0e7ead31
|
Fix wrong import
|
2023-03-27 20:36:05 +02:00 |
|
Matthias
|
3928051baf
|
Revert unneeded formatting changes
|
2023-03-27 20:35:26 +02:00 |
|
Matthias
|
ad58bac810
|
Type WS messagetypes
|
2023-03-24 20:54:28 +01:00 |
|
Joe Schr
|
e16db814fa
|
featherdatahandler: implement trades_store/_trades_load
|
2023-03-21 17:56:51 +01:00 |
|
Matthias
|
cd9c2c4c23
|
Merge branch 'develop' into pr/froggleston/7861
|
2023-03-19 15:00:20 +01:00 |
|
Matthias
|
d45599ca3b
|
Fix some type errors
|
2023-03-15 21:09:25 +01:00 |
|
Matthias
|
764001a4c2
|
Don't reuse variable
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
d014e4590e
|
use Path.open() instead of open
|
2023-02-25 17:15:54 +01:00 |
|
Matthias
|
34c42be74f
|
Fix minor stylistic errors
|
2023-02-23 20:06:10 +01:00 |
|
Joe Schr
|
7d906fd4c2
|
refactor(if-gate): use temp variable instead of if-gate
|
2023-02-23 10:58:43 +01:00 |
|
Matthias
|
ecff21ac21
|
type Orderbook
|
2023-02-15 07:01:36 +01:00 |
|
Matthias
|
1dc3c58775
|
Convert missing candle count to int
closes #8082
|
2023-01-31 11:04:56 +00:00 |
|
Matthias
|
410324ac19
|
time-jump detection should happen on the trimmed dataframe
Fixes comment in #7615
|
2023-01-31 10:13:21 +00:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Antonio Della Fortuna
|
5e10bb2cca
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
|
2023-01-16 20:19:46 +01:00 |
|
froggleston
|
813724bd82
|
Add a new analysis group to output stats grouped by exit_tag
|
2023-01-16 13:28:40 +00:00 |
|
Antonio Della Fortuna
|
b0f1d914c8
|
Changed max_open_trades type to int or inf
|
2023-01-15 11:44:10 +01:00 |
|
Matthias
|
ee7b505dcb
|
Add data migration method
|
2023-01-12 20:59:43 +01:00 |
|
Stefano Ariestasia
|
329d95366a
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-01-06 08:04:00 +08:00 |
|
Matthias
|
6470635753
|
In cases of no losing trade, sortino ratio can't be calculated.
closes #7977
|
2023-01-04 17:55:24 +01:00 |
|
Matthias
|
6f031f005d
|
Fix flake error
|
2023-01-03 20:29:08 +01:00 |
|
zhanglei14
|
63db1fd894
|
Fix Backtesting Analysis Column Wrong
|
2023-01-04 01:38:07 +08:00 |
|
Stefano Ariestasia
|
5188464fc0
|
fix typo
|
2022-12-31 02:03:02 +09:00 |
|
Matthias
|
32bbe603cb
|
Fix sortino std calculation
|
2022-12-28 14:59:49 +01:00 |
|
Matthias
|
d5b516842c
|
Fix 2 docstrings
|
2022-12-28 14:44:23 +01:00 |
|
Matthias
|
02eb00fa33
|
Merge branch 'develop' into pr/stash86/7810
|
2022-12-28 14:04:54 +01:00 |
|
Matthias
|
cd4faa9c59
|
keep max_stake_amount through backtests
|
2022-12-27 18:08:20 +01:00 |
|
Matthias
|
63f114395a
|
is_short should be a boolean
|
2022-12-26 14:02:47 +01:00 |
|