Quote from uexkuell:
No comment needed.
To OP: Please build your own opinion based on this statement.
Leaving this thread.
Most strategies are not computationally-intensive enough to stretch modern computers unless they run on hundreds of symbols. If a strategy does lag behind during spikes of market activity, the best thing is to see if it's really necessary to run all the computations on every tick. Say, running complex optimisation every tick is just silly.Quote from newguy05:
if you are streaming liquid tick data and your time frame are longer (minutes+), you are most certainly required to have exception handling in place to "throw" away the stale ticks (data loss) to catch up as needed. If the data gap becomes significant to the point of affecting the strategy calculation then support gets binged and system stops new position.