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

Help writing scan Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
junie73
Posted : Wednesday, October 17, 2018 12:34:44 PM
Gold Customer Gold Customer

Joined: 4/26/2009
Posts: 22

The items to include (if possible) would be:

  • price - $5 to $50
  • volume - >200,000
  • Bollinger Bands - change Std deviation to 0.382 upper & 0.382 lower band
  • 50-day simple moving average
  • the last 5 consecutive stock prices close above the 50-day moving average
  • the last 5 conscecutive stock prices close above the upper Bollinger Ban

Thank you in advance for your assistance.  You have been superb in the past - greatly appreciated.

 

 

StockGuy
Posted : Wednesday, October 17, 2018 2:00:38 PM

Administration

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

C >= 5 AND C <= 50 AND COUNTTRUE(C > AVGC50,5) = 5 AND COUNTTRUE(C > BBTOP(.382,50),5) = 5

You did not specify a period for the Bollinger Bands so I used 50.  If you want a different period change the 50 in the last part of the formula.

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.