MerlinR / Hexital

Hexital - Incremental Technical Analysis Library
MIT License
12 stars 2 forks source link

could you help add JMA indicador? #22

Closed iSkywalker168 closed 1 week ago

iSkywalker168 commented 2 weeks ago

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

image image

MerlinR commented 2 weeks ago

Yea can look to add JMA, (https://c.mql5.com/forextsd/forum/164/jurik_1.pdf)

iSkywalker168 commented 2 weeks ago

Yea can look to add JMA, (https://c.mql5.com/forextsd/forum/164/jurik_1.pdf)

sure, i will try to implement incremental JMA indicator, if finished testing, i will post my JMA draft here. but my programming skill is not good, neither my math, it might take some time for me to do it.

iSkywalker168 commented 2 weeks ago

did I misunderstand you? you wanna me add JMA to Hexita?

MerlinR commented 1 week ago

@iSkywalker168, I have added JME, It's very accurate to pandas_ta, although some decimal places may differ. This implementation will also create JMA with only one candle available, so first few (period length) will be volatile.

Closing this for now, can be re-opened if needed.