Hacker News new | ask | show | jobs
by tripplyons 873 days ago
If your trading strategy cares about this level of speed, you shouldn't be using Python.
1 comments

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.