Comment on Profiling your Numba codeparentComments−bionhoward2yalgotrading−tripplyons2yIf your trading strategy cares about this level of speed, you shouldn't be using Python.−goriloser2yAlgotrading has two parts - analyzing data to find strategies and executing the strategies.Numba is for the first part, where you might need to process billions of messages to extract signals.−tripplyons2yThanks for the clarification. That would make more sense.
Comments
algotrading
If your trading strategy cares about this level of speed, you shouldn't be using Python.
Algotrading has two parts - analyzing data to find strategies and executing the strategies.
Numba is for the first part, where you might need to process billions of messages to extract signals.
Thanks for the clarification. That would make more sense.