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 |

PCF for Stoch RSI Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
4optrader
Posted : Wednesday, October 3, 2018 9:38:32 AM
Gold Customer Gold Customer

Joined: 3/22/2005
Posts: 88

How do I write a PCF on TC 2007 for Stoch RSI (15, 7, 14, 14, close) crooss up on:

1. a daily chart

2. a weekly chart

Thanks.

Bruce_L
Posted : Wednesday, October 3, 2018 9:55:26 AM


Worden Trainer

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

Assuming the average types are simple and the periods are for the following:

- RSI Period: 15
- Stochastics Period: 7
- %K: 14
- %D: 14

Then this could be written as follows in TC2000 v18.

XUP(100 * AVG((WRSI15 - MIN(WRSI15, 7)) / (MAX(WRSI15, 7) - MIN(WRSI15, 7)), 14), 100 * AVG(AVG((WRSI15 - MIN(WRSI15, 7)) / (MAX(WRSI15, 7) - MIN(WRSI15, 7)), 14), 14))

But I do not know of any way to make the formula short and fast enough to be practical or post in the forums for earlier versions of TC2000.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
4optrader
Posted : Wednesday, October 3, 2018 10:11:54 AM
Gold Customer Gold Customer

Joined: 3/22/2005
Posts: 88

Thanks, Bruce.

Bruce_L
Posted : Wednesday, October 3, 2018 10:33:08 AM


Worden Trainer

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

You're welcome.



-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.