这个目前是最优解+1

This commit is contained in:
Ubuntu 2026-02-14 02:25:54 +08:00
parent 88fbb2566a
commit 9f1a91c79f
2 changed files with 17 additions and 31 deletions

View File

@ -19,9 +19,6 @@
"timeout": 20000
},
"pair_whitelist": [
"AAVE/USDT",
"ADA/USDT",
"ASTER/USDT",
"AVAX/USDT",
"BCH/USDT",
"BNB/USDT",
@ -29,25 +26,14 @@
"DOGE/USDT",
"ETH/USDT",
"FIL/USDT",
"HYPE/USDT",
"IP/USDT",
"KITE/USDT",
"LINK/USDT",
"LTC/USDT",
"PENGU/USDT",
"PEPE/USDT",
"PI/USDT",
"PUMP/USDT",
"SNX/USDT",
"SOL/USDT",
"SUI/USDT",
"TON/USDT",
"TRX/USDT",
"UNI/USDT",
"USDG/USDT",
"WLFI/USDT",
"TRB/USDT",
"TRUMP/USDT",
"XAUT/USDT",
"XPL/USDT",
"XRP/USDT"
],
"pair_blacklist": [

View File

@ -1,5 +1,5 @@
{
"dryrun": false;
"dryrun": false,
"exchange": {
"name": "okx",
"key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c",
@ -83,11 +83,11 @@
"live_retrain_hours": 2,
"outlier_detection": {
"method": "IsolationForest",
"contamination": 0.15 //
"contamination": 0.15
},
"feature_selection": {
"method": "recursive_elimination",
"feature_number": 20 //
"feature_number": 20
},
"feature_parameters": {
"include_timeframes": [
@ -102,32 +102,32 @@
],
"outlier_protection_percentage": 0.1,
"label_period_candles": 100,
"include_shifted_candles": 2, //
"include_shifted_candles": 2,
"DI_threshold": 0.5,
"weight_factor": 0.9,
"principal_component_analysis": true, // PCA
"principal_component_analysis": true,
"use_SVM_to_remove_outliers": true,
"indicator_periods_candles": [
10,
20,
50 //
50
],
"plot_feature_importances": 10
},
"data_split_parameters": {
"test_size": 0.2, //
"test_size": 0.2,
"shuffle": false
},
"model_training_parameters": {
"n_estimators": 200, //
"learning_rate": 0.05, //
"max_depth": 5, //
"min_child_weight": 3, //
"subsample": 0.7, //
"colsample_bytree": 0.7, //
"n_estimators": 200,
"learning_rate": 0.05,
"max_depth": 5,
"min_child_weight": 3,
"subsample": 0.7,
"colsample_bytree": 0.7,
"verbosity": 0,
"reg_alpha": 0.1, // L1
"reg_lambda": 1.0 // L2
"reg_alpha": 0.1,
"reg_lambda": 1.0
}
},
"fee": 0.0008,