I've bet myself $100 you are going to tell me "unfortunately this is not supported", but hey I'm optimistic.
I'm using Parameters[n].Name and Parameters[n].Value (there is also Parameters[n].ValueSerializable) to generate a list of parameters and the values in the Output Window.
This is valuable, as its an easier way of seeing what parameters produced what results after an optimise run. (The floating parameters list on "mouse over" in the Parameters column of the Strategy Analyzer is hopeless for large numbers of Parameters.) It should also prevent the "export to Excel" step.
Thing is, my technique doesn't quite work. The Parameters[].Value doesn't change when clicking between different results in the Optimizer tab. I have the lower pane set on Graph, so I force the Strategy Analyzer to re-run that particular optimisation each time I select a new one. I would have thought the parameter values would have been printed correctly for that particular optimisation, but the list never changes.
I know the Strategy Analyzer itself has access to what the parameter values are for each run, because it puts them in the floating mouse-over thingy.
Could you please let me know in what object I can access these values?
Fingers crossed..
saltminer
example output:
TrailingStopSize 0
AutoBreakEvenTarget 3
AutoReduceStopEnabled 0
AutoReduceStopFETarget 3
AutoReducedStopSize 4
AutoBreakEvenEnabled 1
AutoBreakEvenMargin 0.1
DollarCommitmentPerTrade 20000

Comment