Registered User Joined: 10/18/2008 Posts: 260
|
Hello Bruce,
I am trying to create a PCF for a bar that is almost a doji, maybe where the close and the open are separated by .5%
Thanks for your help.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Checking for the close to be within 0.5% of the open could be written as follows.
ABS(C / O - 1) <= .005
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 10/18/2008 Posts: 260
|
Thank you
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|