Registered User Joined: 6/10/2010 Posts: 20
|
just switch to telechart 07 & 2000. Need the following to be coded if someone could help thanks!!!
RCH:
high>=highest(high,10) and close<high[1] and close<open
GCL:
low<=lowest(low,20) and close>low[1] and close>open
Charlie
|
Registered User Joined: 10/7/2004 Posts: 1,006
|
Please try the following Daily Time Frame PCFs:
H >= MAXH10.1 AND C<H1 AND C<O
L <= MINL20.1 AND C>L1 AND C>O
|
Registered User Joined: 6/10/2010 Posts: 20
|
Thanks you
QUOTE (Winnie)
Please try the following Daily Time Frame PCFs:
H >= MAXH10.1 AND C<H1 AND C<O
L <= MINL20.1 AND C>L1 AND C>O
|