QuantConnect / QuantConnect/Lean
could you help add JMA indicador?
Open
Nobody has claimed this yet.
indicator
- Dominant language
- C#
- Stars
- 21.7k
- Forks
- 5.3k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 34
Description
it seems JMA behaves better than EMA in some situations. and pandas_ta already has JMA indicator(pandas_ta.jma).
here are the formula info:
https://br.tradingview.com/script/nZuBWW9j-Jurik-Moving-Average/
http://jurikres.com/catalog1/ms_ama.htm
https://c.mql5.com/forextsd/forum/164/jurik_1.pdf
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by reviewing the supplied TradingView, Jurik, and MQL5 formula references and comparing them with pandas_ta.jma; done means Lean has a JMA indicator matching the intended formula and behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- fintech-quant
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100