Thread: Pattern
View Single Post
  #8 (permalink)  
Old 03-23-2008, 03:21 AM
yyc196's Avatar
yyc196 yyc196 is offline
Senior Member
 
Join Date: Dec 2006
Location: Earth
Posts: 197
yyc196 is on a distinguished road
Quote:
Originally Posted by newdigital View Post
I moved your post to this thread where it was coded by indicators (see posts above):

Code:
(Open[1] == Close[1]) && (Low[1] < Open[1]) && (High[1] > Open[1])
Hi ND,

Thanks for the prompt reply, I had found a similar solution from the Moving Average program. Your solution is an extra info for me, great and thanks!

Shek
Reply With Quote