Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renko wicks #2

Open
rrfaria opened this issue Jul 5, 2019 · 10 comments
Open

renko wicks #2

rrfaria opened this issue Jul 5, 2019 · 10 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@rrfaria
Copy link

rrfaria commented Jul 5, 2019

How can I implement renko wicks like tradingview site

@rrfaria
Copy link
Author

rrfaria commented Jul 5, 2019

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

@lamres
Copy link
Collaborator

lamres commented Jul 11, 2019

Hi.
Can you explain your suggestion with details?

1 similar comment
@lamres
Copy link
Collaborator

lamres commented Jul 11, 2019

Hi.
Can you explain your suggestion with details?

@rrfaria
Copy link
Author

rrfaria commented Jul 18, 2019

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.

@xazuakine
Copy link

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.

@lamres lamres added enhancement New feature or request question Further information is requested labels Jul 26, 2019
@jamienjoroge
Copy link

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

@lamres
Copy link
Collaborator

lamres commented Oct 7, 2019

@jamienjoroge I answered the similar questions here #3

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

@jamienjoroge
Copy link

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

@engviniciusfernandes
Copy link

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

@lamres
Copy link
Collaborator

lamres commented Dec 8, 2020

@engviniciusfernandes
Hi.
Unfortunately, this functionality is not supported, but a similar question was asked earlier
#1

Repository owner deleted a comment from cloudi5development Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants