If I am running an optimisation test on several symbols, how do I view the optimal variables for each symbol, eg:
period1 = Optimize("DMI",2,2,20,2);
Buy = Cross(PDI(period1),MDI(period1));
etc...
I'd like to see:
AAPL: Optimal DMI = 8
GOOG: Optimal DMI = 6, etc...
I ran the Optimiser on these two symbols but just got a mixed report
that didn't indicate which symbol was what.
Thanks - alex
