| KSK8 561 posts
 msg #146429
 - Ignore KSK8
 | 2/4/2019 2:44:50 PM 
 Felt this needed to be added to SF
 
 
 
 
 
 
 
 | 
| chi-town 44 posts
 msg #146442
 - Ignore chi-town
 | 2/5/2019 8:40:05 AM 
 So is this the same?
 
 Close above 5
 Average volume above 200000
 set{double_ema, cema(ema(12),12)}
 set{2ema, ema(12) * 2}
 set{fastlag, 2ema - double_ema}
 
 set{double_emalong, cema(ema(26),26)}
 set{2emalong, ema(26) * 2}
 set{slowlag, 2emalong - double_emalong}
 
 set{zerolag, fastlag - slowlag}
 
 set{signal1, cema(zerolag, 9)}
 set{signal2, cema(signal1, 9)}
 set{signal3, signal1 * 2}
 set{signal, signal3 - signal2}
 
 draw zerolag
 draw signal on plot zerolag]
 
 
 
 | 
| KSK8 561 posts
 msg #146444
 - Ignore KSK8
 | 2/5/2019 10:42:48 AM 
 I believe so yes.
 
 
 | 
| chi-town 44 posts
 msg #146445
 - Ignore chi-town
 | 2/5/2019 10:52:46 AM 
 Thanks
 
 
 
 | 
| nibor100 1,099 posts
 msg #146460
 - Ignore nibor100
 | 2/6/2019 6:34:37 PM 
 for those who want to compare the Zerolag histogram to the standard MACD histogram,
 use the filter below,
 
 Ed S.
 
 
 
 
 
 | 
| chi-town 44 posts
 msg #146461
 - Ignore chi-town
 | 2/6/2019 8:00:38 PM 
 Thanks Ed,
 Has anyone used Zero Lag Macd with success?
 
 
 
 | 
| KSK8 561 posts
 msg #146463
 - Ignore KSK8
 | 2/6/2019 11:49:57 PM 
 chi-town,
 
 It depends on how you use it; spotting divergence, trend confirmation, measuring trend strength, etc.
 
 
 |