Hacker News new | ask | show | jobs
by bionhoward 873 days ago
algotrading
1 comments

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.