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 |

Volume Rate of Change % PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
cbratton27
Posted : Saturday, March 7, 2015 2:34:37 PM
Registered User
Joined: 6/27/2008
Posts: 8

What is TC2000's "Volume Rate of Change %" PCF.  I want to make a condition using the formula for just 1 period not 50 like it is set at default.  Thanks

cbratton27
Posted : Saturday, March 7, 2015 5:13:43 PM
Registered User
Joined: 6/27/2008
Posts: 8

I figured it out, for anyone else looking for this it is as follows:

 

((V-V1)/(V1))*100

 

This is for a one day period to change it to a 5 day for example just replace the V1's with V5's.

Bruce_L
Posted : Monday, March 9, 2015 11:17:22 AM


Worden Trainer

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

This can be shortened somewhat to the following.

100 * (V / V1 - 1)

Note that you would not generally want to do something like find the percent change between the volume 5 bars ago and the current bar.

100 * (V / V5 - 1)

What you would normaly want to do is to check for the percent change between the volume of the current bar and the average volume.

100 * (V / AVGV5 - 1)

Or the average volume ending 1 bar ago.

100 * (V / AVGV5.1 - 1)



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