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 |

rising tsv / rising ms Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
shabazm
Posted : Wednesday, September 24, 2008 11:24:19 AM
Registered User
Joined: 8/21/2007
Posts: 29
Could you please help me to formulate pcf's for to scan for stocks with rising TSV and rising MS (last 3-4 days) Thanks
Bruce_L
Posted : Wednesday, September 24, 2008 11:49:42 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
MoneyStream is normally plotted raw, but TSV is normally plotted with an internal Moving Average applied which can be either Simple or Exponential. Assuming the TSV has a period of 1, you could write something like the following:

TSV and MS both increased for each of the last 3-Periods:

TSV > TSV1.1 AND TSV1.1 > TSV1.2 AND TSV1.2 > TSV1.3 AND MS > MS1.1 AND MS1.1 > MS1.2 AND MS1.2 > MS1.3

With a Simple TSV, you can adjust the built in Simple Moving Average Parameter to match the Period. So using a Simple TSV14, the same formula would become:

TSV14 > TSV14.1 AND TSV14.1 > TSV14.2 AND TSV14.2 > TSV14.3 AND MS > MS1.1 AND MS1.1 > MS1.2 AND MS1.2 > MS1.3

Since TSV in the Personal Criteria Formula Language doesn't have a built an parameter for an Exponential Moving Average, we would need to use the XAVG() funciton to re-create an Exponential TSV14:

XAVG(TSV,14) > XAVG(TSV1.1,14) AND XAVG(TSV1.1,14) > XAVG(TSV1.2,14) AND XAVG(TSV1.2,14) > XAVG(TSV1.3,14) AND MS > MS1.1 AND MS1.1 > MS1.2 AND MS1.2 > MS1.3

You may wish to review the following:

How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bustermu
Posted : Wednesday, September 24, 2008 11:32:10 PM
Registered User
Joined: 1/1/2005
Posts: 2,645
QUOTE (shabazm)
Could you please help me to formulate pcf's for to scan for stocks with rising TSV and rising MS (last 3-4 days) Thanks


shabazm,

TSV and MS are both Share Accumulation Distribution Indicators. In light of this, suppose your question had been:

"Could you please help me formulate pcf's to scan for stocks with share accumulation as measured by TSV and share accumulation as measured by MS (for the most recent 3 days)?"
 
The answer is:

TSV1.0 > 0 AND TSV1.1 > 0 AND TSV1.2 > 0 AND MS1.0 > MS1.1 AND MS1.1 > MS1.2 AND MS1.2 > MS1.3

Please notice that TSV1, or, any of its moving averages, rising does not indicate that there is any share accumulation as measured by TSV at all.

Thanks,
Jim Murphy
ats33
Posted : Monday, September 29, 2008 2:43:49 PM
Registered User
Joined: 10/17/2007
Posts: 15
I use TSV(28 Exp) with MovAvg(22 Exp). Could you help me with an PCF that let me search stocks with declining TSV in the last 3 days and the TSV has to be above the MovAvg(22 Exp), if possible the TSV of the last day is close to or at the MovAvg(22 Exp) line.
Bruce_L
Posted : Monday, September 29, 2008 3:20:04 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
ats33,
Please try the following:

Exponential TSV28 declining for last three days while above its own EMA22:

TSV < XAVG(TSV1.1,28) AND TSV1.1 < XAVG(TSV1.2,28) AND TSV1.2 < XAVG(TSV1.3,28) AND XAVG(TSV,28) < XAVG(TSV,22) AND XAVG(TSV1.1,28) < XAVG(TSV1.1,22) AND XAVG(TSV1.2,28) < XAVG(TSV1.2,22)

I'm not sure how you would want to objectively define "close to or at", so I'm not sure if that portion of the request is practical or not.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
ats33
Posted : Monday, September 29, 2008 7:14:12 PM
Registered User
Joined: 10/17/2007
Posts: 15
Thx Bruce. Let me re-post the question. I am looking for stocks with their TSV above their own EMA22 and declining in the last 3 days, at the same time their TSV have just crossed over ther own EMA22 downwards on the last day.
Bruce_L
Posted : Tuesday, September 30, 2008 7:20:15 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
ats33,
Please try the following:

Exponential TSV28 declining for last three days while xDn its own EMA22 today:

TSV < XAVG(TSV1.1,28) AND TSV1.1 < XAVG(TSV1.2,28) AND TSV1.2 < XAVG(TSV1.3,28) AND XAVG(TSV,28) > XAVG(TSV,22) AND XAVG(TSV1.1,28) < XAVG(TSV1.1,22) AND XAVG(TSV1.2,28) < XAVG(TSV1.2,22)

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