Mactheriverrat 3,175 posts msg #103114 - Ignore Mactheriverrat | 
10/27/2011 2:04:47 PM
  Say I want to see how much change there was in a Indicator like CCI(7)  day over day
 
 Say I have the below in a filter
 
 add column CCI(7)
 add column CCI(7) 1 day ago
 
 Is there any code that would show up telling me what  the change was from todays CCI(7) VS yesterdays CCI(7)  
 
 Say todays CCI(7) was  minus -15.55
 Yesterdays CCI(7) was minus -69.06
 
  The change would be a 53.62 point  move up from yesterday
 
 
 
  | 
straken 469 posts msg #103115 - Ignore straken | 
10/27/2011 3:49:33 PM
  Like so
 
  	    
 
  | 
Mactheriverrat 3,175 posts msg #103116 - Ignore Mactheriverrat | 
10/27/2011 5:35:09 PM
  Thanks!!!!!!!!!!!!!!!!!
 
  | 
Mactheriverrat 3,175 posts msg #103263 - Ignore Mactheriverrat modified | 
11/8/2011 3:28:39 PM
  Can you show  the script for Day over day change 
 
  fast stochastic fast %k(14)
  fast stochastic fast %k(14) 1 day ago
 
 
 
  | 
straken 469 posts msg #103268 - Ignore straken | 
11/8/2011 11:17:29 PM
  Pretty much the same code, different ind
 
  	    
 
  | 
TheRumpledOne 6,529 posts msg #103270 - Ignore TheRumpledOne | 
11/9/2011 7:48:05 AM
 
  	    
 
 Make sure you look at the Basic Filter for newbies and old pros thread.  You'll find most of the code you'll ever need there.
 
 
 
  |