Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 1/11/2009 Posts: 36
|
Can't get the condition scan to accept ANY PCT'S formulas keeps coming up with error all the time
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
What are you using?
Whats the error?
Thanks
diceman
|
|
Registered User Joined: 1/11/2009 Posts: 36
|
everytime I put in a formula it comes up with an error and I'm following the PCF's closely?
|
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
What PCF, what error?
Thanks
diceman
|
|
Registered User Joined: 1/11/2009 Posts: 36
|
It generally say Syntax error ) or / it seeems to be picking out the end of the formula, but I'm putting them in correctly. Is there any other way of implememting PFC's into the TC2000 v12 platform, Thanks
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Post one of the formulas you're trying to set up. It may say "syntax error" as you type becuase it's constantly evaluating the formula. But if the formula is correct the error will go away.
|
|
Registered User Joined: 1/11/2009 Posts: 36
|
I've just tried this formmula and it's coming up with error / I don't what to do whatever formula I use?
Body as % of Shadow
ABS(C - O) / (H - L) * 100
Body Center as % of Shadow
(((C + O) / 2) - L) / (H - L) * 100
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
You need to try it with this...
ABS(C - O) / (H - L) * 100
or this...
(((C + O) / 2) - L) / (H - L) * 100
You can't include the name inside the editor. Also, you can't include both formulas in one PCF. I tested each independently and they work fine.
|
|
Registered User Joined: 1/11/2009 Posts: 36
|
Thanks for your help stockguy you've cleared up alot of things for me I used the Telechart in 2009, but have only got back to using Wordon charting software again. you would''nt know where I could find a shooting star PCF..........
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
There are many candlestick PCFs listed here: Boolean PCFs for Candlestick Patterns
Grave Stone Doji/Shooting Star
ABS(C-O)<(H-L)*0.33 AND O>C1 AND ((C+O)/2)-L<(H-L)*0.4 AND H=MAXH10
|
|
Registered User Joined: 3/28/2010 Posts: 7
|
Thank you for the formula. I'm new to TC2000 and every PCF I bring from telechart reads value = false on the "test formula for MFST" which I gather is the default.
I copied and pasted your formula above into a new condition and it also tests "false". Is the result "false" just a programming error wherein every pcf is identified as "false" or is there something wrong with the forumula? Thanks for your patience, as I say I'm a newbie to TC2000.
|
|
Registered User Joined: 10/2/2008 Posts: 14
|
False means that the test symbol is returning False for your formula, as in "not passing". It's not an error.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
That is correct. False just means the result isn't True for the test symbol.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 1/31/2005 Posts: 2
|
Trying to find WRSI.4 reversal one day to the next.
((WRSI4.1)<(WRSI4.2))AND((WRSI4)>(WRSI4.1))
why isn't this working? Thanks.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
It isn't working because it isn't valid syntax in the Personal Criteria Formula Language. The PCF Formula Descriptions topic has a pretty comprehensive list of the syntax which is valid. If it isn't in the list, it probably isn't going to work.
If it is the plain RSI indicator without Wilder's Smoothing:
RSI4 > RSI4.1 AND RSI4.1 < RSI4.2
If it is the RSI - Wilder's indicator with Wilder's Smoothing:
50 * (C - XAVGC7.1) / 4 / (.2500189 * (ABS(C - C1) + .75 * (ABS(C1 - C2) + .75 * (ABS(C2 - C3) + .75 * (ABS(C3 - C4) + .75 * (ABS(C4 - C5) + .75 * (ABS(C5 - C6) + .75 * (ABS(C6 - C7) + .75 * (ABS(C7 - C8) + .75 * (ABS(C8 - C9) + .75 * (ABS(C9 - C10) + .75 * (ABS(C10 - C11) + .75 * (ABS(C11 - C12) + .75 * (ABS(C12 - C13) + .75 * (ABS(C13 - C14) + .75 * (ABS(C14 - C15) + .75 * (ABS(C15 - C16) + .75 * (ABS(C16 - C17) + .75 * (ABS(C17 - C18) + .75 * (ABS(C18 - C19) + .75 * (ABS(C19 - C20) + .75 * (ABS(C20 - C21) + .75 * (ABS(C21 - C22) + .75 * (ABS(C22 - C23) + .75 * (ABS(C23 - C24) + .75 * (ABS(C24 - C25) + .75 * (ABS(C25 - C26) + .75 * (ABS(C26 - C27) + .75 * (ABS(C27 - C28) + .75 * (ABS(C28 - C29) + .75 * (ABS(C29 - C30) + .75 * (ABS(C30 - C31) + .75 * (ABS(C31 - C32) + .75 * (ABS(C32 - C33))))))))))))))))))))))))))))))))))) + 50 > 50 * (C1 - XAVGC7.2) / 4 / (.2500189 * (ABS(C1 - C2) + .75 * (ABS(C2 - C3) + .75 * (ABS(C3 - C4) + .75 * (ABS(C4 - C5) + .75 * (ABS(C5 - C6) + .75 * (ABS(C6 - C7) + .75 * (ABS(C7 - C8) + .75 * (ABS(C8 - C9) + .75 * (ABS(C9 - C10) + .75 * (ABS(C10 - C11) + .75 * (ABS(C11 - C12) + .75 * (ABS(C12 - C13) + .75 * (ABS(C13 - C14) + .75 * (ABS(C14 - C15) + .75 * (ABS(C15 - C16) + .75 * (ABS(C16 - C17) + .75 * (ABS(C17 - C18) + .75 * (ABS(C18 - C19) + .75 * (ABS(C19 - C20) + .75 * (ABS(C20 - C21) + .75 * (ABS(C21 - C22) + .75 * (ABS(C22 - C23) + .75 * (ABS(C23 - C24) + .75 * (ABS(C24 - C25) + .75 * (ABS(C25 - C26) + .75 * (ABS(C26 - C27) + .75 * (ABS(C27 - C28) + .75 * (ABS(C28 - C29) + .75 * (ABS(C29 - C30) + .75 * (ABS(C30 - C31) + .75 * (ABS(C31 - C32) + .75 * (ABS(C32 - C33) + .75 * (ABS(C33 - C34))))))))))))))))))))))))))))))))))) + 50 AND 50 * (C1 - XAVGC7.2) / 4 / (.2500189 * (ABS(C1 - C2) + .75 * (ABS(C2 - C3) + .75 * (ABS(C3 - C4) + .75 * (ABS(C4 - C5) + .75 * (ABS(C5 - C6) + .75 * (ABS(C6 - C7) + .75 * (ABS(C7 - C8) + .75 * (ABS(C8 - C9) + .75 * (ABS(C9 - C10) + .75 * (ABS(C10 - C11) + .75 * (ABS(C11 - C12) + .75 * (ABS(C12 - C13) + .75 * (ABS(C13 - C14) + .75 * (ABS(C14 - C15) + .75 * (ABS(C15 - C16) + .75 * (ABS(C16 - C17) + .75 * (ABS(C17 - C18) + .75 * (ABS(C18 - C19) + .75 * (ABS(C19 - C20) + .75 * (ABS(C20 - C21) + .75 * (ABS(C21 - C22) + .75 * (ABS(C22 - C23) + .75 * (ABS(C23 - C24) + .75 * (ABS(C24 - C25) + .75 * (ABS(C25 - C26) + .75 * (ABS(C26 - C27) + .75 * (ABS(C27 - C28) + .75 * (ABS(C28 - C29) + .75 * (ABS(C29 - C30) + .75 * (ABS(C30 - C31) + .75 * (ABS(C31 - C32) + .75 * (ABS(C32 - C33) + .75 * (ABS(C33 - C34))))))))))))))))))))))))))))))))))) + 50 < 50 * (C2 - XAVGC7.3) / 4 / (.2500189 * (ABS(C2 - C3) + .75 * (ABS(C3 - C4) + .75 * (ABS(C4 - C5) + .75 * (ABS(C5 - C6) + .75 * (ABS(C6 - C7) + .75 * (ABS(C7 - C8) + .75 * (ABS(C8 - C9) + .75 * (ABS(C9 - C10) + .75 * (ABS(C10 - C11) + .75 * (ABS(C11 - C12) + .75 * (ABS(C12 - C13) + .75 * (ABS(C13 - C14) + .75 * (ABS(C14 - C15) + .75 * (ABS(C15 - C16) + .75 * (ABS(C16 - C17) + .75 * (ABS(C17 - C18) + .75 * (ABS(C18 - C19) + .75 * (ABS(C19 - C20) + .75 * (ABS(C20 - C21) + .75 * (ABS(C21 - C22) + .75 * (ABS(C22 - C23) + .75 * (ABS(C23 - C24) + .75 * (ABS(C24 - C25) + .75 * (ABS(C25 - C26) + .75 * (ABS(C26 - C27) + .75 * (ABS(C27 - C28) + .75 * (ABS(C28 - C29) + .75 * (ABS(C29 - C30) + .75 * (ABS(C30 - C31) + .75 * (ABS(C31 - C32) + .75 * (ABS(C32 - C33) + .75 * (ABS(C33 - C34) + .75 * (ABS(C34 - C35))))))))))))))))))))))))))))))))))) + 50
Although this very long formula will almost always return the same results as:
C > C1 AND C1 < C2
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 1/31/2005 Posts: 2
|
Thanks.
Rooterone
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |