| Mactheriverrat 3,173 posts
 msg #133830
 - Ignore Mactheriverrat
 modified
 | 1/20/2017 12:43:27 AM 
 Looking for some code to tell the difference between 2 different averages . Like say ema(30) and ema(55).
 
 
 | 
| four 5,087 posts
 msg #133831
 - Ignore four
 modified
 | 1/20/2017 2:37:03 AM 
 
 
 
 
 | 
| four 5,087 posts
 msg #133832
 - Ignore four
 modified
 | 1/20/2017 2:48:46 AM 
 "Originally developed by Gerald Appel, the MACD is a momentum oscillator employing two exponential moving averages. To create the MACD, the difference of the two moving averages is plotted as the primary plot."
 
 draw macd(30,55,1) line at 0
 
 
 | 
| Mactheriverrat 3,173 posts
 msg #133839
 - Ignore Mactheriverrat
 | 1/21/2017 2:45:24 AM 
 Thanks FOUR!
 
 
 | 
| four 5,087 posts
 msg #133840
 - Ignore four
 | 1/21/2017 1:32:04 PM 
 Welcome
 
 
 |