Closed tzvetkovg closed 4 years ago
When I call to get the renko bars as follows
renko_df = df2.get_ohlc_data()
how do I retrieve the volume as well?
Thanks
@tzvetkovg Thanks for opening the issue.
AFAIK, in Renko charts, both volume and time are eliminated. Renko is based only on price changes.
Closing this issue. Please re-open if you have any other questions.
When I call to get the renko bars as follows
renko_df = df2.get_ohlc_data()
how do I retrieve the volume as well?
Thanks