Registered User Joined: 1/10/2013 Posts: 91
|
Hi,
Is there a streamlined way of writing a pcf for the close of the current candle greater than the high of two specific candles. For example if Im looking for a 10:00 close higher than the first two candles of the day on a 5 min chart
|
Registered User Joined: 1/10/2013 Posts: 91
|
Think I figured it out.
MaxH2.4
Please let me know if thats what you would have said
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Well you can't specify the time of day in an intraday PCF.
So, assuming you are actually running the formula between 9:55 AM and 10:00 AM ET on a 5-minute chart, then what you have would be correct. You probably couldn't hit exactly 10:00 AM ET, so this would actually be comparing the curernt price and not the final close of the bar.
C > MAXH2.4
If you were running this between 10:00 AM and 10:05 AM ET, you would need to add one to all of the bars ago parameters assuming you were still interested in the 10:00 AM ET close.
C1 > MAXH2.5
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 1/10/2013 Posts: 91
|
Gotcha! Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|