belairgroup |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Saturday, September 17, 2005 |
Wednesday, September 21, 2005 9:16:55 PM |
57 [0.02% of all post / 0.01 posts per day] |
|
ok
|
what if the stock started at 1 went to 1.05 and then dropped to .95, then it would be included in the item count when it shouldn't because the spread between the open and the high (and low) is not 10%.
craig, this getting to complicated, too frustrating and too time consuming let's drop this topic and maybe start other.
thank you sir.
|
maybe.
|
sound advice. thank you. i am try to filter/scan for all stocks that have either risen >= 10% intraday or fallen more the 10% intraday - within the past twelve months.
with ((ABS(O - L) / O >= ( .1))) OR ((ABS(H - O) / O >= .1)) being the formula filter for the actual day at noon.
please note the O-L in ABS.
|
whoops. 15 to 25 is greater than 25 to 26 thus 25 to 26 is a slowdown but still an increase.
|
but the rate of 15 to 25 is less than the rate of 25 to 26; thus, a lower rate i.e. lower ROC.
|
((ABS(H - O) / O * 100 >= 10) + (ABS(H1 - O1) / O1 * 100 >= 10) repeated until (ABS(H243 - O243) / O243 * 100 >= 10) + (ABS(H244 - O244) / O244 * 100 >= 10)) * ( - 1) as an easyscan third condition with VALUE set to 6 to MAX
does the order of conditions matter?
|
yes it helps. i figured that much out in as much i added the OR statement as a pcf and fourth condition to the easyscan; however, does the monster pcf (the third condition of the easyscan) require the OR statement in order to include stocks realizing <=10% intraday downturn in the trailing twelve months?
|
i am guessing on this. regarding the positive changes: the macd may be increasing at a slower rate.
|
I MEAN <>=10%
|
|