Files
jyx_code4/models/eth_ai_strategy/strategy_params.json

40 lines
944 B
JSON
Raw Normal View History

2026-02-16 22:03:12 +08:00
{
2026-02-18 16:18:44 +08:00
"bb_period": 20,
"bb_std": 2.5,
"keltner_period": 20,
"keltner_atr_mult": 2.5,
"donchian_period": 14,
"stoch_k_period": 14,
"stoch_d_period": 3,
2026-02-17 00:08:52 +08:00
"cci_period": 14,
2026-02-16 22:03:12 +08:00
"willr_period": 14,
2026-02-18 16:18:44 +08:00
"rsi_period": 14,
2026-02-16 22:03:12 +08:00
"atr_band_period": 20,
"atr_band_mult": 2.0,
"zscore_period": 20,
2026-02-18 16:18:44 +08:00
"lr_period": 14,
2026-02-16 22:03:12 +08:00
"lr_std_mult": 2.0,
2026-02-18 16:18:44 +08:00
"median_band_period": 14,
"pct_rank_period": 20,
2026-02-17 00:08:52 +08:00
"chandelier_period": 14,
"chandelier_mult": 2.5,
2026-02-18 16:18:44 +08:00
"std_band_period": 20,
2026-02-16 22:03:12 +08:00
"std_band_mult": 2.0,
2026-02-18 16:18:44 +08:00
"elder_period": 13,
2026-02-17 00:08:52 +08:00
"forward_bars": 15,
2026-02-16 22:03:12 +08:00
"label_threshold": 0.002,
2026-02-17 00:08:52 +08:00
"prob_threshold": 0.52,
2026-02-18 16:18:44 +08:00
"sl_pct": 0.002,
2026-02-17 00:08:52 +08:00
"tp_pct": 0.005,
2026-02-16 22:03:12 +08:00
"min_hold_seconds": 180,
"max_hold_seconds": 1800,
"margin_per_trade": 100.0,
"leverage": 100,
"notional": 10000.0,
"rebate_rate": 0.9,
"train_period": "2020-01-01 ~ 2021-01-01",
"test_period": "2021-01-01 ~ 2022-01-01",
2026-02-17 00:08:52 +08:00
"kline_period": "1h",
2026-02-16 22:03:12 +08:00
"initial_balance": 10000.0,
2026-02-18 16:18:44 +08:00
"max_dd_target": 300.0
2026-02-16 22:03:12 +08:00
}