It doesn't appear to be working. As an example, for tomorrow, 11/11/2015 I picked 4 stocks that are due to report M, NEFF, NUOT, OCRX. The next earnings is correctly reported for Macy's. NEFF and NUOT show a blank. OCRX shows it reports on August 3, 3015,
I would point out that there is some confusion as to when the two blank date stocks report, as my TDA platform indicates 11/12/15 and another says 11/13/15. Still close enough for concern. OCRX, which shows a report date of August 3rd, actually reported on November 4th.
Not sure if that helps pin point a problem, but a problem clearly exists.
|
The following code is written to determine the slope of a 30 period LR line. Insert this as an indicator, then you can scan and sort using it. I did not write this, so I can't answer any questions such as how to modify it for a different length.
(30 * (C29 + 2 * C28 + 3 * C27 + 4 * C26 + 5 * C25 + 6 * C24 + 7 * C23 + 8 * C22 + 9 * C21 + 10 * C20 + 11 * C19 + 12 * C18 + 13 * C17 + 14 * C16 + 15 * C15 + 16 * C14 + 17 * C13 + 18 * C12 + 19 * C11 + 20 * C10 + 21 * C9 + 22 * C8 + 23 * C7 + 24 * C6 + 25 * C5 + 26 * C4 + 27 * C3 + 28 * C2 + 29 * C1 + 30 * C) - 465 * (C + C1 + C2 + C3 + C4 + C5 + C6 + C7 + C8 + C9 + C10 + C11 + C12 + C13 + C14 + C15 + C16 + C17 + C18 + C19 + C20 + C21 + C22 + C23 + C24 + C25 + C26 + C27 + C28 + C29)) / (30 * 9455 - 465 * 465)
|
Check and make sure you have a paint scheme icon in the lower left of your price bar window. I had the some problem applying a paint scheme. Had to recreate a new tab window that included the paint scheme icon before any paint scheme would work.
|
Bingo. Exactly what I was looking for. Thanks all.
|
I'm new here and trying to pick up realcode. I'd like to create a function which I can then use on custom indicators As an example, I would like to be able to process a given indicator (such as RSI or Stochastic) to determine whether there has been a change in the rate of change between the current bar and previous bar as compared to previous bar and the preceeding bar.
Presumably, this function could then be called like any other function (AVG, XAVG) for any other indicator.
Is this possible?
|
Thank you both. I'll leave it home and save everyone the trouble. Best reagrds.
|
I'm set for an upcoming Blocks training Seminar. I suspect having Blocks on a notebook computer would be a good thing to have there. Problem is, I have used both of my "licenses" for an office and home desktop unit.
Can I still install TC2007 and Blocks on a notebook and use it if neither of the other two computers are connected at the time?
|