GAP detecting not correct?
-
Hi all,
i want my EA to detect GAPs as follows to mark it:
GAP Long: Open(C1) > Close (C2)
GAP Short: Open (C2) > Close (C1)But even when Open (C1) price is equal to Close (C2) price (or vice versa on short) it's marked as an GA?P which it is obviously not.
Why is it and how can I fix it?
Thanks in advance
-
Can you please share the link to your project?