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 |

EMA of TSV Indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
davidc1
Posted : Tuesday, September 1, 2015 6:39:21 AM
Registered User
Joined: 3/31/2011
Posts: 90

I'm trying to make a PCF of a 5 period EMA of TSV12 Exponential Setting using xavg(TSV12,5) but that is different to the actual value from the chart indicator. Please could you correct.

Bruce_L
Posted : Tuesday, September 1, 2015 7:49:40 AM


Worden Trainer

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

Your formula would be a 5 period exponential moving average of a 12 period simple TSV. A 5 period exponential moving average of a 12 period exponential TSV can be written as follows.

(11 * XAVG(TSV,12) - 4 * XAVG(TSV,5)) / 7

Cascades of Moving Averages



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
davidc1
Posted : Tuesday, September 1, 2015 9:41:42 AM
Registered User
Joined: 3/31/2011
Posts: 90

The attachment is a bit above my pay grade but extrapolating that formula, would a 7EMA of TSV18 be:

(17 * XAVG(TSV,18) - 6 * XAVG(TSV,7)) / 11

Bruce_L
Posted : Tuesday, September 1, 2015 9:49:30 AM


Worden Trainer

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

You have it exactly right.

There are some interesting things about this technique which can make some fomulas shorter than you might expect.

For example an 18 period exponential moving average of a 7 period exponential TSV would also be what you figured out.

(17 * XAVG(TSV,18) - 6 * XAVG(TSV,7)) / 11

And while you could write exponential TSV18 crossing up through through its 7 period exponential moving average as follows.

XAVG(TSV,18) > (17 * XAVG(TSV,18) - 6 * XAVG(TSV,7)) / 11 AND XAVG(TSV1.1,18) <= (17 * XAVG(TSV1.1,18) - 6 * XAVG(TSV1.1,7)) / 11

It simplifies down to the following:

XAVG(TSV,7) > XAVG(TSV,18) AND XAVG(TSV1.1,7) <= XAVG(TSV1.1,18)

As does an exponential TSV7 crossing up through its 18 period exponential moving average.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
davidc1
Posted : Tuesday, September 1, 2015 9:54:56 AM
Registered User
Joined: 3/31/2011
Posts: 90

Thanks for that, I'll try and remember.

One function that would be helpful on this forum is to be able to see all your previous posts - currently you can only see the last 10.

Bruce_L
Posted : Tuesday, September 1, 2015 9:58:42 AM


Worden Trainer

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

I use search to list more than my 10 most recent posts. Click where it says Posts in the search window and change it to Posted By. Then search using your username.

Learn how to use the forums: post a new topic, reply, Search existing topics



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