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

Faster calc



PureBytes Links

Trading Reference Links

I have a system that is based on a long program (800 lines of code) and I
want to study some optimization of its few inputs.  If I convert its primary
variable to a function and then use that function in the strategy rather
than just have it computed inside the strategy –will that make the code
faster when I run optimizations?
CE