Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

IBD RSI Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
donaldspinks
Posted : Thursday, November 9, 2017 12:41:25 PM
Registered User
Joined: 4/18/2012
Posts: 11

I have tried to scan using this formula for IBD RSI

((((C - C63) / C63)  .4) + (((C - C126) / C126)  .2) + (((C - C189) / C189)  .2) + (((C - C252) / C252)  .2)) * 100

It returns no stocks. I set it to rank the top 70%   I have a friend that is using the exact same thing in his TC2000 and it works.????

 

I can use this formula and it works ok 

2*c/c63+c/C126+c/c189+c/c252

 

What am I missing and why does the top one work on one TC2000 and not another, We copied and pasted the formulas 

Thanks 

Donald 

 

 

Bruce_L
Posted : Thursday, November 9, 2017 12:52:41 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

That first formula is missing the multiplication signs.

((((C - C63) / C63) * .4) + (((C - C126) / C126) * .2) + (((C - C189) / C189) * .2) + (((C - C252) / C252) * .2)) * 100

The second formula can be modified slightly to return the same results as the much longer first formula.

20 * (2 * C / C63 + C / C126 + C / C189 + C / C252 - 5)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
donaldspinks
Posted : Thursday, November 9, 2017 12:57:54 PM
Registered User
Joined: 4/18/2012
Posts: 11

QUOTE (Bruce_L)

That first formula is missing the multiplication signs.

((((C - C63) / C63) * .4) + (((C - C126) / C126) * .2) + (((C - C189) / C189) * .2) + (((C - C252) / C252) * .2)) * 100

The second formula can be modified slightly to return the same results as the much longer first formula.

20 * (2 * C / C63 + C / C126 + C / C189 + C / C252 - 5)

 

Thanks Bruce

 

donaldspinks
Posted : Thursday, November 9, 2017 12:59:49 PM
Registered User
Joined: 4/18/2012
Posts: 11

QUOTE (Bruce_L)

That first formula is missing the multiplication signs.

((((C - C63) / C63) * .4) + (((C - C126) / C126) * .2) + (((C - C189) / C189) * .2) + (((C - C252) / C252) * .2)) * 100

The second formula can be modified slightly to return the same results as the much longer first formula.

20 * (2 * C / C63 + C / C126 + C / C189 + C / C252 - 5)

 

The formula in my TC2000 has the multiplication signs. 

donaldspinks
Posted : Thursday, November 9, 2017 1:02:49 PM
Registered User
Joined: 4/18/2012
Posts: 11

QUOTE (donald.spinks)

QUOTE (Bruce_L)

That first formula is missing the multiplication signs.

((((C - C63) / C63) * .4) + (((C - C126) / C126) * .2) + (((C - C189) / C189) * .2) + (((C - C252) / C252) * .2)) * 100

The second formula can be modified slightly to return the same results as the much longer first formula.

20 * (2 * C / C63 + C / C126 + C / C189 + C / C252 - 5)

 

Thanks Bruce

 

I used your shortened formula and it seems good, thanks again

 

Bruce_L
Posted : Thursday, November 9, 2017 1:12:55 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Not sure why it wouldn't work if it does have the multiplication signs. I am happy to read the shortened version is working for you.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.