Is anybody knows how to read previous transactions from a broker to implement the "Do not buy the same stock for N days" strategy? For backtesting, I can hold all previous transactions in some variable. What about live trading? When the algorithm starts, how to wark it up with previous transactions? Thanks.

Author