tjent |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Sunday, January 16, 2005 |
Thursday, October 24, 2013 2:11:23 PM |
5 [0.00% of all post / 0.00 posts per day] |
|
I use the browser version of TC2000 at work, since I'm not able to install it. I've used it for quite some time but lately it has stopped working. It gets to the Connecting to TC2000 message then hangs up. The same happens on freestockcharts.com. Both work fine at home and silverlight is up to date. I've asked others who were using it, and they can't access it either. Any ideas on what this could be? Thanks.
|
Where's my TD Ameritrade on v.12.3? It didn't get removed from the software did it?
|
Not sure this can be done, but what I'm trying to do is paint the active symbols bars to white if the SP-500 is below it's 10 Day simple moving average. Can this be done?
|
Hey, thanks guys. I took Tanstaafl's advice and added .000001 to the denominator. This didn't change the value and it fixed the divide by zero problem. I don't use the CCI in an easyscan, it's just there as a visual for confirmation of other things. Now I can actually see it on everything. Thanks again.
|
Doug, I've tried this formula and it works great, sometimes. If the formula is used as a pcf, it will always give you a value, but when used as an indicator, it will, on some stocks, give you a divide by zero error. Stock symbol EXM for example. The only thing I can figure is the software only goes out so far on decimal places when the formula is used as an indicator, giving the appearance that your trying to divide by zero. (.0000139) would appear to be zero if it only went out three decimal places and rounded down. Just a guess. I can't figure why else it would give a good test result, but an error on the idicator. Any ideas?
QUOTE (Doug_H) syeh:
Give this a try for CCI 5.
(H+L+C-AVGH5-AVGL5-AVGC5)*1000/3/ (ABS(H+L+C-AVGH5-AVGL5-AVGC5)+ ABS(H1+L1+C1-AVGH5-AVGL5-AVGC5)+ ABS(H2+L2+C2-AVGH5-AVGL5-AVGC5)+ ABS(H3+L3+C3-AVGH5-AVGL5-AVGC5)+ ABS(H4+L4+C4-AVGH5-AVGL5-AVGC5))
|
|