rarens / truetrade

Automatically exported from code.google.com/p/truetrade
0 stars 0 forks source link

Refactor com.ats.client.views.OptimizationView.runStrategy(IProgressMonitor) #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Extracted from defect 54.
For now OptimizationView.runStrategy executes receursively 
BacktestFactory().runBacktest.

The code is werid. The more natural method is executing 
BacktestFactory().runBacktest in the loop.

Original issue reported on code.google.com by kkazmier...@gmail.com on 24 Jan 2012 at 1:13