Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/7/2004 Posts: 794
|
I enter this as a Boolean but it keeps telling me it has to be a Boolean
{ATR} (((((H - L) * ((H - L) >= ABS((H - C1))))) + ((ABS((C1 - H)) * ( ABS((H - C1)) > (H - L))))) * (((((L - H) * ((H - L) >= ABS((H - C1))))) + (( - ABS((C1 - H)) * ( ABS((H - C1)) > (H - L))))) >= ABS((C1 - L)))) + (( - ABS(C1 - L)) * (ABS(C1 - L) > ((((L - H) * ((H - L) > ABS((H - C1))))) + (( - ABS((C1 - H)) * ( ABS((H - C1)) > (H - L)))))))
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
You need to pair the booleans with ANDs.
A > B and B > C
A > B > C is not valid.
|
|
Registered User Joined: 10/7/2004 Posts: 794
|
Thisis the formula I received on forum for ATR. Is it incorrect?
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Upon further inspection you're correct. Enter that formula into a Custom PCF Formula, not a Custom % True formula.
If you're using version 7, then click Add Indicator > Custom > Indicator.
|
|
Guest-1 |