twopirllc / pandas-ta

Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
https://twopirllc.github.io/pandas-ta/
MIT License
5.38k stars 1.05k forks source link

Jurik's DMX and CFB indicators #481

Open suikula opened 2 years ago

suikula commented 2 years ago

Which version are you running? The lastest version is on Github. Pip is for major releases. 0.3.14b0

Describe the solution you'd like I would like have following indicators on pandas_ta repository:

DMX indicator is made for MT4 and the code for it can be found here (https://forex-station.com/viewtopic.php?p=1295447361#p1295447361)

CFB indicator is made for MT4 and the code for it can be found here (https://forex-station.com/viewtopic.php?p=1295448318&sid=6fbdfff0f5af01dc47bc41792c2aaede#p1295448318)

rengel8 commented 2 years ago

I'm not that into Jurik Research but it would be great to have a bit more than only the provided example implementations. From what I saw DMX is using a filter "iSmooth" two times, which should be done in the first place. Maybe it is already part of JMA (Pandas TA)? If not it would be ideal to have example results from the same mq4 files as csv i.e. to verify against that. An alternative would be to have another implementation as reference or someone who is familiar with MQ4.

tg12 commented 7 months ago

The Jurik Moving Average (JMA) is a proprietary indicator, How likely is it to be close to the actual implementation as it looks quite like a closely guarded secret?