Gold Customer
Joined: 1/22/2005 Posts: 73
|
Looking for stocks in an up-trend where the fast stochastics (10.4) has recently crossed above the slow 10.4.4 stochastics I like the cross to occur at an oversold stochastics value, below 30 and have it occur at a 5 day low?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following assumes you want the stochastic to be at a 5 day low on the bar prior to the crossup.
STOC10.4 < 30 AND STOC10.4 > AVG(STOC10.4, 4) AND STOC10.4.1 <= AVG(STOC10.4.1, 4) AND STOC10.4.1 = MIN(STOC10.4.1, 5)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|