TheRumpledOne 6,411 posts msg #37310 - Ignore TheRumpledOne |
8/4/2005 2:28:18 PM
Hey, SF, Why does this blow up?
Same code I used in other filters!
|
TheRumpledOne 6,411 posts msg #37311 - Ignore TheRumpledOne |
8/4/2005 3:26:48 PM
8/4/2005 2:28:18 PM
Interesting... I switched computers and it works fine.
What would cause that, SF?
|
TheRumpledOne 6,411 posts msg #37312 - Ignore TheRumpledOne |
8/4/2005 3:27:57 PM
More...??? where did THAT come from?
|
TheRumpledOne 6,411 posts msg #37314 - Ignore TheRumpledOne |
8/4/2005 3:49:23 PM
set{E50100b,days(ma(50) is above ma(100),100)}
set{E50100a,days(ma(50) is below ma(100),100)}
set{M1X, E50100a - E50100b}
set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M2X, E50200a - E50200b}
set{E100200b,days(ma(100) is above ma(200),100)}
set{E100200a,days(ma(100) is below ma(200),100)}
set{M3X, E100200a - E100200b}
M3X above 0
M1X above M2X
M2X above M3X
add column M1X
add column M2X
add column M3X
DRAW MA(50)
DRAW MA(100)
DRAW MA(200)
close above 20
volume above 1000000
This is getting weird....
|
starfill 8 posts msg #37315 - Ignore starfill |
8/4/2005 5:53:46 PM
Thanks a lot for this filter example!!!
|
da-net 55 posts msg #37325 - Ignore da-net |
8/5/2005 11:01:13 AM
The Rumpled One,
Something I have noticed is when running a scan, the time the scan is run can skew the results. I have tried scans at times varying from just after the SF computers are updated to several hours and have noticed that the best time with the best results are late in the evening EST. My thinking is it has to do with the large number of users accessing the data at the same time. I do not know if others have seen this, but it appears too regular just to be coincidental. It could also be my ISP and the data feed, but I am not aware of a way to isolate it further.
|
brokedown 21 posts msg #37334 - Ignore brokedown |
8/6/2005 10:58:22 AM
I only run scans early AM. data seems to be screwy in afternoon. I agree, too many people on web in evening.
|
TheRumpledOne 6,411 posts msg #37354 - Ignore TheRumpledOne |
8/7/2005 11:33:37 PM
Since I am on west coast time, I wait until 9 pm east coast time or the next morning.
|
cvamichael 21 posts msg #37368 - Ignore cvamichael |
8/8/2005 8:21:37 PM
I thought I was the only one getting the N/A and 0 results before 6pm west coast time. Now I wait till after 6pm west coast time too and everything seems to be there.
|