Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Gravestone Doji Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
mellodee360
Posted : Tuesday, December 26, 2017 5:00:03 PM
Registered User
Joined: 5/28/2014
Posts: 1

Hi,

could you assist me in creating an easy scan with a gravestone doji at the end of the day for stocks over $35 that has been in an uptrend for 14 days with a bolinger band

Bruce_L
Posted : Wednesday, December 27, 2017 9:40:46 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

I am not quite sure how you want to define the uptrend or how you wanted to involve the Bollinger Bands. The following assumes a positive net change, linear regression slope, +DI above -DI, ADX at or above 25, a 14 bar high, and price closing above an upper Bollinger Band 20, 2.00.

C > 35 AND C > C13 AND 20 * GREATEST(O, C) < H + 19 * L AND H = MAXH14 AND FAVGC14 > AVGC14 AND DIPLUS14 > DIMINUS14 AND ADX14.14 >= 25 AND C > BBTOP(2, 20)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
RJDMNEWT1
Posted : Monday, January 8, 2018 11:44:22 PM
Registered User
Joined: 1/8/2018
Posts: 2

I need some help with an Easy Scan

I need to have the price drop 2 days straight  while the Money Flow Index indicator rises 2 days straight

while the price is within 10% of the 52 week low.

 

THanks in Advance

Randy

 

 

 

Bruce_L
Posted : Tuesday, January 9, 2018 8:45:55 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following.

TrueInRow(C < C1 AND SUM(IIF(H + L + C > H1 + L1 + C1, (H + L + C) * V, 0), 20) / SUM((H + L + C) * V, 20) > SUM(IIF(H1 + L1 + C1 > H2 + L2 + C2, (H1 + L1 + C1) * V1, 0), 20) / SUM((H1 + L1 + C1) * V1, 20), 2) = 2 AND C <= 1.1 * MINL252



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
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.