Files
MidasBot/freqtrade/user_data/strategies/HyperStrategy.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

34 lines
701 B
JSON

{
"strategy_name": "HyperStrategy",
"params": {
"max_open_trades": {
"max_open_trades": 3
},
"buy": {
"buy_adx_min": 25,
"buy_require_macd": true,
"buy_require_trend": false,
"buy_rsi_max": 78
},
"sell": {
"sell_rsi_min": 47
},
"roi": {
"0": 0.459,
"187": 0.06,
"693": 0.032,
"1425": 0
},
"stoploss": {
"stoploss": -0.137
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.016,
"trailing_stop_positive_offset": 0.053,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2026-06-23 14:08:47.078605+00:00"
}