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 |

PCF Formula request with 5 red candles Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Tuesday, November 27, 2018 8:30:44 AM
Registered User
Joined: 9/30/2011
Posts: 788
I would like to have a PCF Formula with the signal on the titles with 5 consecutive red candles.
 
Thank you and goodbye.
Raider45
raider45
Posted : Tuesday, November 27, 2018 8:56:37 AM
Registered User
Joined: 9/30/2011
Posts: 788

In addition to the first request, I would like to have two more, one with six and the other with seven consecutive red candles.

Bruce_L
Posted : Tuesday, November 27, 2018 10:03:05 AM


Worden Trainer

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

If Color Based On for price is set to Open vs Close.

At least 5 red candles:

TrueInRow(C < O, 5) = 5

Exactly 5 red candles:

TrueInRow(C < O, 6) = 5

At least 6 red candles:

TrueInRow(C < O, 6) = 6

Exactly 6 red candles.

TrueInRow(C < O, 7) = 6

At least 7 red candles:

TrueInRow(C < O, 7) = 7

Exactly 7 red candles:

TrueInRow(C < O, 8) = 7

If Color Based On for price is set to Net Change.

At least 5 red candles:

TrueInRow(C < C1, 5) = 5

Exactly 5 red candles:

TrueInRow(C < C1, 6) = 5

At least 6 red candles:

TrueInRow(C < C1, 6) = 6

Exactly 6 red candles.

TrueInRow(C < C1, 7) = 6

At least 7 red candles:

TrueInRow(C < C1, 7) = 7

Exactly 7 red candles:

TrueInRow(C < C1, 8) = 7



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, November 27, 2018 10:44:19 AM
Registered User
Joined: 9/30/2011
Posts: 788
Big congratulations, thank you !
 
Sincerely !
Bruce_L
Posted : Tuesday, November 27, 2018 10:50:04 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.