使用新版2026 freqtrade镜像
This commit is contained in:
parent
5aaf7f42f8
commit
ad1291fc7c
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
freqtrade:
|
||||
image: freqtradeorg/freqtrade:develop_freqai_withredis
|
||||
image: freqtrade:rl
|
||||
# image: freqtradeorg/freqtrade:develop
|
||||
# Use plotting image
|
||||
# image: freqtradeorg/freqtrade:develop_plot
|
||||
|
||||
1
docker/user_data/models/unique-id/global_metadata.json
Normal file
1
docker/user_data/models/unique-id/global_metadata.json
Normal file
@ -0,0 +1 @@
|
||||
{"start_dry_live_date":1745074800}
|
||||
Binary file not shown.
BIN
docker/user_data/models/unique-id/historic_predictions.pkl
Normal file
BIN
docker/user_data/models/unique-id/historic_predictions.pkl
Normal file
Binary file not shown.
1
docker/user_data/models/unique-id/pair_dictionary.json
Normal file
1
docker/user_data/models/unique-id/pair_dictionary.json
Normal file
@ -0,0 +1 @@
|
||||
{"1INCH/USDT:USDT":{"model_filename":"cb_1inch_1745136463","trained_timestamp":1745136463,"data_path":"/freqtrade/user_data/models/unique-id/sub-train-1INCH_1745136463","extras":{}},"ALGO/USDT:USDT":{"model_filename":"cb_algo_1745136468","trained_timestamp":1745136468,"data_path":"/freqtrade/user_data/models/unique-id/sub-train-ALGO_1745136468","extras":{}}}
|
||||
56
docker/user_data/models/unique-id/run_params.json
Normal file
56
docker/user_data/models/unique-id/run_params.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"freqai": {
|
||||
"enabled": true,
|
||||
"purge_old_models": 2,
|
||||
"train_period_days": 15,
|
||||
"backtest_period_days": 7,
|
||||
"live_retrain_hours": 0,
|
||||
"identifier": "unique-id",
|
||||
"feature_parameters": {
|
||||
"include_timeframes": [
|
||||
"3m",
|
||||
"15m",
|
||||
"1h"
|
||||
],
|
||||
"include_corr_pairlist": [
|
||||
"BTC/USDT:USDT",
|
||||
"ETH/USDT:USDT"
|
||||
],
|
||||
"label_period_candles": 20,
|
||||
"include_shifted_candles": 2,
|
||||
"DI_threshold": 0.9,
|
||||
"weight_factor": 0.9,
|
||||
"principal_component_analysis": false,
|
||||
"use_SVM_to_remove_outliers": true,
|
||||
"indicator_periods_candles": [
|
||||
10,
|
||||
20
|
||||
],
|
||||
"plot_feature_importances": 0,
|
||||
"shuffle_after_split": false,
|
||||
"buffer_train_data_candles": 0
|
||||
},
|
||||
"data_split_parameters": {
|
||||
"test_size": 0.33,
|
||||
"random_state": 1,
|
||||
"shuffle": false
|
||||
},
|
||||
"model_training_parameters": {},
|
||||
"write_metrics_to_disk": false,
|
||||
"conv_width": 1,
|
||||
"expiration_hours": 0,
|
||||
"save_backtest_models": false,
|
||||
"activate_tensorboard": true,
|
||||
"wait_for_training_iteration_on_reload": true,
|
||||
"continual_learning": false,
|
||||
"keras": false
|
||||
},
|
||||
"timeframe": "3m",
|
||||
"stake_amount": 200,
|
||||
"stake_currency": "USDT",
|
||||
"max_open_trades": 5,
|
||||
"pairs": [
|
||||
"1INCH/USDT:USDT",
|
||||
"ALGO/USDT:USDT"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tests/testdata/futures/XRP_USDT_USDT-8h-funding_rate.feather
vendored
Normal file
BIN
tests/testdata/futures/XRP_USDT_USDT-8h-funding_rate.feather
vendored
Normal file
Binary file not shown.
BIN
tests/testdata/futures/XRP_USDT_USDT-8h-mark.feather
vendored
Normal file
BIN
tests/testdata/futures/XRP_USDT_USDT-8h-mark.feather
vendored
Normal file
Binary file not shown.
1
tests/testdata/orderflow/candles.json
vendored
Normal file
1
tests/testdata/orderflow/candles.json
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -362,7 +362,7 @@ docker run -d --restart=always \
|
||||
-v "$(pwd)/../config_examples:/freqtrade/config_examples" \
|
||||
-v "$(pwd)/../freqtrade/templates:/freqtrade/templates" \
|
||||
-v "$(pwd)/../freqtrade/exchange:/freqtrade/exchange" \
|
||||
freqtradeorg/freqtrade:develop_freqai_withredis \
|
||||
freqtrade:rl \
|
||||
trade \
|
||||
--logfile /freqtrade/user_data/logs/freqtrade.log \
|
||||
--db-url sqlite:////freqtrade/user_data/tradesv3.sqlite \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user