This commit is contained in:
Ubuntu 2026-01-04 06:27:08 +00:00
parent 553556055a
commit c487d6c965
3 changed files with 21 additions and 15 deletions

View File

@ -1,10 +1,10 @@
{
"enable_strategy_log": true,
"exchange": {
"name": "okx",
"key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c",
"secret": "CD3B7DB459CBBD540E0926E5C48150E1",
"password": "c^-d:g;P2S9?Q#^",
"enable_strategy_log": true,
"enable_ws": false,
"ccxt_config": {
"enableRateLimit": true,

View File

@ -1,10 +1,10 @@
{
"enable_strategy_log": false,
"exchange": {
"name": "okx",
"key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c",
"secret": "CD3B7DB459CBBD540E0926E5C48150E1",
"password": "c^-d:g;P2S9?Q#^",
"enable_strategy_log": false,
"enable_ws": false,
"ccxt_config": {
"enableRateLimit": true,

View File

@ -20,20 +20,26 @@
"add_position_multiplier": 1.15,
"max_entry_adjustments": 4,
"stake_divisor": 9.3,
"bb_length": 30,
"bb_lower_deviation": 1.01,
"bb_std": 1.6,
"bb_width_threshold": 0.016,
"h1_max_candles": 213,
"h1_max_consecutive_candles": 3,
"h1_rapid_rise_threshold": 0.118,
"min_condition_count": 3,
"bb_length": 11,
"bb_lower_deviation": 1.05,
"bb_std": 2.0,
"bb_width_threshold": 0.019,
"entry_interval_minutes": 126,
"freqai_entry_up_percent": 1.41,
"freqai_exit_down_percent": 0.83,
"h1_max_candles": 251,
"h1_max_consecutive_candles": 1,
"h1_rapid_rise_threshold": 0.07,
"min_condition_count": 2,
"ml_entry_signal_threshold": 0.84,
"ml_exit_signal_threshold": 0.36,
"rsi_bull_threshold": 45,
"rsi_length": 18,
"rsi_length": 15,
"rsi_oversold": 31,
"stochrsi_bull_threshold": 31,
"stochrsi_neutral_threshold": 27,
"volume_multiplier": 1.2
"stochrsi_bull_threshold": 35,
"stochrsi_neutral_threshold": 21,
"volatility_adjustment_factor": 0.07,
"volume_multiplier": 1.5
},
"sell": {
"exit_bb_upper_deviation": 0.99,
@ -46,5 +52,5 @@
"protection": {}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-15 14:19:00.824138+00:00"
"export_time": "2026-01-04 06:25:17.692729+00:00"
}