pyrenko
pyrenko copied to clipboard
renko wicks
How can I implement renko wicks like tradingview site
I found this one in js maybe can be useful https://gist.github.com/MrHerickS/52929335b40780186d49fd65d2cc5489
Hi. Can you explain your suggestion with details?
Hi. Can you explain your suggestion with details?
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.
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.
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 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.
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
Do you have a code that can calculate the volume and the OHLC data of each brick? Thanks.
@engviniciusfernandes Hi. Unfortunately, this functionality is not supported, but a similar question was asked earlier https://github.com/quantroom-pro/pyrenko/issues/1