| Cheese 1,374 posts
 msg #147157
 - Ignore Cheese
 modified
 | 3/31/2019 10:46:11 AM 
 Good info. Thanks, graf and Mac.
 
 
 | 
| nibor100 1,099 posts
 msg #147158
 - Ignore nibor100
 | 3/31/2019 11:42:00 AM 
 Those Hull moving averages look pretty neat, almost no visible lag.
 
 Could there be a typo  in the H200 variable?...perhaps 14 instead of 7
 
 Thanks,
 Ed S.
 
 
 | 
| graftonian 1,089 posts
 msg #147159
 - Ignore graftonian
 | 3/31/2019 12:40:05 PM 
 Ed, Good eye, i am glad you are looking over my shoulder.  The "7" in line 6 should be 10 (the square root of 100 in line 2).
 Graf
 
 /*HULL MA200 */
 set{slow1b, cwma(close, 100)}
 set{slow2b, 2 * slow1b}
 set{slow3b, cwma(close, 200)}
 set{valslow2, slow2b - slow3b}
 set{H200, cwma(valslow2, 7)}
 draw H200 on plot price
 
 
 
 
 
 | 
| Mactheriverrat 3,173 posts
 msg #147161
 - Ignore Mactheriverrat
 | 3/31/2019 1:35:07 PM 
 On Graff's filter its sorts by highest volume.
 
 I picked MU and add resistance and support lines. Some trade within the resistance and support lines then change over to which ever the price breaks above the resistance or below the support line.
 
 
  
 
 | 
| Cheese 1,374 posts
 msg #147163
 - Ignore Cheese
 modified
 | 3/31/2019 4:42:44 PM 
 Ed's 14 for H200 seems consistent with Graf's H16 and H50.
 Thank  you, both,
 
 
 
 
 
 |