[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Faster calc



PureBytes Links

Trading Reference Links

Thx to all who replied .. it was kind of a foolish dream I had .. too bad 


-----Original Message-----
From: foolsgold [mailto:foolsgold@xxxxxxxxxxxxx] 
Sent: Friday, January 20, 2006 1:21 PM
To: Chris Evans
Cc: Omega List
Subject: Re: Faster calc

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