Matthias
|
abc82a3fdf
|
Simplify api backtesting by extracting the background_method
|
2023-05-21 12:04:18 +02:00 |
|
Matthias
|
a87b215d67
|
Fix odd import
|
2023-05-21 09:50:59 +02:00 |
|
Matthias
|
914195acf4
|
Ensure one test can't fail 20 others
|
2023-05-21 09:14:00 +02:00 |
|
Matthias
|
96d74063fc
|
Don't have public attributes marked as private
|
2023-05-21 09:12:02 +02:00 |
|
Matthias
|
5316227219
|
Extract api backtest logic from ApiServer class
|
2023-05-21 09:08:52 +02:00 |
|
Matthias
|
fcb75560c4
|
Merge pull request #8565 from vinistation/develop
GPU Enable in docker-compose
|
2023-05-20 07:30:30 +02:00 |
|
robcaulk
|
c4c0371ed3
|
add docker comment to docker usage freqai doc section
|
2023-05-19 14:48:17 +00:00 |
|
robcaulk
|
dd1a0156b9
|
resolve conflict, ensure gpu works with transformer
|
2023-05-19 14:39:16 +00:00 |
|
Matthias
|
7ecc2f76a2
|
Merge pull request #8650 from freqtrade/feat/secure_keys
Better secure the user's exchange keys during runtime
|
2023-05-19 08:45:17 +02:00 |
|
Matthias
|
a2cbe5df04
|
Remove trailing spaces
|
2023-05-19 07:26:11 +02:00 |
|
Matthias
|
0d4010a0be
|
Add sample docker-compose file for freqAI, comment about that
|
2023-05-19 07:25:02 +02:00 |
|
Matthias
|
9d0f488de7
|
Some more edits due to arrow
|
2023-05-19 07:15:24 +02:00 |
|
Matthias
|
707c6744b9
|
Fix doc and example indentation
|
2023-05-19 07:02:54 +02:00 |
|
Matthias
|
ebfc9a6039
|
Remove some humanize occurances
|
2023-05-18 19:29:37 +02:00 |
|
Matthias
|
5d0cff2f76
|
Add dt_humanize helper
|
2023-05-18 07:07:22 +02:00 |
|
Matthias
|
f657d06e91
|
Move shorten_date to datetime helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
b40c45ee42
|
Timerange -> datetime
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
adcf751340
|
Bump min-requirement of arrow
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
261822147c
|
Fix remaining arrow testcases
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
3ec55885bd
|
Remove arrow from more tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
9421ca2628
|
Remove arrow from test_persistence
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
3a4d103bc8
|
Properly check wallets with new type
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
7a2ff60255
|
Fix more tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
915cb5ffbd
|
add dt_utc helper
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
c0713eb77f
|
More tests to dt_helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
29fdcdbf56
|
reduce arrow in tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
d131dd4050
|
Fix wrong transition
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
cfae98ae00
|
dt_now for tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
e4f701fd0d
|
Don't use arrow for everything
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
5b66ef4bea
|
Implement datetime.floor
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
7f73e99437
|
Simplify exchange_utils
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
55ce58d79f
|
Reduce some arrow usages in favor of dt helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
000f72942a
|
Improve dt_now_ts helper
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
aa949153eb
|
Add now ts helper
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
5c6f3ea439
|
Improve wallets time handling
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
261df527d9
|
dt_now
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
6b735bc683
|
Implement dt_now
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
6044bbb6b1
|
Add datetime helpers to unify code
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
2477ef57f9
|
Reduce arrow usage throughout code
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
1d03e8bc5f
|
Reduce arrow usage further
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
d3382fbe04
|
Reduce usage of arrow
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
292bd62973
|
Reduce verbosity of httpx (we don't need to see telegram calls)
|
2023-05-18 07:00:18 +02:00 |
|
Matthias
|
c54f28ada8
|
Merge pull request #8623 from freqtrade/feat/tensorboard-logger
Add Tensorboard logger for PyTorch and XGBoost
|
2023-05-18 06:41:15 +02:00 |
|
robcaulk
|
adeab13bdf
|
cleanup tests, cross fingers that mac will pass
|
2023-05-17 07:21:48 +00:00 |
|
Matthias
|
2ab732480f
|
Ensure pi image can be built
|
2023-05-17 06:26:57 +02:00 |
|
Matthias
|
45ee12e257
|
reload_trade should be a post endpoint
|
2023-05-16 20:27:07 +02:00 |
|
Matthias
|
63294c4d3a
|
Merge pull request #8652 from freqtrade/dependabot/pip/docs/pymdown-extensions-10.0
Bump pymdown-extensions from 9.11 to 10.0 in /docs
|
2023-05-16 11:03:20 +02:00 |
|
Matthias
|
bb760a47d5
|
Bump pymdown-extensions to 10.0.1
|
2023-05-16 10:15:46 +02:00 |
|
dependabot[bot]
|
61ea3d817a
|
Bump pymdown-extensions from 9.11 to 10.0 in /docs
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.11...10.0)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-16 07:45:08 +00:00 |
|
Matthias
|
7d15c379cb
|
Fix faulty removed import
|
2023-05-15 19:26:51 +02:00 |
|