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

Plotting example #2

Open jshridha opened 6 years ago

jshridha commented 6 years ago

Do you have a plotting example for how to plot the renko bars as calculated with Renko(data).get_ohlc_data() similar to what you do here: https://avilpage.com/2018/01/how-to-plot-renko-charts-with-python.html

All I'm seeing is the uptrend variable added to the dataframe, and I'm unsure how to plot the Renko bars using just the added uptrend column. Any help would be great!

ChillarAnand commented 6 years ago

Thanks for opening an issue.

Just getting df was sufficient for me. I haven't worked on plotting with this data yet.