StockFetcher Forums · Filter Exchange · 50 day MA crossover...<< >>Post Follow-up
UNITED
81 posts
msg #49468
Ignore UNITED
1/22/2007 8:53:30 PM

Can anyone come up with a crossover 50(ma)from the bottom,only with no other crossovers occuring within the last year.Thanks,Michael....


TheRumpledOne
6,407 posts
msg #49481
Ignore TheRumpledOne
modified
1/23/2007 2:42:52 PM

*** UNDER CONSTRUCTION ***

Fetcher[
set{TEST1, count( close crossed above ma(50), 100) }

set{TEST3, count( close crossed BELOW ma(50), 100) }

DRAW MA(50)

ADD COLUMN TEST1

ADD COLUMN TEST3

TEST1 EQUAL 1

TEST3 EQUAL 0

SORT COLUMN 4 DESCENDING
]



This will get you the last 100 days...

THINKING CAP STILL ON!!

*** UNDER CONSTRUCTION ***

Fetcher[
set{TEST1, count( weekly close crossed above weekly ma(50), 52) }

set{TEST3, count( weekly close crossed BELOW weekly ma(50), 52) }

DRAW weekly MA(50)

ADD COLUMN TEST1

ADD COLUMN TEST3

TEST1 EQUAL 1

TEST3 EQUAL 0

SORT COLUMN 4 DESCENDING
]



That works for a year's worth of weekly data...

STILL THINKING...

Fetcher[
set{TEST1, count( close crossed above ma(50), 100) }

set{TEST3, count( close crossed BELOW ma(50), 100) }

set{TEST1A, count( close 101 DAYS AGO crossed above ma(50) close 101 DAYS AGO , 100) }

set{TEST3A, count( close close 101 DAYS AGO crossed BELOW ma(50) close 101 DAYS AGO , 100) }

set{TEST1B, TEST1 + TEST1A}

DRAW MA(50)

ADD COLUMN TEST1
ADD COLUMN TEST3
ADD COLUMN TEST1A
ADD COLUMN TEST3A

close above ma(50)

TEST1B EQUAL 1
TEST3 EQUAL 0
TEST3A EQUAL 0

SORT COLUMN 4 DESCENDING
]



Not quite...




UNITED
81 posts
msg #49488
Ignore UNITED
1/23/2007 5:56:38 PM

I knew you would come up with something,thanks.Hows about adding in"must break the 50(MA)within the last 3 days".Thanks again,Michael....


Railwhore
69 posts
msg #49494
Ignore Railwhore
1/24/2007 2:25:06 AM

I could not find any that match that criteria,

Fetcher[close 1 day ago below ma(50) during last 1 year
close crossed above ma(50)
]



Fetcher[set{var.1, count(close 1 day ago below ma(50),100)}
var.1 > 75
close > 1
close crossed above ma(50)
add column var.1
sort by column 5 desc
]



but heres something interesting on the 200

Fetcher[close 1 day ago below ma(200) during last 1 year
close crossed above ma(200)
]




TheRumpledOne
6,407 posts
msg #49511
Ignore TheRumpledOne
1/24/2007 6:45:59 PM

Railwhore,

Where is DURING documented?

Can't seem to locate that.

Thanking You in Advance.



StockFetcher Forums · Filter Exchange · 50 day MA crossover...<< >>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.