Today's close > Yesterday's close AND Today's close >=0.35*(H-L) and <= 0.65*(H-L)
Ahh, i got it a bit wrong here This one is for gauzing the next day's(tomorrow's) price direction; but the way you are plotting it the condition would be
(Yesterday's close > Day Before yesterday's close) AND (Yesterday's close >=0.35*(H-L) and <= 0.65*(H-L))
Yeah you did say you did not have the OHLC data for the test period, but why not test it for 1970 onwards?
Likewise modifying the other one to
day before yesterday's close < close of previous day and yesterday's close > day before yesterday's close
Its unidirectional (UP) however.
Regards,
Kalyan.