Registered User Joined: 9/12/2010 Posts: 121
|
Hello. I submitted this request earlier but I cannot see it in the stream. So here it goes again.
Need pcf as follows:
- Previous bar closes in the top 25% of it's daily range.
- Current bar's high is above previous bat close by1 to 5 ticks
- price is in a well defined trend, ie, above a rising 50 period sma
Thank you for your time and effort.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula:
STOC1.1.1 >= 75 AND C1 + .01 <= H AND H <= C1 + .05 AND C > AVGC50 AND AVGC50 > AVGC50.1
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 9/12/2010 Posts: 121
|
I made a mistake:
Second point should be:
- Current bar's high trades 1 tick or more above previous bar high. So the current high has to be hifher than the setup bar, or previous bar
So
c1 has to be in the top 25% of its range
and
h has to be above h1
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula:
STOC1.1.1 >= 75 AND H > H1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 9/12/2010 Posts: 121
|
thanks a lot
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|