Jim Dean
 Sage
  Posts: 3022
Joined: 9/21/2006
Location: L'ville, GA
User Profile |
Here ya go:
C > C[1] and C[1] > C[2] and C[2] > C[3] and C[3] < C[4]
You could use >= and <= if you want - a bit looser but not much.
Or you could make the earliest bar rule more demanding: C[3] < L[4]
|