| Kevin_in_GA 4,599 posts
 msg #95159
 - Ignore Kevin_in_GA
 | 7/28/2010 10:19:37 AM 
 would like to get a EMA (5) calculated from the close crossing EMA(6) calculated from the open filter. Does Stock fetcher have that capability and if so how does one write it.
 +++++++
 
 
 
 
 Use the custom ema function, which makes an ema from any value or indicator you want.  The second set of code lines simply gives you a "1" in the column if the emaclose crosses above or below the emaopen (or vice versa if you are looking for the reverse)
 
 
 |