kevinjulian
|
8248d1acd1
|
run flake8
|
2021-07-07 22:10:22 +07:00 |
|
kevinjulian
|
00a1931f40
|
fix test
|
2021-07-07 21:24:44 +07:00 |
|
nightshift2k
|
c44e87cd30
|
added tests for `OffsetFilter
to `test_pairlist.py`
|
2021-07-07 12:06:55 +02:00 |
|
nightshift2k
|
6cea0ef2d7
|
documentation for OffsetFilter
|
2021-07-07 11:48:26 +02:00 |
|
nightshift2k
|
f30e300f18
|
adjusted test_pairlist.py for fixed rolling sum
|
2021-07-07 11:28:35 +02:00 |
|
nightshift2k
|
3c3772703b
|
changed quoteVolume to be built over a
rolling period using lookback_period
to avoid pair_candles being larger
than requested lookback_period
|
2021-07-07 09:46:05 +02:00 |
|
octaviusgus
|
d1104bd434
|
fix daily profit data and daily profit curve example
|
2021-07-06 22:47:39 +02:00 |
|
Matthias
|
b7a9853d9a
|
Increase test coverage
|
2021-07-06 21:04:52 +02:00 |
|
Matthias
|
a4bd862323
|
Fix fluky test
|
2021-07-06 20:29:04 +02:00 |
|
Matthias
|
36d4a15d24
|
quickly document webserver mode
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
005da97183
|
extract backtesting abort functionality
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
5474d5ee64
|
Move webserver start command to seperate file
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
e5b1657ab3
|
Properly remove rpc handler
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
2ec22f1d97
|
Add Sorting to available pair list
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
830b2548bc
|
Add backtest stopping
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
129c7b02d0
|
Not all config values are mandatory in webserver mode
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
17b3cc2097
|
Return numeric value, not empty string
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
b44d215b90
|
Add test for backtest via APII
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
804d99cce9
|
Move backtesting api to it's own file
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
8566306010
|
Add test for start_websever
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
134c61126e
|
Properly track bt progress ...
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
03140a0ecb
|
Run webserver in main thread when using webserver mode
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
37b15e830a
|
Add trade count to progress
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
048008756f
|
Add progress tracking for backtesting
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
06b6726029
|
Support compounding key
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
f96d7dfe6d
|
Allow backtesting to reuse data
Allow activating / deactivating protections dynamically
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
edb8c4f0e5
|
Fix tests for webserver mode
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
5c18c8726d
|
Implement backtesting with fastapi
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
df55259737
|
Add start_trading endpoint
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
02b84bd018
|
Introduce webserver mode for fastapi
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
800e314bfd
|
Store backtesting results in backtest instance
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
97e8ec91f0
|
Save configuration file paths
|
2021-07-06 19:48:28 +02:00 |
|
Matthias
|
ef137546fe
|
Add webserver entrypoint
|
2021-07-06 19:48:28 +02:00 |
|
Kevin Julian
|
0f3d34eaf4
|
Merge branch 'develop' into agefilter-max-days-listed
|
2021-07-06 19:47:18 +07:00 |
|
kevinjulian
|
502c69dce3
|
change short desc
|
2021-07-06 19:36:42 +07:00 |
|
Matthias
|
dec523eef0
|
Display verison of installed FreqUI
|
2021-07-06 07:20:05 +02:00 |
|
nightshift2k
|
1e87225e91
|
added test_VolumePairList_range to test_pairlist.py
|
2021-07-05 20:59:27 +02:00 |
|
Matthias
|
baf6bca34e
|
Merge pull request #5240 from freqtrade/dependabot/pip/develop/pandas-1.3.0
Bump pandas from 1.2.5 to 1.3.0
|
2021-07-05 19:56:03 +02:00 |
|
Matthias
|
10998eb0fa
|
Remove further usages of int(int_timestamp)
|
2021-07-05 19:51:14 +02:00 |
|
Matthias
|
1682578a39
|
Merge pull request #5234 from nightshift2k/fixups/pairlists
fixup pairlist filters, change float_timestamp to int_timestamp
|
2021-07-05 19:45:35 +02:00 |
|
nightshift2k
|
346d66748b
|
first version of OffsetFilter
|
2021-07-05 12:50:56 +02:00 |
|
nightshift2k
|
5626ca5a06
|
removed unnecessary casting to int()
|
2021-07-05 10:39:22 +02:00 |
|
Matthias
|
70a41a0f67
|
Merge pull request #5239 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.7
Bump python-telegram-bot from 13.6 to 13.7
|
2021-07-05 07:06:28 +02:00 |
|
Matthias
|
eb3ead4930
|
Merge pull request #5229 from kevinjulian/telegram-balance
compact low balance currencies
|
2021-07-05 06:56:35 +02:00 |
|
dependabot[bot]
|
ac7598ff14
|
Bump python-telegram-bot from 13.6 to 13.7
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 13.6 to 13.7.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v13.6...v13.7)
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-05 04:31:00 +00:00 |
|
dependabot[bot]
|
0c8afea382
|
Bump pandas from 1.2.5 to 1.3.0
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.2.5 to 1.3.0.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.2.5...v1.3.0)
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-05 04:30:54 +00:00 |
|
Matthias
|
94ec9d2366
|
Merge pull request #5237 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.20
Bump sqlalchemy from 1.4.19 to 1.4.20
|
2021-07-05 06:29:58 +02:00 |
|
Matthias
|
6c789e4130
|
Merge pull request #5236 from freqtrade/dependabot/pip/develop/ccxt-1.52.40
Bump ccxt from 1.52.4 to 1.52.40
|
2021-07-05 06:29:39 +02:00 |
|
Matthias
|
1e696c4a20
|
Merge pull request #5235 from freqtrade/dependabot/pip/develop/plotly-5.1.0
Bump plotly from 5.0.0 to 5.1.0
|
2021-07-05 06:29:19 +02:00 |
|
Matthias
|
d146697297
|
Merge pull request #5238 from freqtrade/dependabot/pip/develop/fastapi-0.66.0
Bump fastapi from 0.65.2 to 0.66.0
|
2021-07-05 06:28:56 +02:00 |
|