Registered User Joined: 2/28/2005 Posts: 3
|
Could you show me how to write a formula for showing a 5 day ma crossing a 10 day ma. My e-mail is (removed by Moderator)
Thank You
Angelo
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
This PCF will return TRUE when the 5 simple crosses the 10 simple in either direction:
(AVGC5<AVGC10 AND AVGC5.1>AVGC10.1)OR(AVGC5>AVGC10 AND AVGC5.1<AVGC10.1)
Check out these videos, they will show you everything you need...
How to create a Personal Criteria Forumula (PCF)
Understanding Moving Averages - Part I, The Basics
Understanding Moving Averages - Part II, Using Multiple Averages
Comparing indicators using Visual Difference sorts
Create PCFs and EasyScans to find moving average crossovers
- Craig Here to Help!
|
Registered User Joined: 6/28/2005 Posts: 3
|
Could you please help me edit this formula for finding when the 3 day EMA crosses the 12 day EMA in either direction 2 days ago with the stochastics above 80 for the cross up and below 20 for the cross down. Once youi give e this basic template I will be able to change the values. Thank You......Please email to (removed by Moderator)
(AVGC3 < AVGC12 AND AVGC3.1 > AVGC12.1) OR (AVGC3 > AVGC12 AND AVGC3.1 < AVGC12.1)
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
(AVGC3.2 < AVGC12.2 AND AVGC3.3 > AVGC12.3) OR (AVGC3.2 > AVGC12.2 AND AVGC3.3 < AVGC12.3)
I don't have your stochastics setting but the video below already has PCF templates under it... check it out!
Understanding Stochastics
This is also a good post for you to check out:
Handy PCF example formulas to help you learn the syntax of PCFs!
- Craig Here to Help!
|