Registered User Joined: 3/27/2005 Posts: 10
|
Hi Craig and Bruce:
I am trying write a pcf for two stochastics crossing above another stochastic for buy ideas and two stochastics crossing below another stochastic for sells.
I would like to have the 12,3,1 and 5,3,1 be below the 50% line and cross above the 8,5,1 stochastic. So, yesterday, the two were below the 8, 5, 1 and today both are above the 8,5,1,.
For sells, I would like all three to be above the 50% line and the 12,3,1 and 5,3,1 be above the 8,5,1 yesterday and today below the 8,5,1.
Thanks for your help.
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Try this:
STOC12.3.1<50 AND STOC5.3.1<50 AND STOC12.3.1<STOC8.5.1 AND STOC5.3.1<STOC8.5.1 AND STOC5.3>STOC8.5 AND STOC12.3>STOC8.5
or the reverse
STOC12.3.1>50 AND STOC5.3.1>50 AND STOC12.3.1>STOC8.5.1 AND STOC5.3.1>STOC8.5.1 AND STOC5.3<STOC8.5 AND STOC12.3<STOC8.5
- Craig Here to Help!
|