Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Stochastic Cross over Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
mshahbazi
Posted : Sunday, April 17, 2005 9:45:20 AM
Registered User
Joined: 1/15/2005
Posts: 60
I am using the following stochstic 12,3,3 and PCF for cross over.


(STOC12.3 < 30) AND (STOC12.3 > AVG(STOC12.3,3)) AND (STOC12.3.1 < AVG(STOC12.3.1,3))

Is this correct?

I like to know, if the corss over happened WITHIN the last 5 days? How can I do it?

Craig_S
Posted : Sunday, April 17, 2005 9:49:03 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
Looks good... Your PCF also limits the list to Stochastics today being less than 30. Did you want that?

This should find crossovers happening in the last 5 days under 30:

(STOC12.3 < 30) AND (STOC12.3 > AVG(STOC12.3,3)) AND (STOC12.3.5 < AVG(STOC12.3.5,3))

- Craig
Here to Help!
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.