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

have some questions @ price-movement_plots #88

Closed
artu001 opened this issue Apr 11, 2020 · 2 comments
Closed

have some questions @ price-movement_plots #88

artu001 opened this issue Apr 11, 2020 · 2 comments
Labels
question Further information is requested released code merged into repo AND released to Pypi

Comments

@artu001
Copy link

artu001 commented Apr 11, 2020

examples/price-movement_plots.ipynb

mpf.plot(daily,type='renko')

Traceback (most recent call last):
File "", line 1, in
File "d:\ProgramData\Anaconda3\lib\site-packages\mplfinance\plotting.py", line 35, in decorator
return func(*args, **kwargs)
File "d:\ProgramData\Anaconda3\lib\site-packages\mplfinance\plotting.py", line 156, in plot
config = _process_kwargs(kwargs, _valid_plot_kwargs())
File "d:\ProgramData\Anaconda3\lib\site-packages\mplfinance_arg_validators.py", line 114, in _process_kwargs
raise ValueError('kwarg "'+key+'" validator returned False for value: "'+str(value)+'"\n '+v)
ValueError: kwarg "type" validator returned False for value: "renko"
'Validator' : lambda value: value in ['candle','candlestick','ohlc','bars','ohlc_bars','line'] },

@artu001 artu001 added the question Further information is requested label Apr 11, 2020
@coffincw
Copy link
Collaborator

coffincw commented Apr 11, 2020

Hi artu001,

If you are running the PyPi version of mplfinance you will have to wait for the 0.12.4a0 release mentioned here: #67

In the meantime if you want to use the new implementations you can clone this repository to your local machine, and pip install from the repository (instead of from pypi).

Keep in mind that you may want to pull from #87 as it contains fixes to Renko plots as the version in master isn't correct.

Let me know if you have any questions about the plots!

-- Caleb

@artu001
Copy link
Author

artu001 commented Apr 13, 2020

hi Caleb,

thanks a lot.

@DanielGoldfarb DanielGoldfarb added the merged / awaiting release to pypi code merged into repo, but not yet released to Pypi label Apr 30, 2020
@DanielGoldfarb DanielGoldfarb added released code merged into repo AND released to Pypi and removed merged / awaiting release to pypi code merged into repo, but not yet released to Pypi labels May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested released code merged into repo AND released to Pypi
Projects
None yet
Development

No branches or pull requests

3 participants