Wickcity |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, February 21, 2009 |
Wednesday, April 28, 2010 7:10:19 AM |
13 [0.00% of all post / 0.00 posts per day] |
|
Take MASI for example look at yesterdays candle(thur 2/18). Telechart and freestockcharts has the candle as a green one. How can this be? Look at the open and look at the close. I have three other platforms and they all have the candle mentioned above as a red candle.I've been noticing almost on a daily basis with different ticker symbols.
|
Over the last couple of days, I've had a hard time logging in. Now, I cannot log-in at all. Getting an error message, log-in not available.
|
Yes, I'm using PCF as an Easyscan condition.
|
Bruce, you were correct about the MA's. It was plotted separately from price.I do have a question for you on my volume criteria of >= 1 million shares for the last 50 days.I have tried this one.....AVGV50 >= 10000I have also tried this one......MINV50.1 >= 10000I'm still having stocks show up with volume less than 1 million shares and this was yesterdays close, so it fall outside of the last 50 days. Just two of the top of my head were DOX and CGA, they traded around 450,000 shares yesterday. Any thoughts on this?
|
I've been messing around with this since the market closed today. I've finally gotten somewhere with the scans by doing them by hand(inputting) and not copying and pasting the scans above.But now I've having another issue on Telechart. For my 50 SMA scans its coming up with DOW, ORLY, PNC, TMX, INTC AND AVY. When I started using the space bar down, I was noticing that these stocks are not sitting on their 50ma. I thought something was wrong with my scan criteria(checking for the last 3 hours). As it turns out, the 200 simple ma on my(at least) Telechart is wrong, its placing the 200ma in the wrong location. I confirmed this by checking freestockcharts and two other platforms I have. What is interesting is that 13 stocks met my criteria for the 50ma scan. If you count the stocks listed above that gives you a total of 6. So that means the other 7 are correct with the 200 placement and 6 are wrong. I've checked to make sure my telechart is a simple 200ma. Could it be anything else? If somebody could type in these tickers and see if the close of 12/15 that DOW, ORLY, PNC, TMX, INTC AND AVY are sitting on their 200ma I would appreciate it.
|
This is the code I copied and pasted.
AVGC20 > AVGC20.1 AND H > AVGC20 AND L 40 AND L1 > AVGC20.1 AND MINV50.1 >= 10000 AND 15
|
I hope you can bare with me on this. I'm having a difficult time wrapping my brain around this. If I add in the last part you added on...L1 > AVGC200.1 In addition, I suspect this also means you want the previous Bar (and possibly more Bars) to be entirely above the Moving Average. This means would would need to change C1 > AVGC20.1 to L1 > AVGC20.1. Doesn't this contradict the earlier part of the PCF and the straddle part because the L1 > AVGC20.1 because this is saying that the low of yesterday is > than the 20ma close of yesterday which would no longer give me a straddle on the MA?
|
Bruce, I GREATLY appreciate your help, trying to decipher the code, I'm still confused. I do have a question for you. Take a look at what you wrote for the very first scan. I have a question about this part...........C1 > AVGC20.1 AND C than yesterdays 20 MA and Close of today is
|
Thanks Bruce. I copied it and saved it.
|
I probably needed to add. In the second example, I added a space after "20" and after "AND". I'm not sure if I'm explaining myself well enough but I'm trying to find out if I need to type out my code with or without "spaces"?
|
|