Registered User Joined: 7/30/2006 Posts: 2
|
Hi; Can you write a formula for me? I was trying to scan for sk stochastic (14,3,3) crossing up through the exponential sd moving average, any time the stochastics is below 23.
Thank you Ken
|
Registered User Joined: 10/7/2004 Posts: 1,006
|
Rhoken,
Please give these three a try, with simple and exponential (SK and SD) noted.
1. STOC 14.3,3 – simple SK crossing UP through the simple SD (Signal Line)
STOC14.3.0 > AVG(STOC14.3.0,3) AND STOC14.3.1< AVG(STOC14.3.1,3)
2. STOC 14.3,3 – simple SK crossing UP through the exponential SD (Signal Line)
STOC14.3.0 > .500488758553275 * (XAVG(STOC14,3) + .5 * (XAVG(STOC14.1.1,3) + .5 * (XAVG(STOC14.1.2,3) + .5 * (XAVG(STOC14.1.3,3) + .5 * (XAVG(STOC14.1.4,3) + .5 * (XAVG(STOC14.1.5,3) + .5 * (XAVG(STOC14.1.6,3) + .5 * (XAVG(STOC14.1.7,3) + .5 * (XAVG(STOC14.1.8,3) + .5 * (XAVG(STOC14.1.9,3))))))))))) AND STOC14.3.1< .500488758553275 * (XAVG(STOC14.1.1,3) + .5 * (XAVG(STOC14.1.2,3) + .5 * (XAVG(STOC14.1.3,3) + .5 * (XAVG(STOC14.1.4,3) + .5 * (XAVG(STOC14.1.5,3) + .5 * (XAVG(STOC14.1.6,3) + .5 * (XAVG(STOC14.1.7,3) + .5 * (XAVG(STOC14.1.8,3) + .5 * (XAVG(STOC14.1.9,3) + .5 * (XAVG(STOC14.1.10,3)))))))))))
3. STOC 14.3,3 – exponential SK crossing UP through the exponential SD (Signal Line)
XAVG(STOC14.1.0,3) > .500488758553275 * (XAVG(STOC14,3) + .5 * (XAVG(STOC14.1.1,3) + .5 * (XAVG(STOC14.1.2,3) + .5 * (XAVG(STOC14.1.3,3) + .5 * (XAVG(STOC14.1.4,3) + .5 * (XAVG(STOC14.1.5,3) + .5 * (XAVG(STOC14.1.6,3) + .5 * (XAVG(STOC14.1.7,3) + .5 * (XAVG(STOC14.1.8,3) + .5 * (XAVG(STOC14.1.9,3))))))))))) AND XAVG(STOC14.1.1,3) < .500488758553275 * (XAVG(STOC14.1.1,3) + .5 * (XAVG(STOC14.1.2,3) + .5 * (XAVG(STOC14.1.3,3) + .5 * (XAVG(STOC14.1.4,3) + .5 * (XAVG(STOC14.1.5,3) + .5 * (XAVG(STOC14.1.6,3) + .5 * (XAVG(STOC14.1.7,3) + .5 * (XAVG(STOC14.1.8,3) + .5 * (XAVG(STOC14.1.9,3) + .5 * (XAVG(STOC14.1.10,3)))))))))))
Hope this helps and I believe they are correct Winnie
|
Registered User Joined: 10/7/2004 Posts: 1,006
|
Rhoken,
These are the PCFs for STOC under 23, add these to your PCF or EasyScan
1. SK – simple Stoc14.3 Under 23 Today
STOC14.3.0 <23
2. SK – exponential Stoc14.3 Under 23 Today
XAVG(STOC14.1.0,3) <23
Hope this helps Winnie
|