Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 1/9/2009 Posts: 4
|
Hi Bruce,
What would be the pcf formula to find breakout after 3-4 months narrow range ?
And when I think about narrow, I suppose that price change in channel should not be more than 20% ??
Thanks,
Neb
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Maybe something like the following?
C > MAXH63.1 AND MAXH63.1 <= 1.2 * MINL63.1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 9/12/2017 Posts: 10
|
Hi Bruce,
When I copy this formula in to TC2000:
"error in formula Uanble to parse number 1.2 At position 32.
My version is TC2000@version 17.0
Any idea of the problem?
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
It works on my system.
Thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If you use the , as the decimal marker instead of using the . as the decimal marker as is more common in the United States, you might want to try the following version instead which eliminates decimal markers entirely.
C > MAXH63.1 AND 10 * MAXH63.1 <= 12 * MINL63.1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |