- Infra: Freqtrade (futures dry-run) + Redis + dashboard + Docker Compose - Couche IA: ai_analyzer (Claude via abonnement, MCP TradingView, backfill biais) - Stratégies: SampleStrategy, AiBiasStrategy, IchimokuLS (long/short, validée train/test + données vierges + walk-forward), MTFIchimoku, variantes hyperopt - Arbitrage CEX (dry-run), backtesting, walk-forward, volatility targeting - IchimokuLS en dry-run live (config_live.json) Claude-Session: https://claude.ai/code/session_01VHETcFacdnDhQzthLpdYFR
31 lines
653 B
JSON
31 lines
653 B
JSON
{
|
|
"strategy_name": "IchimokuHyper2",
|
|
"params": {
|
|
"max_open_trades": {
|
|
"max_open_trades": 3
|
|
},
|
|
"buy": {
|
|
"buy_adx_min": 31,
|
|
"buy_cloud_min_pct": 0.48,
|
|
"require_tk_cross": true,
|
|
"use_macro": false
|
|
},
|
|
"roi": {
|
|
"0": 0.088,
|
|
"20": 0.066,
|
|
"63": 0.053,
|
|
"180": 0
|
|
},
|
|
"stoploss": {
|
|
"stoploss": -0.095
|
|
},
|
|
"trailing": {
|
|
"trailing_stop": true,
|
|
"trailing_stop_positive": 0.046,
|
|
"trailing_stop_positive_offset": 0.08,
|
|
"trailing_only_offset_is_reached": true
|
|
}
|
|
},
|
|
"ft_stratparam_v": 1,
|
|
"export_time": "2026-06-23 15:17:56.904527+00:00"
|
|
} |