PureBytes Links
Trading Reference Links
|
Hello Chris,
I don't think converting the code to a variable will make much
difference, with 800 lines of code you probably could look for ways to
condense it.
One thing that helps speed up optimization is to turn off indicators,
paint bars and showmes before running the optimization.
best regards,
foolsgold
CE> I have a system that is based on a long program (800 lines of code) and I
CE> want to study some optimization of its few inputs. If I convert its primary
CE> variable to a function and then use that function in the strategy rather
CE> than just have it computed inside the strategy –will that make the code
CE> faster when I run optimizations?
CE> CE
|