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 DOji Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
SILVERWESOKE
Posted : Tuesday, October 16, 2018 2:28:44 PM
Gold Customer Gold Customer

Joined: 6/29/2005
Posts: 885

How would I write a pcf for a scan as follows

 

Candle = DOJI as defined by candle body is 30-50% of candle ( really a hammer i guess)

I want to scan for this candle on a weekly chart, to find them for LAST week.

HOw would I write that?

 

Thanks.

 

Bruce_L
Posted : Tuesday, October 16, 2018 7:47:14 PM


Worden Trainer

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

Please try the following condition formula set to a weekly time frame if you mean between 30% and 50%.

30 * (H1 - L1) <= 100 * ABS(O1 - C1)  AND 100 * ABS(O1 - C1) <= 50 * (H1 - L1)

Or the folloing condition formula set to a weekly time frame. if you mean less than 50%.

100 * ABS(O1 - C1) <= 50 * (H1 - L1)



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