pandas-ta icon indicating copy to clipboard operation
pandas-ta copied to clipboard

Jurik's DMX and CFB indicators

Open suikula opened this issue 3 years ago • 2 comments

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:

  • Jurik's DMX
  • Jurikäs CFB

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)

suikula avatar Feb 04 '22 06:02 suikula

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.

rengel8 avatar Feb 23 '22 16:02 rengel8

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?

tg12 avatar Apr 02 '24 17:04 tg12