dependabot[bot]
|
04cb49b7e4
|
Bump filelock from 3.7.0 to 3.7.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.7.0...3.7.1)
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 03:01:48 +00:00 |
|
dependabot[bot]
|
786bc36163
|
Bump orjson from 3.6.8 to 3.7.1
Bumps [orjson](https://github.com/ijl/orjson) from 3.6.8 to 3.7.1.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.6.8...3.7.1)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 03:01:44 +00:00 |
|
Matthias
|
79107fd062
|
Add minimal order object serialization
|
2022-06-05 22:12:27 +02:00 |
|
Matthias
|
8369d5bedd
|
Include open orders in json responses
|
2022-06-05 22:12:27 +02:00 |
|
Matthias
|
c0ff554d5b
|
Cleanup old, left open dry-run orders
|
2022-06-05 22:12:27 +02:00 |
|
Matthias
|
f709222943
|
Properly close out orders in backtesting
|
2022-06-05 22:12:27 +02:00 |
|
Matthias
|
c499bb051f
|
Allow empty unfilledtimeout for webserver mode
|
2022-06-05 19:41:17 +02:00 |
|
Matthias
|
a790bad1e4
|
Add entry_tag to leverage callback
closes #6929
|
2022-06-05 10:24:54 +02:00 |
|
Matthias
|
27bea580d4
|
Fix rest-client script's force_enter
closes #6927
|
2022-06-05 09:40:04 +02:00 |
|
robcaulk
|
d6b8801f41
|
fix follower bug
|
2022-06-05 04:40:58 +02:00 |
|
robcaulk
|
e8c0dcf9f3
|
add debug message to timerange
|
2022-06-03 17:14:07 +02:00 |
|
robcaulk
|
f2762e3b4b
|
fix bug in return_values()
|
2022-06-03 16:58:51 +02:00 |
|
robcaulk
|
16b4a5b71f
|
rehaul of backend data management - increasing performance by holding history in memory, reducing load on the ratelimit by only pinging exchange once per candle. Improve code readability.
|
2022-06-03 15:19:46 +02:00 |
|
robcaulk
|
15a971346d
|
catch infinity values when filtering
|
2022-06-02 17:13:20 +02:00 |
|
Robert Caulk
|
7d41542f93
|
process_only_new_candles in examplestrat should be True, thanks @Bloodhunter4rc
|
2022-06-02 07:24:08 -06:00 |
|
robcaulk
|
fea39254d9
|
fix custom_exit (thanks @paranoidandy)
|
2022-06-02 14:58:45 +02:00 |
|
robcaulk
|
b37c31cc21
|
fix ta-lib issue with simultaneous method access
|
2022-06-02 14:37:40 +02:00 |
|
robcaulk
|
4ac6ef2972
|
make defining period intervals more user friendly and flexible
|
2022-06-02 13:45:29 +02:00 |
|
robcaulk
|
ace951bf7e
|
another queue bug fix for fresh starts
|
2022-06-02 13:28:06 +02:00 |
|
Anuj Shah
|
eb4adeab4d
|
fix flake8 issues
|
2022-06-02 11:19:29 +05:30 |
|
Anuj Shah
|
45c47bda60
|
refactor into discord rpc module
|
2022-06-01 21:14:48 +05:30 |
|
Anuj Shah
|
afd8e85835
|
feat: add support for discord notification
|
2022-06-01 15:54:32 +05:30 |
|
robcaulk
|
833d25bda0
|
Save data after queue reorg
|
2022-06-01 08:05:38 +02:00 |
|
robcaulk
|
0b0dd8dd80
|
Force high priority pair to be trained before anything else.
|
2022-06-01 07:55:05 +02:00 |
|
Surfer Admin
|
7fe8b7661d
|
Display the signal candle analyzed in telegram.
|
2022-05-31 15:46:43 -04:00 |
|
Matthias
|
34a44b9dd2
|
Fix backtesting bug when canceling orders
closes #6911
|
2022-05-31 20:32:41 +02:00 |
|
Matthias
|
66edbcd3d5
|
Fix slight backtesting bug in edge-case scenarios
|
2022-05-31 20:08:34 +02:00 |
|
robcaulk
|
7523ed825e
|
automatically detect maximum required data based on user fed indicators (to avoid NaNs in dataset for rolling indicators), add new config parameter for backtesting to let users increase their startup_candles to accommodate high timeframe indicators, add docs to explain all. Add new feature for automatic indicator duplication according to user defined intervals (exhibited in example strat and configs now).
|
2022-05-31 18:42:27 +02:00 |
|
Matthias
|
3549176370
|
Update missleading docstring
closes #6913
|
2022-05-31 17:52:45 +02:00 |
|
Matthias
|
88845f6d88
|
Fix cancel order deleting trade
if one order was successfully filled, the trade cannot be deleted.
closes #6907
|
2022-05-31 17:49:51 +02:00 |
|
Matthias
|
eee337c764
|
Merge pull request #6906 from freqtrade/params_to_instance
Params to instance
|
2022-05-31 16:18:48 +02:00 |
|
robcaulk
|
9b3b08a2bb
|
let follower purge old model files
|
2022-05-31 15:37:38 +02:00 |
|
robcaulk
|
bac4ced382
|
Ensure follower predictions are persistent and uniquely stored
|
2022-05-31 14:35:04 +02:00 |
|
Matthias
|
ea537b32c7
|
Update tests for leverage_tier_loading
|
2022-05-31 11:40:14 +00:00 |
|
robcaulk
|
70adf55643
|
Automatically detect and change follower data_path to accommodate remote systems
|
2022-05-31 12:35:09 +02:00 |
|
robcaulk
|
0306f5ca13
|
Add autopurge feature so that FreqAI cleans up after itself when it no longer needs old models on disk
|
2022-05-31 11:58:21 +02:00 |
|
Matthias
|
cce8d1aa4d
|
Update get_market_leverage_tiers to be async
|
2022-05-31 08:48:34 +00:00 |
|
Matthias
|
be6e0813db
|
Remove --strategy from analysis test
|
2022-05-31 06:53:03 +02:00 |
|
robcaulk
|
45f4f0f603
|
ensure follower sends back null arrays in case leader hasnt created a model file yet
|
2022-05-31 01:48:48 +02:00 |
|
robcaulk
|
29d2f59f12
|
fix PCA bug
|
2022-05-31 00:40:45 +02:00 |
|
robcaulk
|
606f18e5c1
|
Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader
|
2022-05-30 21:35:48 +02:00 |
|
Matthias
|
c285ad0e2b
|
Remove --strategy parameters, update docs
|
2022-05-30 20:26:24 +02:00 |
|
Matthias
|
d950b0acbe
|
Update documentation about dynamic parameters
|
2022-05-30 18:18:01 +02:00 |
|
robcaulk
|
5b4c649d43
|
detect variable sized dataframes coming from strat, adjust our stored/returned data accordingly
|
2022-05-30 13:55:46 +02:00 |
|
robcaulk
|
e229902381
|
fix bug in previous commit
|
2022-05-30 12:48:22 +02:00 |
|
robcaulk
|
a20651efd8
|
Increase performance by only predicting on most recent candle instead of full strat provided dataframe. Collect predictions and store them so that we can feed true predictions back to strategy (so that frequi isnt updating historic predictions based on newly trained models).
|
2022-05-30 11:37:05 +02:00 |
|
Matthias
|
d8df9fdccf
|
Merge pull request #6900 from freqtrade/dependabot/pip/develop/types-requests-2.27.29
Bump types-requests from 2.27.27 to 2.27.29
|
2022-05-30 08:36:39 +02:00 |
|
Matthias
|
8e2c7e1298
|
extract detect_parameters to separate function
|
2022-05-30 07:26:26 +02:00 |
|
Matthias
|
f323cbc769
|
Bump types-requests precommit
|
2022-05-30 07:23:05 +02:00 |
|
Matthias
|
b73fd0ac69
|
Merge pull request #6899 from freqtrade/dependabot/pip/develop/mypy-0.960
Bump mypy from 0.950 to 0.960
|
2022-05-30 07:22:39 +02:00 |
|