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 |

Candle Indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
sgolfer
Posted : Tuesday, December 2, 2014 6:29:00 PM
Registered User
Joined: 8/9/2010
Posts: 86

Bruce, I would like to create an indicator that tells me the number or green candles on an hourly chart for one day.  In other words I would like to know prior to the close how many candles on an hourly chart for that day are green.  Is this possible?

Bruce_L
Posted : Wednesday, December 3, 2014 10:58:48 AM


Worden Trainer

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

It is not possibly to count the number of hourly bars so far which have been green so far in the trading day, but it is possible to count the number of bars which have been green in the most recent 7 bars.

If Color Based On for price is set to Net Change, you could use the following settings for a Custom PCF Indicator.

- Period: 7
- Average Type: Simple
- Formula: 7 * ABS(C >= C1)

If Color Based On for price is set to Open vs Close, you could use the following settings for a Custom PCF Indicator.

- Period: 7
- Average Type: Simple
- Formula: 7 * ABS(C >= O)



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