Is there any indicator that calculates the difference between two EMAs?

 

I've been looking for one with no success. Is there any?


Edit: forgot to mention I want to calculate this difference using a formula of my own. I can implement this myself.

 
  1. The difference between two MAs is the MACD. Look in the code base for one that specifies the type of MA. Or modify it yourself.
  2. There will be none using your formula. Modify a MACD.
 
Thanks for your comment, William. I'm afraid I'm looking for something simpler? I just wanna edit the formula and that's all. Could you help?
 
mwrilow:
..... I'm looking for something simpler? .....

MACD is the simplest thing you can get right now.

Or apply the formula of your own, you already mentioned that you can implement it yourself.

Reason: