Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 1/28/2005 Posts: 3
|
I track the 30 day TSV. I'm having trouble writing pcf's for the TSV line crossing over zero, hitting the max or hitting the min. Could you please help?
Thanks,
Jack
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
One super-easy method is using Visual Sorting. The visual value of 50 matches the zero for TSV:
Sort by Visual Value to find new highs and lows in price and indicators
This PCF will work for crossings as well:
(TSV30>0 AND TSV30.1<0) OR (TSV30<0 AND TSV30.1>0
Here is one for MAX
TSV30 > MAX(TSV30.1,60)
...for min
TSV30 < MIN(TSV30.1,60)
- Craig Here to Help!
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 4,308
|
Before you go the PCF route, give visual sorting a try. If you do a visual value sort on your TSV30 line, stocks returning a value of 100 are at the top of the range, stocks returning a value of 0 are at the bottom of the range, and stocks returning a value of 50 are at the zero line. Scrolling quickly through the ones with values near 50 will be a very quick way to spot the crossups (and crossdowns!).
Here is a training video on this powerful technique:
Sort by Visual Value to find new highs and lows in price and indicators
- Doug Teaching Online!
|
|
Guest-1 |