You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.htmlAll 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!
The text was updated successfully, but these errors were encountered: