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 |

Big white candle or big black candle Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Robtest1
Posted : Monday, October 2, 2017 5:47:51 PM
Gold Customer Gold Customer

Joined: 9/12/2017
Posts: 10

Hi,

 

I am looking for stocks:

for bullish setups:

close in the top 25% of the range ( => near the high of the day) and closes above the previous 20 day high

the stocks makes this day a new 20day high

volume > 150 % of average daily volume

the body of the candle big: ( close - open ) is at leat 2 times ATR(14) and close above the open

 

For bearish setups:

close in the bottom 25% of the dayrange

the stock makes this day a new 20 day low and closes below the previous 20 daylow

 

volume > 150% of average daily volume

the body of the candle is big ( close - open) is at least 2 times ATR(14) and close is below the open.

 

Thank you !

Bruce_L
Posted : Tuesday, October 3, 2017 9:28:52 AM


Worden Trainer

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

Please try the following Condition Formulas.

Bullish Setups:

STOC1 >= 75 AND C > MAXH20.1 AND V > 1.5 * AVGV21 AND C - O >= 2 * ATR14 AND C > O

Bearish Setups:

STOC1 <= 25 AND C < MINL20.1 AND V > 1.5 * AVGV21 AND O - C >= 2 * ATR14 AND O > C



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Robtest1
Posted : Thursday, October 5, 2017 1:54:29 AM
Gold Customer Gold Customer

Joined: 9/12/2017
Posts: 10

Thank you Bruce

The problem with comma's and points ( Non-us user ) remains unfortunately.

I solved it by taking 2 times volume instead of 1.5

Bruce_L
Posted : Thursday, October 5, 2017 9:09:15 AM


Worden Trainer

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

I am happy to read you were able to resolve the issue on your own. Another option would have been to just multiply both sides of that part of the formula by 10 to get rid of the decimal marker.

Bullish Setups:

STOC1 >= 75 AND C > MAXH20.1 AND 10 * V > 15 * AVGV21 AND C - O >= 2 * ATR14 AND C > O

Bearish Setups:

STOC1 <= 25 AND C < MINL20.1 AND 10 * V > 15 * AVGV21 AND O - C >= 2 * ATR14 AND O > C



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Robtest1
Posted : Monday, October 9, 2017 5:00:03 PM
Gold Customer Gold Customer

Joined: 9/12/2017
Posts: 10

Ok Bruce,

Very good to have your help.

Happy trading !

Bruce_L
Posted : Monday, October 9, 2017 5:01:45 PM


Worden Trainer

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

You're welcome.



-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.