Wagner Costa
|
d82264ced9
|
Merge branch 'develop' into freqai_feature_engineering_functions
|
2023-01-05 17:55:35 -03:00 |
|
Wagner Costa
|
abdeb72eb0
|
fix tests
|
2023-01-05 17:54:56 -03:00 |
|
robcaulk
|
d91ac8b669
|
improve wording in freqai doc
|
2023-01-05 20:13:48 +01:00 |
|
Matthias
|
bdf6537c60
|
Remove unused (and pointless) exchange method
|
2023-01-05 11:45:15 +01:00 |
|
Matthias
|
4bac66ff0e
|
Type ohlcv coroutine
|
2023-01-05 11:33:47 +01:00 |
|
Matthias
|
75b0a3e63d
|
Use dedicated type for OHLCV response
|
2023-01-05 11:30:15 +01:00 |
|
Matthias
|
92800930e9
|
Improve backtest detail speed
|
2023-01-05 10:14:58 +01:00 |
|
Matthias
|
5257e8b3ed
|
Fix random test failures on 3.8
|
2023-01-05 09:12:09 +01:00 |
|
Wagner Costa
|
ed99e7f857
|
fix corr_pairs startup candle count bug
|
2023-01-04 14:21:37 -03:00 |
|
Matthias
|
8e5b4750d6
|
Continue in "regular backtest" case (no detail-data available).
link to #7967
|
2023-01-04 18:08:45 +01: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
|
7a43f37eb7
|
Merge pull request #7972 from Undertoned/develop
Fix Backtesting Analysis Column Wrong
|
2023-01-04 16:38:29 +01:00 |
|
Antonio Della Fortuna
|
f2fa476dc6
|
max_open_trades should be an integer
Max open trades will be always an integer in the strategy (-1 for infinity), but in the config -1 will be parsed as infinity
|
2023-01-04 16:09:27 +01:00 |
|
Wagner Costa
|
ed2b1b1ed1
|
Merge branch 'develop' into freqai_feature_engineering_functions
|
2023-01-04 10:40:20 -03:00 |
|
Wagner Costa
|
801ab39a24
|
fix get dataframe data to include startup_candle
|
2023-01-04 10:36:19 -03:00 |
|
Antonio Della Fortuna
|
1c5e172683
|
docs update
|
2023-01-04 12:54:35 +01:00 |
|
Matthias
|
38a780ef63
|
Merge pull request #7973 from freqtrade/robcaulk-patch-1
Fix file name in FreqaiExampleStrategy.py
|
2023-01-04 12:51:14 +01:00 |
|
Antonio Della Fortuna
|
ce661cb58b
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
|
2023-01-04 10:35:09 +01:00 |
|
Antonio Della Fortuna
|
5fd85368a9
|
Added support for max_open_trades hyperopting
|
2023-01-04 10:34:44 +01:00 |
|
Robert Caulk
|
c384d1357e
|
Update FreqaiExampleStrategy.py
|
2023-01-03 21:52:16 +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 |
|
Wagner Costa
|
314c0925bf
|
fix get dataframe data to include startup_candle
|
2023-01-03 14:02:42 -03:00 |
|
paranoidandy
|
73114b93c2
|
Update FreqaiExampleStrategy.py
Change can_short to True to enable shorting
|
2023-01-03 15:11:46 +00:00 |
|
Matthias
|
91d8370909
|
Merge pull request #7966 from freqtrade/frog-hyper-docs
Fix ROI table comma and spacing
|
2023-01-02 20:35:05 +01:00 |
|
Robert Davey
|
2c430c806c
|
Fix ROI table comma and spacing
THanks to `@topdollar` in discord for noticing the typos.
|
2023-01-02 15:54:49 +00:00 |
|
Robert Caulk
|
52dfb0452c
|
Update freqai-feature-engineering.md
|
2023-01-02 16:06:54 +01:00 |
|
Matthias
|
72f9c248f5
|
Merge pull request #7961 from freqtrade/dependabot/pip/develop/time-machine-2.9.0
Bump time-machine from 2.8.2 to 2.9.0
|
2023-01-02 09:21:55 +01:00 |
|
Matthias
|
5bb1f4a845
|
Merge pull request #7962 from freqtrade/dependabot/pip/develop/pydantic-1.10.4
Bump pydantic from 1.10.2 to 1.10.4
|
2023-01-02 08:26:14 +01:00 |
|
Matthias
|
d1a0ae45e8
|
Merge pull request #7960 from freqtrade/dependabot/pip/develop/filelock-3.9.0
Bump filelock from 3.8.2 to 3.9.0
|
2023-01-02 08:25:11 +01:00 |
|
dependabot[bot]
|
724465c798
|
Bump pydantic from 1.10.2 to 1.10.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.4.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.4/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.4)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-02 03:01:07 +00:00 |
|
dependabot[bot]
|
488b4512e0
|
Bump time-machine from 2.8.2 to 2.9.0
Bumps [time-machine](https://github.com/adamchainz/time-machine) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/adamchainz/time-machine/releases)
- [Changelog](https://github.com/adamchainz/time-machine/blob/main/HISTORY.rst)
- [Commits](https://github.com/adamchainz/time-machine/compare/2.8.2...2.9.0)
---
updated-dependencies:
- dependency-name: time-machine
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-02 03:01:00 +00:00 |
|
dependabot[bot]
|
d304f95c13
|
Bump filelock from 3.8.2 to 3.9.0
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.8.2 to 3.9.0.
- [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.8.2...3.9.0)
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-02 03:00:55 +00:00 |
|
Matthias
|
74b924471a
|
type ccxt_compat tests
|
2022-12-31 10:59:42 +01:00 |
|
Matthias
|
cd7bd9bf9a
|
Update gate liquidation price link
|
2022-12-31 10:25:21 +01:00 |
|
Matthias
|
6498e352c1
|
Remove pointless default
|
2022-12-31 10:23:39 +01:00 |
|
Matthias
|
97e8bb09e8
|
Update exchange documentation with note about leverage
|
2022-12-31 10:17:30 +01:00 |
|
Stefano Ariestasia
|
5188464fc0
|
fix typo
|
2022-12-31 02:03:02 +09:00 |
|
Wagner Costa
|
c8aa7720a2
|
added again feature check in BT from pred files
|
2022-12-30 11:16:35 -03:00 |
|
Wagner Costa
|
b39fc6b924
|
remove add pair to column from docs, fix keyerror bug and adjust hybrid strategy example
|
2022-12-30 10:42:31 -03:00 |
|
robcaulk
|
b2bab68fba
|
move price assignment to feature_engineering_standard() to reduce un-requested feature additions in RL. Ensure old method of price assignment still works, add deprecation warning to help users migrate their strategies
|
2022-12-30 13:02:39 +01:00 |
|
Matthias
|
798438df9d
|
Extract funding-rate call to separate method
this will allow overwriting in subclasses.
|
2022-12-30 07:32:59 +01:00 |
|
Matthias
|
499cc5bae1
|
Better visualize downloaded candletype in debug mode
|
2022-12-30 07:15:24 +01:00 |
|
Wagner Costa
|
2e30bdb9b2
|
freqai bt - fix tests
|
2022-12-29 16:35:11 -03:00 |
|
Wagner Costa
|
2b89f643b7
|
adjust backtest to new feature engineering functions
|
2022-12-28 19:03:41 -03:00 |
|
Matthias
|
c78b2080cc
|
Add exception test for interest function
|
2022-12-28 17:42:35 +01:00 |
|
Matthias
|
6ef15802eb
|
make tables an optional dependency
requirements will still install this though.
|
2022-12-28 16:04:21 +01:00 |
|
Matthias
|
973cfd0182
|
Merge pull request #7810 from stash86/bt-metrics
Add more calculations for backtest metrics
|
2022-12-28 15:57:07 +01:00 |
|
Matthias
|
f0bd6b9589
|
Merge pull request #7939 from freqtrade/dependabot/pip/develop/tables-3.8.0
Bump tables from 3.7.0 to 3.8.0
|
2022-12-28 15:55:43 +01:00 |
|
Matthias
|
2805e83c9f
|
Bump Develop version to 2023.1
|
2022-12-28 15:53:43 +01:00 |
|