hawesdj |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Tuesday, September 9, 2008 |
Tuesday, February 3, 2009 1:02:04 AM |
10 [0.00% of all post / 0.00 posts per day] |
|
I accidently updated my telechart and removed the three stocks that were showing it, sorry, I will have to wait for another example now :(
|
Bruce or whoever,
I did the custom indicator like you had with the formula, my question is I just want a 5 day ATR, thus what would be my smoothing average and average type?
|
To whom it may concern,
I was running a scan with a pcf containing this code
( L < MINL4.1 OR L1 < MINL4.2 OR L2 < MINL4.3 OR L3 < MINL4.4 OR L4 < MINL4.5 OR L5 < MINL4.6) AND (H < MAXH4.1 AND H1 < MAXH4.2 AND H2 < MAXH4.3 AND H3 < MAXH4.4)
The problem was, it was allowing stocks to get through that failed this test. I was just wondering if this happens every once and awhile or what not.
THanks Josh
|
Random question...when I bring up the data of a day on the chart...how do I display the %k number, it seems the stochastic calculation is the %D
|
Bruce if I wanted to make a scan of stocks to make sure that theyre trading in at least a 1 to 2 point range based off of the last 9 days, would I use the code you have written for the ATR mov avg...or the longer code below?
Thanks,
Josh
|
It sure was
Thanks Bruce
|
When plotting a 20 and 50 day simple moving average, it keeps posting the 20 above the 50 moving average and my broker has it the other way around so I know its not some fluke. Any insights on to why?
-Josh
|
Im sorry I did not realize a pcf couldnt have all the crieria in it on one
|
I went to the easy scans to find stocks that fit your criteria and that is what I did. I created a watchlist of just "All stocks" and then under that pu the condition of the pcf I created. So when I go to see what it sorted out it shows 4k stocks, sorry I was wrong last time, and yet it includes stocks that are under $10 or over $200...two criteria I specifically set...Here is my syntax
C >= 10 AND C <= 200
AVGV50 >= 1000000
AVGC35 > AVGC35.1
AVGC35.10 > AVGC35.11
XAVGC7 > XAVGC7.3
L < L2
STOC8.3 < 75 AND STOC8.3 < STOC8.3.1
MAXH65 - MINL65 > 10 OR (MAXH65 - MINL65) / C > 0.30
|
I have created a pcf, tested it with no syntax error, updated everything and I go to sort all stocks with the scan and it comes up with all 7000 stocks. I was wondering what i am missing in my operation
|
|