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 |

Intraday Taps Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Djcue13
Posted : Wednesday, May 13, 2015 12:00:17 PM
Registered User
Joined: 4/3/2015
Posts: 8

I'm trying to figure out how to write a PCF that will show price tapping previous highs or come within range of the high before pulling back down.  So hopefully I can get in position prior to the breakout.

Bruce_L
Posted : Wednesday, May 13, 2015 12:47:17 PM


Worden Trainer

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

How close to the high does it need to be before you want it to pass?

Over what period do you want to check the high?

For example, the following intraday formula would check for price being at or below the high of the previous 50 bars but within 0.5%.

.995 * MAXH50.1 <= C AND C <= MAXH50.1

If you want to check for price being near the top of its high for the day, you could use a daily stochastic. For example, the following daily Condition Formula checks for price to be in the top 1% of its range for the day.

STOC1 >= 99

Understanding Stochastics



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