question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reflex and Trendflex Question

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
twopirllccommented, Feb 9, 2022

Hi @CMobley7,

Oops! Please try the development branch instead. Speed improvements, docs, typing, et al.

$ pip install -U git+https://github.com/twopirllc/pandas-ta.git@development

Thanks, KJ

1reaction
CMobley7commented, Nov 29, 2021

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found