StockFetcher Forums · General Discussion · How do You? ema "0" cross<< >>Post Follow-up
lvainik
52 posts
msg #45037
Ignore lvainik
6/16/2006 7:21:42 PM

ema 3 - ema 7 with the result graphed against a zero line
crossing up or down etc.


Thanks!!!


nikoschopen
2,824 posts
msg #45038
Ignore nikoschopen
6/16/2006 8:18:24 PM

Fetcher[
set{ema.3,indposition(ema(3),100) - 0.5}
set{ema3, ema.3 * 100}
set{ema.7,indposition(ema(7),100) - 0.5}
set{ema7, ema.7 * 100}
draw ema(3)
draw ema(7)
draw ema7 on plot ema3
draw ema3 line at 0
]




lvainik
52 posts
msg #45092
Ignore lvainik
6/18/2006 4:24:47 PM

how do you scan for a Zero cross?
here



Thanks!!!


nikoschopen
2,824 posts
msg #45095
Ignore nikoschopen
6/18/2006 7:32:09 PM

I'd much prefer hitting a curve-ball than the mundane straight-ball, but ure welcome all the same. ;)


lvainik
52 posts
msg #45102
Ignore lvainik
6/18/2006 10:52:29 PM

I'm looking for stocks where the zero line crossed but the stoch are still less than 30

How do I create the scan with your "0" line cross formula?
Thanks!



nikoschopen
2,824 posts
msg #45104
Ignore nikoschopen
6/19/2006 2:58:40 AM

lvainik,

The above filter only drew the zero line as requested in ure initial post. If you want a crossover above or below the zero line, you merely need to add "ema3 (or ema7) crossed above (or below) 0" to the filter.

Per "I'm looking for stocks where the zero line crossed but the stoch are still less than 30":

Fetcher[
set{ema.3,indposition(ema(3),100) - 0.5}
set{ema3, ema.3 * 100}
set{ema.7,indposition(ema(7),100) - 0.5}
set{ema7, ema.7 * 100}
draw ema(3)
draw ema(7)
draw ema7 on plot ema3
draw ema3 line at 0

/*Crossover*/
ema3 crossed above 0

/*Stoch below 30*/
Slow stochastics(7,3) below 30
]




StockFetcher Forums · General Discussion · How do You? ema "0" cross<< >>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.