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

3 Green Higher Highs Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
brooklyn040509
Posted : Thursday, November 8, 2018 12:06:56 PM
Registered User
Joined: 2/27/2018
Posts: 14

Hi Bruce,

How would you make a scan for 3 green higher highs exactly followed by a red candle? Basically the intent is to look for a PULL BACK, in a up trending chart. 

Bruce_L
Posted : Thursday, November 15, 2018 9:55:52 AM


Worden Trainer

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

If your candles' color based on is set to open vs close:

C < O AND TrueInRow(C1 > O1 AND H1 > H2, 3) = 3

If your candles' color based on is set to net change:

C < C1 AND TrueInRow(C1 > C2 AND H1 > H2, 3) = 3



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
brooklyn040509
Posted : Monday, December 17, 2018 1:28:32 PM
Registered User
Joined: 2/27/2018
Posts: 14

I just saw this right now thank you burce 

brooklyn040509
Posted : Monday, December 17, 2018 1:46:52 PM
Registered User
Joined: 2/27/2018
Posts: 14

Hi Bruce,

Question what if I want to just have the three green Higher High not followed by a red candle? For both open vs. close and net change please. 

Bruce_L
Posted : Monday, December 17, 2018 2:06:33 PM


Worden Trainer

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

Please try the following if color based on is set to open vs close.

TrueInRow(C > O AND H > H1, 3) = 3

The following if color based on is set to net change.

TrueInRow(C > C1 AND H > H1, 3) = 3

Or the following if by both you meant it needed to meet both requirements.

TrueInRow (C > O AND C > C1 AND H > H1, 3) = 3



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
brooklyn040509
Posted : Monday, December 17, 2018 2:37:09 PM
Registered User
Joined: 2/27/2018
Posts: 14

Thank you bruce 

Bruce_L
Posted : Monday, December 17, 2018 2:41:19 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.