Quote:
Originally Posted by newdigital
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