Gerry
 Veteran
     Posts: 277
Joined: 12/24/2003
Location: Lewiston, Maine 04240
User Profile |
Hello,
I’m having a brain freeze moment and would appreciate some assistance in the following. I’m looking for stocks that have closed HIGHER for the past 3 bars and then on the 4th bar is LOWER than the prior bar.
This is what I am now using to get the above mentioned BUT cannot seem to know where to place the C < C[1]. Here it is C > C[1] and C[1] > C[2] and C[2] > C[3] This gives me the 3 HIGHER CLOSES.
Also trying C < C[1] and C[2] > C[3] and C[3] > C[4]
Thanking you in advance
Gerry
|