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 Conversion Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
fcdf
Posted : Monday, July 23, 2018 11:56:27 AM
Gold Customer Gold Customer

Joined: 11/17/2017
Posts: 14

I tried to convert this code that is not a PCF.

[daily sma (10,daily close) crosses daily ema(30,daily close) and [close >= 5]

This is how I wrote it, is this correct? I am getting very few hits with it.

C > AVGC10 AND XUP(AVGC10, XAVGC30) AND C >= C5

Thanks.

 

Bruce_L
Posted : Monday, July 23, 2018 12:56:35 PM


Worden Trainer

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

I don't see anything wrong with you condition formula. You could probaly shorten to just the following.

C >= 5 AND XUP(AVGC10, XAVGC30)

What list are you scanning?



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
fcdf
Posted : Monday, July 23, 2018 5:09:46 PM
Gold Customer Gold Customer

Joined: 11/17/2017
Posts: 14

I usually scan all U.S stocks. I am only getting no more than  12 or 15 hits at a time, sometimes no even that many. I thought my converssion code was no good.

Bruce_L
Posted : Tuesday, July 24, 2018 10:00:03 AM


Worden Trainer

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

I am currently getting 53 items returned when this is the only condition in a scan of the US Common Stocks WatchList. You might want to try removing and then re-adding the condition to the scan.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
fcdf
Posted : Tuesday, July 24, 2018 11:35:58 AM
Gold Customer Gold Customer

Joined: 11/17/2017
Posts: 14

I will try that, Thanks Bruce.

Bruce_L
Posted : Tuesday, July 24, 2018 12:18:36 PM


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.