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 |

Where do I go with this? Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
fusionpunch
Posted : Tuesday, May 16, 2006 9:47:41 AM
Registered User
Joined: 3/17/2006
Posts: 16
How do I do this?

I have a Moving linear regression (10) on a MoneyStream Indicator. I want to see stocks that the Moving linear regression (10) crosses above a Simple moving average (10) of Money stream.

if I have totally confused you let me know and I will try to re qord this better.
Bruce_L
Posted : Tuesday, May 16, 2006 9:57:22 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following:

SGN(4.5 * MS1 + 3.5 * MS1.1 + 2.5 * MS1.2 + 1.5 * MS1.3 + .5 * MS1.4 - .5 * MS1.5 - 1.5 * MS1.6 - 2.5 * MS1.7 - 3.5 * MS1.8 - 4.5 * MS1.9) - SGN(4.5 * MS1.1 + 3.5 * MS1.2 + 2.5 * MS1.3 + 1.5 * MS1.4 + .5 * MS1.5 - .5 * MS1.6 - 1.5 * MS1.7 - 2.5 * MS1.8 - 3.5 * MS1.9 - 4.5 * MS1.10) > 0

You may wish to review the following:

How to create a Personal Criteria Forumula (PCF)
Handy PCF example formulas to help you learn the syntax of PCFs!
Visually Backtesting Specific Symbols
Using Linear Regression vs Classical Peaks/Valleys for Divergence Analysis

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
fusionpunch
Posted : Tuesday, May 16, 2006 10:08:02 AM
Registered User
Joined: 3/17/2006
Posts: 16
And how would it be when the Moving Linear regression 10 is above the simple moving average 10? This does not have the variable of time involved.


Again you are the man. The worden staff is great. This the reason us carolinians are so great.
Bruce_L
Posted : Tuesday, May 16, 2006 10:13:19 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
QUOTE (fusionpunch)
And how would it be when the Moving Linear regression 10 is above the simple moving average 10? This does not have the variable of time involved.

If I'm understanding your request correctly, this will always be true if the Slope of the Linear Regression Line is positive:

4.5 * MS1 + 3.5 * MS1.1 + 2.5 * MS1.2 + 1.5 * MS1.3 + .5 * MS1.4 - .5 * MS1.5 - 1.5 * MS1.6 - 2.5 * MS1.7 - 3.5 * MS1.8 - 4.5 * MS1.9 > 0

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