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 |

TSV16 above 0 for 5 days Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
jbush59
Posted : Wednesday, January 23, 2013 11:46:49 AM
Registered User
Joined: 7/28/2009
Posts: 13

I've done formulas in Telechart never did one in Stockfinder, so once I have a formula not sure how to use it in Stockfinder. I would like a formula for the TSV16 being above 0 for 5 consecutive days. Also will the same formula work in Telechart that you design for stockfinder. Hope you can help me. Thanks.

 

Jerry B

Bruce_L
Posted : Wednesday, January 23, 2013 11:58:22 AM


Worden Trainer

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

StockFinder doesn't use formulas. StockFinder uses RealCode Conditions in situations where you cannot create a Condition by clicking on the indicator and select Create Condition.

The Personal Criteria Formula Language and RealCode are not particularly similar. You cannot use RealCode in TC2000 and you cannot use the Personal Criteria Formula Language in StockFinder.

A Condition Formula that would work in TC2000 for a 16-Period Simple TSV being above 0 for the most recent 5-bars could be written as:

MIN(TSV16,5) > 0

A Condition Formula that would work in TC2000 for a 16-Period Exponential TSV being above 0 for the most recent 5-bars could be written as:

XAVG(TSV,16) > 0 AND XAVG(TSV1.1,16) > 0 AND XAVG(TSV1.2,16) > 0 AND XAVG(TSV1.3,16) > 0 AND XAVG(TSV1.4,16) > 0

In StockFinder, you would be able to just right-click on the TSV indicator and select Create Condition. Then change the Condition drop-down to Greater Than, change > to 0.00 and set passing to 5 of the last 5 bars.

Creating Conditions



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