This strategy implements a rule-based, daily-rebalanced long-only equity portfolio driven by a hierarchical decision tree. The tree encodes technical conditions—RSI thresholds, moving averages, cumulative returns, max drawdown, volatility—and combines them into logical branches that select assets, apply filters (e.g., top-N by metric), and assign weights via equal, constant, or inverse-volatility schemes. Each day after market close, price data for all referenced equities is updated; the tree is re-evaluated to compute target weights. Market-on-open orders place trades for the next session. Position sizes are proportional to portfolio value times target weight; no explicit leverage or stop-loss, but diversification arises from the tree’s structure and weighting rules. The alpha source is the multi-condition technical overlay, capturing momentum, mean-reversion, and risk-adjusted selection across US equities.