The DNA Genome Engine uses genetic algorithms to evolve trading strategies. Each strategy is encoded as a 64-gene "DNA chromosome" that determines entry timing, exit rules, position sizing, and risk management.
Evolution Process: Strategies compete in the battleground arena. Winners are selected for "breeding" โ their DNA is combined through crossover and mutation to create offspring strategies.
Phoenix Detection: Strategies that fall to DEAD status (no edge detected) can sometimes recover through parameter mutation. These "Phoenix" strategies are flagged as they often have unique adaptive capabilities.
DNA Sequence = EntryGene(12) + ExitGene(12) + SizingGene(16) + RiskGene(16) + FilterGene(8)