StockFetcher Forums · Filter Exchange · SFO Oct 2005 DayTrading Long Entry SELECTION CRITERIA<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #38414
Ignore TheRumpledOne
10/12/2005 9:50:19 AM

Fetcher[
/* SFO Oct 2005 DayTrading Long Entry SELECTION CRITERIA */

/* EMA CROSSOVER CALCULATIONS */
set{E320b,days(ema(3) is above ema(20),100)}
set{E320b1, count(E320b above -1 , 1)}
set{E320b2, E320b * E320b1}
set{E320a,days(ema(3) is below ema(20),100)}
set{E320A1, count(E320A above -1 , 1)}
set{E320A2, E320A * E320A1}
set{E3xE20, E320a2 - E320b2}



/* EMA CROSSOVER CALCULATIONS */
set{E2065b,days(ema(20) is above ema(65),100)}
set{E2065b1, count(E2065b above -1 , 1)}
set{E2065b2, E2065b * E2065b1}
set{E2065a,days(ema(20) is below ema(65),100)}
set{E2065A1, count(E2065A above -1 , 1)}
set{E2065A2, E2065A * E2065A1}
set{E20xE65, E2065a2 - E2065b2}

add column ema(3)
add column ema(20)
add column ema(65)
add column E3xE20
add column E20xE65

ema(3) above ema(20)
ema(20) above ema(65)
close crossed above ema(20)

/* your price/volume criteria below this line */
close above 1
volume above 1000000
/* end filter */
]



MAY ALL YOUR FILLS BE COMPLETE.




StockFetcher Forums · Filter Exchange · SFO Oct 2005 DayTrading Long Entry SELECTION CRITERIA<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.