Matthias
|
a800152a43
|
Update gzip open mode to text mode
It's slightly faster this way, as json files are text anyway.
|
2024-07-03 09:19:23 +02:00 |
|
Matthias
|
73e182260e
|
ruff format: more files
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
e1ad87a565
|
Extract number-formatters from misc
|
2024-01-06 13:04:49 +01:00 |
|
Matthias
|
65009373ee
|
add round_value incl. tests
|
2024-01-06 12:42:33 +01:00 |
|
Matthias
|
04cd931cc8
|
Pass explicit stringIO type to pandas read_json
|
2023-10-30 19:20:59 +01:00 |
|
Matthias
|
96e5615d1b
|
Update safe_value_fallback to allow empty 2nd keys
|
2023-09-11 20:03:38 +02:00 |
|
Matthias
|
afcaeafd96
|
Move rendering commands to utils
|
2023-08-15 07:42:05 +02:00 |
|
Matthias
|
1d39cc18bf
|
Add is_file_in_dir helper function
|
2023-07-25 20:19:23 +02:00 |
|
Matthias
|
942f0b4fbd
|
Move format_ms_time to datetime_helpers
|
2023-07-07 08:59:07 +02:00 |
|
Matthias
|
e70cafe578
|
Merge branch 'develop' into pr/wizrds/8004
|
2023-05-22 18:24:32 +02:00 |
|
Matthias
|
f657d06e91
|
Move shorten_date to datetime helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
8726a4645d
|
Don't use deprecated Type construct
|
2023-03-11 15:15:32 +01:00 |
|
Matthias
|
d014e4590e
|
use Path.open() instead of open
|
2023-02-25 17:15:54 +01:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Matthias
|
9d647fd193
|
Fix websockets for dataframes with NaT entreis
|
2023-01-11 22:07:20 +01:00 |
|
Timothy Pogue
|
97a6fb285f
|
revert to dataframe.to_json
|
2023-01-10 17:52:24 -07:00 |
|
Timothy Pogue
|
6717dff19b
|
update overlapping candle handling, move append to misc
|
2022-12-12 22:47:35 -07:00 |
|
Matthias
|
4c7bb79c86
|
Restore prior data transfer format
|
2022-11-18 13:59:29 +01:00 |
|
Timothy Pogue
|
875e9ab447
|
change df serialization to avoid mem leak
|
2022-11-17 11:59:03 -07:00 |
|
Matthias
|
a6f6a17393
|
Type fetch_ticker
|
2022-10-11 21:42:48 +02:00 |
|
Timothy Pogue
|
b0b575ead9
|
change json serialize to split orient
|
2022-09-16 00:02:27 -06:00 |
|
Matthias
|
045c3f0f3a
|
Reduce diff by avoiding unnecessary changes
|
2022-09-08 07:01:37 +02:00 |
|
Timothy Pogue
|
dccde88c83
|
fix dataframe serializing
|
2022-09-01 23:15:03 -06:00 |
|
Timothy Pogue
|
2b5f067877
|
Refactoring, minor improvements, data provider improvements
|
2022-08-26 23:40:13 -06:00 |
|
Timothy Pogue
|
6f5478cc02
|
DataFrame transmission, strategy follower logic
|
2022-08-21 22:45:36 -06:00 |
|
Matthias
|
fbd142844f
|
Refactor bt-caching stuff to it's own module
|
2022-04-29 19:37:13 +02:00 |
|
Matthias
|
8cac0a47cc
|
Fix joblib being in wrong requirements
|
2022-04-23 17:08:34 +02:00 |
|
froggleston
|
b3cb722646
|
Use joblib instead of pickle, add signal candle read/write test, move docs to new Advanced Backtesting doc
|
2022-04-20 13:38:52 +01:00 |
|
froggleston
|
84f486295d
|
Add tests for new storing of backtest signal candles
|
2022-04-19 12:48:21 +01:00 |
|
Matthias
|
baefda80d1
|
Enable flake8 E226 rule
|
2022-04-11 18:02:06 +02:00 |
|
Matthias
|
fdce055061
|
Update deep_merge_dicts to disallow null-overrides
|
2022-03-18 06:58:22 +01:00 |
|
Matthias
|
8952829adc
|
Merge branch 'develop' into feat/short
|
2022-02-23 06:28:15 +01:00 |
|
Matthias
|
a7a25bb285
|
Update "round coin value" to trim trailing zeros
|
2022-02-19 16:40:26 +01:00 |
|
Matthias
|
f090dcc597
|
Merge branch 'develop' into feat/short
|
2022-01-22 17:56:01 +01:00 |
|
Matthias
|
9ecd7400c8
|
Allow NaN when calculating digests
|
2022-01-22 08:10:09 +01:00 |
|
Rokas Kupstys
|
16861db653
|
Implement previous backtest result reuse when config and strategy did not change.
|
2022-01-15 17:30:40 +02:00 |
|
Matthias
|
0d1324718c
|
Don't replace "-" when writing pair files
|
2021-11-28 15:08:02 +01:00 |
|
anasyusef
|
c78b2075d8
|
feat: add one additional asterisk
|
2021-07-12 12:27:59 +00:00 |
|
anasyusef
|
f94dbcd085
|
feat: censor password from logs
|
2021-07-12 12:02:10 +00:00 |
|
aayush-jain18
|
d294ef10d7
|
unexpected docstring params
|
2021-06-25 23:56:16 +05:30 |
|
Bernd Zeimetz
|
4d1613a432
|
Add chunks function.
Implementing a generator to split Lists into chunks.
|
2021-04-29 22:21:04 +02:00 |
|
Matthias
|
56ef3af424
|
Allow comments in pairs files
|
2021-04-06 13:29:22 +02:00 |
|
Matthias
|
072abde9b7
|
Introduce round_coin_value to simplify coin rounding
|
2021-02-13 16:05:35 +01:00 |
|
Matthias
|
5724371a4f
|
Fix types for numpy 1.20.0 upgrade
|
2021-01-31 11:21:23 +01:00 |
|
Matthias
|
44e374878c
|
Fix mypy errors due to new version
|
2020-10-12 19:28:14 +02:00 |
|
Matthias
|
cb74c9bcde
|
Fix hyperopt output
|
2020-10-03 13:27:06 +02:00 |
|
Matthias
|
253b7b763e
|
Apply isort to freqtrade codebase
|
2020-09-28 19:40:46 +02:00 |
|
Matthias
|
d13cb4c055
|
Introduce safe_value_fallback_2
|
2020-07-15 19:50:09 +02:00 |
|
Matthias
|
431b244f43
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-04-19 06:58:44 +02:00 |
|
Matthias
|
cbf5bf6735
|
Add safe_value_fallback function
|
2020-04-09 19:34:48 +02:00 |
|