Converting tick data to OHLC with Python pandas
Converting tick data to OHLC data using Python pandas As I am moving from long-term position holds to short term, I was lucky enough to see this article shoot by on my Facebook feed. In order to convert market data ticks to actual open high low close bars is a very useful trick to know …