Alex --
Why not just:
GBPUSD_DMI = Optimize("GBPUSD_DMI", 6, 1, 100, 1);
GBPUSD_MA = Optimize("GBPUSD_MA", 10, 1, 100, 1);
EURUSD_DMI = Optimize("EURUSD_DMI", 8, 1, 100, 1);
EURUSD_MA = Optimize("EURUSD_MA", 20, 1, 100, 1);Of course, you might not want to do this if your trying to optimize the entire NYSE ;-)
-- Keith dralexchambers wrote:
Hi, Is it possible to optimise settings for several symbols in one go like this: GBPUSD: DMI optimal length = 6, MA optimal length = 10 EURUSD: DMI optimal length = 8, MA optimal length = 20 etc... Thanks - alex
