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 |

How to show all past days with big moves Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Corto
Posted : Sunday, June 25, 2017 5:05:49 PM
Registered User
Joined: 6/5/2015
Posts: 107

For a particular stock, is it possible to show all days that closed at least a certain percentage above or bellow the closing of previous day?

Thank you,

Corto

bcochrane
Posted : Monday, June 26, 2017 9:16:33 AM
Registered User
Joined: 9/17/2010
Posts: 484

Yes

Create A Custom PCF True indicator

Use the formula C>C1*1.02 (for 2%, adjust as you see fit)

Select Dot,and TC2000 will plot dots on the days (or bars) when it is True

Bruce_L
Posted : Monday, June 26, 2017 10:03:15 AM


Worden Trainer

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

If you want the percent change to be in either direction instead of just up, you could use something like the following.

100 * ABS(C / C1 - 1) >= 2

The 2 at the end is the percentage and can be adjusted.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Corto
Posted : Monday, June 26, 2017 5:37:23 PM
Registered User
Joined: 6/5/2015
Posts: 107

Thanks a lot!

Corto
Posted : Saturday, July 1, 2017 11:15:47 PM
Registered User
Joined: 6/5/2015
Posts: 107

Bruce, I didn't have time to get to this until now and I think it needs to be:

ABS(100*(C/C1-1))>=2 if I want to mark either up or down moves.

 

 

Bruce_L
Posted : Monday, July 3, 2017 10:30:17 AM


Worden Trainer

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

You are correct.



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