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 |

MS and TSV PCFs Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
r7cama
Posted : Tuesday, May 24, 2005 9:50:17 PM
Registered User
Joined: 12/2/2004
Posts: 18
I am having trouble writing two PCFs.
(1) TSV31 as a % of its 15 DMA. I would like to know when TSV31 upcrosses its 15 DMA.
(2) MS as % of its 20 DMA. I would like to know when MS upcrosses its 20 DMA.
Craig_S
Posted : Wednesday, May 25, 2005 12:29:35 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
Check out these previous topics. I found them by using the search function:

MS crossing 22 day MA

Tsv 31 crosses MA 10

- Craig
Here to Help!
r7cama
Posted : Wednesday, May 25, 2005 9:42:52 AM
Registered User
Joined: 12/2/2004
Posts: 18
Is there a way to express the TSV and MS crossovers as a % (percentage) as opposed to Boolean ?
Craig_S
Posted : Wednesday, May 25, 2005 9:54:00 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
Sure. Just do everything as a percent of ranges:


MS Today vs 20ma
((MS1 - MIN(MS1,20))/(MAX(MS1,20) - MIN(MS1,20)))/((AVG(MS1,20) - MIN(MS1,20))/(MAX(MS1,20) - MIN(MS1,20)))*100

MS Yest vs 20ma
((MS1.1 - MIN(MS1.1,20))/(MAX(MS1.1,20) - MIN(MS1.1,20)))/((AVG(MS1.1,20) - MIN(MS1.1,20))/(MAX(MS1.1,20) - MIN(MS1.1,20)))*100

Values greater than 100 mean the MS is above the average, values less than 100 mean it is below. Same model works for TSV:

TSV31 Today vs 15ma
((TSV31 - MIN(TSV31,15))/(MAX(TSV31,15) - MIN(TSV31,15)))/((AVG(TSV31,15) - MIN(TSV31,15))/(MAX(TSV31,15) - MIN(TSV31,15)))*100

TSV31 Yest vs 15ma
((TSV31.1 - MIN(TSV31.1,15))/(MAX(TSV31.1,15) - MIN(TSV31.1,15)))/((AVG(TSV31.1,15) - MIN(TSV31.1,15))/(MAX(TSV31.1,15) - MIN(TSV31.1,15)))*100

Each are their own PCF. If you set one to above 100 the other to ranges less than 100 you will find crossovers.

- Craig
Here to Help!
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.