Easy optimizations resulted in 39% shorter runtime

The partial caching of the calculations of the technical indicator resulted in 35% less runtime and experimentation with the various complier and linker optimizations switches resulted in a little be more of a speed up for in runtime being an overall of 39% shorter.
The analysis code likely has some spots that will benefit from optimization; [...]

Faster seperation of the wheat from the chaff

Well I didn’t get any further on my plan from my last post then implementing the plug-in to PSS to dump daily stock data to CSV flat and a console application to crunch the data. Rather, then start analyzing intra-day data right away, I decided to see if I could find any metric that [...]