Files
MidasBot/freqtrade/user_data/strategies/IchimokuHyper3.json
jerem 633b033f4d MidasBot: bot trading crypto IA + stratégies Ichimoku validées
- 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
2026-06-23 19:25:49 +02:00

36 lines
763 B
JSON

{
"strategy_name": "IchimokuHyper3",
"params": {
"max_open_trades": {
"max_open_trades": 3
},
"buy": {
"buy_adx_min": 29,
"buy_cloud_min_pct": 0.56,
"p_kijun": 29,
"p_mom": 27,
"p_senkou": 72,
"p_shift": 23,
"p_tenkan": 14,
"require_tk_cross": false,
"use_macro": false
},
"roi": {
"0": 0.353,
"401": 0.176,
"925": 0.079,
"2340": 0
},
"stoploss": {
"stoploss": -0.209
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.287,
"trailing_stop_positive_offset": 0.326,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2026-06-23 15:41:09.034742+00:00"
}