Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Question about gap down Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
edge13
Posted : Wednesday, August 16, 2017 10:21:07 PM
Registered User
Joined: 6/1/2017
Posts: 14

Hi,

I want to make a scan to find an opening gap down less than 35% of the previous day's range, so, I wrote:

( -1 * (L>H1)  + -2 *  (H<L1) )<0.35*(H1-L1)

The result is not right, please help!

Cheer!

StockGuy
Posted : Wednesday, August 16, 2017 10:34:01 PM

Administration

Joined: 9/30/2004
Posts: 9,187

If by "gap down" you mean the high today is less than the low yesterday...

(H < L1) and (L1 - H) / (H1 - L1) < .35

edge13
Posted : Thursday, August 17, 2017 10:57:46 AM
Registered User
Joined: 6/1/2017
Posts: 14

Great, Thank you StockGuy!

Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.