Hello,
I am trying to build a small home based algorithmic trading system. One of the challenges I am facing so far is to combine the data pool for cleaned and standardized historical data with the real time data feed. There are issues like
1) When is end-of-day? At what point the data should be moved to historical data pool?
2) How should strategies refer to historical data and real-time data? Through a single API or multiple APIs?
3) How protect trading strategies from stock-split or futures' backwardization adjustments?
Thanks in advance
I am trying to build a small home based algorithmic trading system. One of the challenges I am facing so far is to combine the data pool for cleaned and standardized historical data with the real time data feed. There are issues like
1) When is end-of-day? At what point the data should be moved to historical data pool?
2) How should strategies refer to historical data and real-time data? Through a single API or multiple APIs?
3) How protect trading strategies from stock-split or futures' backwardization adjustments?
Thanks in advance