Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Pivot Point PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
tdd2672
Posted : Saturday, April 25, 2015 8:06:19 PM
Registered User
Joined: 11/10/2014
Posts: 5

Is it possible to create a PCF that can be utilized in an Easyscan that will locate a stock, etf, or other security that is within a range of, say for example, within +/- .05 cents at a pivot point/resistance/support liine? A single Easyscan that will cover PP, R1, R2, R3, S1, S2, S3 is prefered.

Bruce_L
Posted : Thursday, April 30, 2015 10:20:19 AM


Worden Trainer

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

Please try the following daily Condition Formula.

ABS(C - (5 * H1 - 4 * L1 + 2 * C1) / 3) <= .05 OR ABS(C - (4 * H1 - 2 * L1 + C1) / 3) <= .05 OR ABS(C -  (2 * H1 - L1 + 2 * C1) / 3) <= .05  OR ABS(C - (H1 + L1 + C1) / 3) <= .05 OR ABS(C - (2 * L1 - H1 + 2 * C1) / 3) <= .05 OR ABS(C - (4 * L1 - 2 * H1 + C1) / 3) <= .05 OR ABS(C - (5 * L1 - 4 * H1 + 2 * C1) / 3) <= .05



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
tdd2672
Posted : Thursday, April 30, 2015 10:40:42 AM
Registered User
Joined: 11/10/2014
Posts: 5

Thank you Bruce. That is perfect.

Bruce_L
Posted : Thursday, April 30, 2015 10:54:57 AM


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.