Hi Guys,
I am trying to understand the basic algorithm used for implementing automated trading systems.
I have heard that it is best implemented as producer/consumer pattern but I am not able to get it right in code.
As I understand, continuous stream of data acts as producer. My...