ChillarAnand / stocktrends

A python package to calculate trends in stocks, derivates(Futures & Options) using Renko, PnF, LineBreak etc
GNU General Public License v3.0
233 stars 74 forks source link

Can we have the volume added to Renko #8

Closed tzvetkovg closed 3 years ago

tzvetkovg commented 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

ChillarAnand commented 4 years ago

@tzvetkovg Thanks for opening the issue.

AFAIK, in Renko charts, both volume and time are eliminated. Renko is based only on price changes.

ChillarAnand commented 3 years ago

Closing this issue. Please re-open if you have any other questions.