QuantConnect / QuantConnect/Lean

could you help add JMA indicador?

Open
#8,338 1 comment 0 reactions 0 assignees View on GitHub

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

image
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.