EDS Monkey (EDSM) is an automated optimization application designed specifically for AIQ's Expert Design Studio (EDS). As it stands now, finding the optimal values for a given system within EDS means hours of manual intervention.
If given a system with two variables, each representing a series of 20 unique possible optimal factors, and given each backtest takes 5 minutes, it will take you 33+ hours in front of the computer running combinations of X & Y to find the optimal values.
(X(20) * Y(20) = 400 combinations * 5 minutes = 2000 minutes = 33.3 hours)

EDSM automates this optimization task. EDSM
takes control of Expert Design Studio. You define a variable within EDSM, its lower and upper range, and incremental value. Once these values are defined, EDSM inserts the values into your EDS source, and runs a backtest for the specified backtest rule. When the backtest is completed, the results are recorded, the new optimization values are computed, the new values are inserted into the code, and the backtest process is repeat. This process continues until all combinations of optimization factors have been covered. The results of the series of backtests are recorded in the specified output files, and are comma-delimited for easy viewing in Excel. There is file containing an optimization results summary, displaying the optimized parameters utilized in the scan and their given results (avg profit %, drawdown, etc). The second file contains all of the trades made for each backtest, and their associated optimization parameters.