How to convert OHLC values to renko charts using Python
Convert OHLC stock or forex data into renko open, high, low, close data. This python script enables you to create and save the renko OHLC data. You can also quickly plot renko charts using the matplotlib package. Overall, this method of converting OHLC data to renko data and plotting is more robust and gives you better control of the data.