irishpitbull 54 posts msg #134236 - Ignore irishpitbull | 
2/11/2017 9:06:37 PM
  I'm trying to get condition with yes or no column. maybe a red or green?
 
 Something like
 
 ma(10) is above ma(30) and price is above ma(30)
 add column Yes
 
 thanks in advance
 
  | 
four 5,087 posts msg #134238 - Ignore four modified | 
2/11/2017 9:20:44 PM
  /*
 ma(10) is above ma(30) and price is above ma(30)
 add column Yes 
 */
 --
  	    
 
  | 
irishpitbull 54 posts msg #134240 - Ignore irishpitbull | 
2/11/2017 9:36:29 PM
  Yes thank you!
 
  | 
four 5,087 posts msg #134241 - Ignore four | 
2/11/2017 9:45:47 PM
  welcome
 
  |