-
Notifications
You must be signed in to change notification settings - Fork 658
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
Point and figure [pnf] - Reversal param #368
Comments
Presently the reversal amount is assumed to be 1 box, and not configurable. Do you have any interest in making this enhancement to mplfinance? |
I am a TradingView user (where I can configure box size and reversal size separately) and am now trying to implement some indicator in Python but I couldn't find that. Thanks for the answer then. |
Hello @HeyTechVideos, I'll look into implementing the reversal size override this weekend. |
Thanks a lot @coffincw! If you need to, I found a working but outdated (just replace the deprecated .ix() in pandas) PnF chart with a reversal parameter. Greetings |
Hello,
Is it possible to change the PNF param "reversal" the same way as i can do with "box_size"? Is it even possible?
mpf.plot(df, type='pnf', pnf_params=dict(box_size=7))
The text was updated successfully, but these errors were encountered: