Reflex and Trendflex Question
See original GitHub issueI was comparing the implementations of Reflex
and Trendflex
in pandas-ta to their implementations on https://www.prorealcode.com/prorealtime-indicators/reflex-and-trendflex-indicators-john-f-ehlers/. There appears to have been an extra 0.5 *
added in front of close[i - 1]
here, https://github.com/twopirllc/pandas-ta/blob/development/pandas_ta/trend/trendflex.py#L67. Also, the original implementation of both Reflex
and Trendflex
used 10 for smooth, instead of 20. Did you find 20 to provide better results?
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Reflex and Trendflex indicators - John F. Ehlers - ProRealCode
In this new article John Ehlers propose 2 new zerolag indicators: The Reflex indicator which synchronizes with the cycle component in the price...
Read more >John Ehlers Trendflex and Reflex for ThinkorSwim
It is an oscillator that helps reveal market data cycles. It is based on a model that regards market data as a combination...
Read more >Trendflex - thinkorswim Learning Center
The Trendflex indicator is a variation of the Reflex study. It is an oscillator that helps reveal market data cycles. It is based...
Read more >Zero Lag Reflex and TrendFlex free - Indicators - cTrader
Download Zero Lag Reflex and TrendFlex Indicator for forex trading ... If you have any questions or issue with our product please contact...
Read more >Reflex and TrendFlex from February 2020 Stocks and ...
Questions ? Visit the NinjaScript File Sharing discussion in the NinjaTrader user forum to interact with fellow traders and the NinjaTrader support team....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @CMobley7,
Oops! Please try the development branch instead. Speed improvements, docs, typing, et al.
Thanks, KJ
@twopirllc, if I’m wrong let me know. If not, let me know if you want me to put in a pull request or if @rengel8 should do it. Also, no need to apologize. Your library is amazing. Thanks for all the time you’ve put into making it what it is!