Here's what I came up with:
Build Objectives
Minimize Complexity, weight 0.700
Maximize Net Profit, weight 1.000
Maximize Corr Coeff, weight 1.000
Maximize Trade Sig, weight 1.000
Build conditions
Drawdown <= S7,000.00 (Train)
Win/Loss Ratio > = 1.500 (Train)
Ave Trade Length between 15 and 60 (Train)
Corr Coeff >= 0.9500 (Train)
Trade Sig >= 95.00% (Train)

This one had 99 trades, so it traded infrequently (on 15 the minute bars). I'm not thrilled with it, but good enough for testing the idea.
Net profit: $43,325
Drawdown: $3,918
To see if this was an equity doubler, I took the trade list and calculated 2x Profit/Loss. So my equity formula was as follows:
NewEquity = NormalEquity - ProfitLoss + DoubledProfitLoss
Here's a few lines from the Excel sheet:
Do I have that right? At the end of the trade list, my "equity with 2x" is almost exactly the same as the normal equity. Is that because my wins and losses are both doubled? So, there's no point in trading this strategy?
What build metric could I change to make this work?
Thank you!