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 |

4 green daily bars in a row Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
tmahc
Posted : Tuesday, March 5, 2019 8:43:12 AM
Registered User
Joined: 9/10/2018
Posts: 2

good morning,

 

ive been trying to make an easy scan that shows me 4 green daily bars in a row. cant seem to filter out the other ones. any suggestions? ive tried the pull down menus and tried different settings (x bars in a row) for example

Bruce_L
Posted : Tuesday, March 5, 2019 9:12:54 AM


Worden Trainer

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

If Color Based On is set to Net Change then at least 4 green bars in a row would be the following.

TrueInRow(C >= C1, 4) = 4

And exactly 4 green bars in a row would be the following.

TrueInRow(C >= C1, 5) = 4

If Color Based On is set to Open vs Close then at least 4 green bars in a row would be the following.

TrueInRow(C >= O, 4) = 4

And exactly 4 green bars in a row would be the following.

TrueInRow(C >= O, 5) = 4

Note that the Up Bars used to color price history count equality as "up". If you want to require positive change instead of allowing equality, you can remove the first = sign from the formula (so change the >= portion to just > instead).



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
tmahc
Posted : Tuesday, March 5, 2019 5:24:09 PM
Registered User
Joined: 9/10/2018
Posts: 2

thank you, works perfectly

Bruce_L
Posted : Wednesday, March 6, 2019 9:54:42 AM


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.