This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //@version=5 | |
| // HA+HMA Evolve v2c - JP - Filtre horaire haute liquidite | |
| // Insight Ouroboros : volume SOL x3 entre 14h-22h UTC (1 an de donnees) | |
| strategy( | |
| title = "HA+HMA v2c - JP Filtre Horaire", | |
| overlay = true, | |
| initial_capital = 50000, | |
| currency = currency.USD, | |
| default_qty_type = strategy.fixed, | |
| default_qty_value = 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================================================ | |
| // HA+HMA Evolve v2b — JP — Version diagnostic / correction v2 | |
| // | |
| // PROBLÈME IDENTIFIÉ avec v2 : | |
| // - Combinaison ADX + Volume + Slope trop restrictive → trop peu de trades | |
| // - Pullback re-entry (pyramiding=1) ajoute des trades au mauvais moment | |
| // - Résultat : fortement négatif | |
| // | |
| // CORRECTIONS v2b : | |
| // 1. Pullback re-entry SUPPRIMÉ (pyramiding=0, trop risqué) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================================================ | |
| // HA+HMA Evolve v2 — JP | |
| // TradingView Pine Script v5 | |
| // | |
| // OBJECTIF v2 : Augmenter le nombre de BONS signaux, éliminer les FAUX | |
| // | |
| // NOUVEAUTÉS vs v1 | |
| // ───────────────────────────────────────────────────────────────────────── | |
| // 1. FILTRE PENTE HMA : n'entre que si HMA50 monte (long) / descend (short) | |
| // → élimine les signaux en marché plat |