Nick Willemse
Results
3
comments of
Nick Willemse
I also ran into this issue a while ago. Currently as a quick solution I have the days listed in a file that gets read during startup and the logic...
@ryankennedyio another idea could be Slack integration and send trading messages via slack. I'm doing it currently during the day to calculate signals prior to the close for trading. It's...
I use a PriorityQueue and process OrderEvents before SignalEvents. I had the same issue with rebalancing systems.