Matthias
|
5b2a291109
|
Merge pull request #8273 from freqtrade/stop_from_open_lev
Stop from open lev
|
2023-03-09 19:44:16 +01:00 |
|
Matthias
|
d3a3ddbc61
|
Check if exchang provides bid/ask via fetch_tickers - and fail with spread filter if it doesn't.
closes #8286
|
2023-03-09 19:42:43 +01:00 |
|
Yinon Polak
|
8a9f2aedbb
|
improve documentation
|
2023-03-09 14:55:52 +02:00 |
|
Yinon Polak
|
e88a0d5248
|
convert single quotes to double quotes
|
2023-03-09 13:29:11 +02:00 |
|
Yinon Polak
|
2ef11faba7
|
reformat documentation
|
2023-03-09 13:25:20 +02:00 |
|
Yinon Polak
|
c9eee2944b
|
reformat documentation
|
2023-03-09 13:01:04 +02:00 |
|
Yinon Polak
|
6f962362f2
|
expand pytorch trainer documentation
|
2023-03-09 12:45:46 +02:00 |
|
Yinon Polak
|
ba5de0cd00
|
add documentation
|
2023-03-09 11:21:10 +02:00 |
|
Yinon Polak
|
3081b9402b
|
add documentation
|
2023-03-09 11:14:54 +02:00 |
|
Matthias
|
30fd1e742e
|
Add 3.8 block for strategyUpdater
|
2023-03-09 07:46:58 +00:00 |
|
Matthias
|
4d8e3c25bd
|
Merge branch 'develop' into strategy_utils
|
2023-03-09 07:12:48 +00:00 |
|
ASU
|
1132fa6093
|
feat: Added price_rounding modes in config
|
2023-03-09 02:11:31 +02:00 |
|
Matthias
|
29dfb5c169
|
Merge pull request #8291 from freqtrade/allow-ohlc-removal
allow user to drop ohlc from features in RL
|
2023-03-08 21:04:34 +01:00 |
|
robcaulk
|
d10ee0979a
|
ensure training_features_list is updated properly
|
2023-03-08 19:37:11 +01:00 |
|
Matthias
|
0318486bee
|
Update stoploss_from_open documentation for leverage adjustment
|
2023-03-08 19:35:26 +01:00 |
|
Robert Caulk
|
85e345fc48
|
Update BaseReinforcementLearningModel.py
|
2023-03-08 19:29:39 +01:00 |
|
Yinon Polak
|
1597c3aa89
|
set class names in IStrategy.set_freqai_targets method, also save class name with model meta data
|
2023-03-08 18:36:44 +02:00 |
|
Yinon Polak
|
7d26df01b8
|
fix tensor type hint
|
2023-03-08 16:17:19 +02:00 |
|
Yinon Polak
|
c8296ccb2d
|
sort imports
|
2023-03-08 16:13:35 +02:00 |
|
Yinon Polak
|
8d60327d60
|
add missing import
|
2023-03-08 16:12:47 +02:00 |
|
Yinon Polak
|
04564dc134
|
add missing import
|
2023-03-08 16:11:51 +02:00 |
|
Yinon Polak
|
6161b858c4
|
sort imports
|
2023-03-08 16:10:25 +02:00 |
|
Yinon Polak
|
1921a07b89
|
sort imports
|
2023-03-08 16:08:04 +02:00 |
|
Yinon Polak
|
b65ade51be
|
revert config_freqai_example changes
|
2023-03-08 16:05:02 +02:00 |
|
Yinon Polak
|
dfbb2e2b35
|
sort imports
|
2023-03-08 16:03:36 +02:00 |
|
Yinon Polak
|
1805db2b07
|
change documentation and small bugfix
|
2023-03-08 15:38:22 +02:00 |
|
Yinon Polak
|
76fbec0c17
|
ad multiclass target names encoder to ints
|
2023-03-08 14:29:38 +02:00 |
|
robcaulk
|
29d337fa02
|
ensure ohlc is dropped from both train and predict
|
2023-03-08 11:26:28 +01:00 |
|
Matthias
|
2c7ae756f5
|
Improve mock behavior
|
2023-03-08 07:05:59 +01:00 |
|
robcaulk
|
d9dc831772
|
allow user to drop ohlc from features in RL
|
2023-03-07 11:33:54 +01:00 |
|
Yinon Polak
|
4241bff32a
|
type hints fixes
|
2023-03-06 20:15:36 +02:00 |
|
Yinon Polak
|
5dd60eda36
|
type hints fixes
|
2023-03-06 19:37:08 +02:00 |
|
Yinon Polak
|
8acdd0b47c
|
type hints fixes
|
2023-03-06 19:14:54 +02:00 |
|
Yinon Polak
|
125085fbaf
|
add freqai.model_exists pytorch file type support
|
2023-03-06 18:10:49 +02:00 |
|
Yinon Polak
|
7eedcb9c14
|
reformat code
|
2023-03-06 17:56:07 +02:00 |
|
Yinon Polak
|
e6e747bcd8
|
reformat code
|
2023-03-06 17:50:02 +02:00 |
|
Yinon Polak
|
348a08f1c4
|
add todo - currently assuming class labels are strings ['0.0', '1.0' .. n_classes]. need to resolve it per ClassifierModel
|
2023-03-06 16:41:47 +02:00 |
|
Yinon Polak
|
b1ac2bf515
|
use data loader, add evaluation on epoch
|
2023-03-06 16:16:45 +02:00 |
|
Matthias
|
b710bdaf6c
|
Merge pull request #8284 from freqtrade/dependabot/pip/develop/ccxt-2.9.4
Bump ccxt from 2.8.98 to 2.9.4
|
2023-03-06 10:49:10 +01:00 |
|
Matthias
|
27fa297209
|
Merge pull request #8282 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.10
Bump types-python-dateutil from 2.8.19.9 to 2.8.19.10
|
2023-03-06 09:13:42 +01:00 |
|
dependabot[bot]
|
85e64cd121
|
Bump ccxt from 2.8.98 to 2.9.4
Bumps [ccxt](https://github.com/ccxt/ccxt) from 2.8.98 to 2.9.4.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/2.8.98...2.9.4)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-06 07:21:23 +00:00 |
|
Matthias
|
0d876d7a89
|
Merge branch 'develop' into dependabot/pip/develop/types-python-dateutil-2.8.19.10
|
2023-03-06 08:20:59 +01:00 |
|
Matthias
|
69e5377f3d
|
Merge pull request #8280 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.5.post1
Bump sqlalchemy from 2.0.4 to 2.0.5.post1
|
2023-03-06 08:20:17 +01:00 |
|
Matthias
|
532ecaf2c8
|
Merge pull request #8276 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.10
Bump pymdown-extensions from 9.9.2 to 9.10
|
2023-03-06 08:07:20 +01:00 |
|
Matthias
|
d779d60812
|
Expose total_profit_ratio through API
|
2023-03-06 07:10:02 +01:00 |
|
Matthias
|
c4a80e33ea
|
Fix missing newline in telegram /status
|
2023-03-06 07:01:25 +01:00 |
|
Matthias
|
cab1b750b3
|
Improve test accuracy
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
9d285e3dc0
|
Add total_profit_ratio to telegram output
part of #8234
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
fff08f737f
|
/status msg - improve formatting further
|
2023-03-06 06:39:05 +01:00 |
|
Matthias
|
ca789b3282
|
/status - whitespace
|
2023-03-06 06:39:05 +01:00 |
|