| SAFeTRADE 656 posts
 msg #65232
 - Ignore SAFeTRADE
 modified
 | 7/19/2008 1:01:47 PM 
 Why does this not work...
 
 
 
 
 
 | 
| maxreturn 745 posts
 msg #65237
 - Ignore maxreturn
 | 7/19/2008 1:59:57 PM 
 Safetrade, I learned a long time ago that for some reason you can not use "+di" or "-di" in a count statement.  Instead you must use "pdi" for +di and mdi for -di.
 
 
 
 Regards
 Max
 
 
 | 
| SAFeTRADE 656 posts
 msg #65243
 - Ignore SAFeTRADE
 | 7/19/2008 3:45:06 PM 
 Thanks maxreturn, greatly appreciated.
 
 
 | 
| Jraspill 3 posts
 msg #66649
 - Ignore Jraspill
 modified
 | 8/25/2008 5:23:33 PM 
 Use it like in this sentence:
 
 Show stocks where +DI(14) crossed above -DI(14) within the last 1 day
 
 
 OR
 
 Show stocks where DI(14) Difference has been increasing for 2 days and the DI(14) Difference is above 0
 
 
 |