pyrenko icon indicating copy to clipboard operation
pyrenko copied to clipboard

renko wicks

Open rrfaria opened this issue 5 years ago • 10 comments

How can I implement renko wicks like tradingview site

rrfaria avatar Jul 05 '19 21:07 rrfaria

I found this one in js maybe can be useful https://gist.github.com/MrHerickS/52929335b40780186d49fd65d2cc5489

rrfaria avatar Jul 05 '19 22:07 rrfaria

Hi. Can you explain your suggestion with details?

lamres avatar Jul 11 '19 18:07 lamres

Hi. Can you explain your suggestion with details?

lamres avatar Jul 11 '19 18:07 lamres

I guess it could be good to explain what renko wicks are:

https://www.tradingview.com/blog/en/wicks-renko-charts-now-available-4879/ https://www.linnsoft.com/support/can-you-explain-what-wicks-or-tails-renko-charts-represent

Those articles explain what are renko wicks.

rrfaria avatar Jul 18 '19 20:07 rrfaria

Sergey, thanks for the perfect essay on https://towardsdatascience.com/renko-brick-size-optimization-34d64400f60e .... As rrfaria mentiond on the post wicks are important aspects to determine the strenght of reversal move according to choosen brick size. Links are perfectly describes. It could be great if you manage to implement it in your code. Thanks for the good work.

xazuakine avatar Jul 24 '19 22:07 xazuakine

trying to pip install pip install git+https://github.com/quantroom-pro/pyrenko.git@master but gets the error file not found any help?

jamienjoroge avatar Oct 07 '19 09:10 jamienjoroge

@jamienjoroge I answered the similar questions here https://github.com/quantroom-pro/pyrenko/issues/3

This module is not prepared for "pip install", you should copy and paste the main file to your directory.

lamres avatar Oct 07 '19 18:10 lamres

trying to run i get Traceback (most recent call last): File "historicalrenko.py", line 71, in <module> renko_obj_atr.plot_renko() File "/home/james/Jamie/iqoption-bot/pyrenko.py", line 146, in plot_renko self.ax.clear() AttributeError: module 'matplotlib.pyplot' has no attribute 'clear' any help

jamienjoroge avatar Oct 08 '19 12:10 jamienjoroge

Do you have a code that can calculate the volume and the OHLC data of each brick? Thanks.

engviniciusfernandes avatar Dec 08 '20 08:12 engviniciusfernandes

@engviniciusfernandes Hi. Unfortunately, this functionality is not supported, but a similar question was asked earlier https://github.com/quantroom-pro/pyrenko/issues/1

lamres avatar Dec 08 '20 11:12 lamres