snappyfrog 749 posts msg #138830 - Ignore snappyfrog | 
10/24/2017 4:17:21 PM
  Can someone help me as how to write:
 
 COG(5,3) crossing above the EMA(COG(5),3)?
 
 I get errors no matter how I try to write this.  I can just say "draw COG(5,3)", but that doesn't tell me "when" it crosses
 
 Thanks in advance.
 
  | 
graftonian 1,089 posts msg #138840 - Ignore graftonian | 
10/24/2017 7:45:36 PM
  USE THE CUSTOM EMA FUNCTION  "CEMA(INDICATOR, DAYS)"
  	    
 
  | 
snappyfrog 749 posts msg #138887 - Ignore snappyfrog | 
10/26/2017 2:42:28 PM
  Graftonian,
 Perfect!  As always, you are quick to help.  Thanks
 
  | 
snappyfrog 749 posts msg #138889 - Ignore snappyfrog | 
10/26/2017 3:13:33 PM
  Any idea why in the chart it shows "Line 0" three times?
 
  | 
graftonian 1,089 posts msg #138903 - Ignore graftonian | 
10/27/2017 9:32:20 AM
  once for COG, once for cema(cog)
 
  |