BillÇochrane |
Member
|
Registered User |
|
|
|
|
Gender: |
|
Thursday, October 18, 2012 |
Wednesday, June 28, 2017 4:33:42 PM |
40 [0.01% of all post / 0.01 posts per day] |
|
[/QUOTE]
I use as a True for MOBO UP (dots below - price above)
C > BBTOP(.8, 10, 0)
and True for MOBO DOWN (dots above - price below)
C < BBBOT(.8, 10, 0)
[/QUOTE]
I use the same C>BBTOP format, but I throw in a C>XAvgC50 (0r C<AvgC50) to be consistent withthe MBOB write up that I found.
|
I was playing around, and I tried to add Next Earnings Date as a column to the watch list of options I own, and it doesn't work. Of course not, options don't have earnings. But I think it would be helpful to show the Next Earning Date there. In theory, if options can be linked to the stock, then in turn they can be linked to Earnings date.
Let me hasten to say that the suggestion is a convenience factor, and should only be done if the effort is somewhere between minimal and reasonable. Vague concepts, I know, but the people who priortize enhancements will know what I mean.
Cheers
|
FWIW, an alternate approach to the the TrueInRowformula Bruce put together in his Feb 21 post is
CountTrue(100 * (1 - L / MAXC22) >= 85 * MAX(1 - L1 / MAXC22.1, 49) OR 1 - L / MAXC22 >= AVG(1 - L / MAXC22, 20) + 2 * ABS((SUM((1 - L / MAXC22) ^ 2, 20) - SUM(1 - L / MAXC22, 20) ^ 2 / 20) / 20) ^ .5, 10)
Which returns the number of Green Lines in the last 10 days. This formula would return a count of 9 if the second last was not green,whereas the original formula would return a count of one
|
The TTM chart you developed plots the Price in the top panel and TTM indicators (Momentum & Squeeze) in the second panel.
I have added a panel which plots the "price"of the associated Industry (iX2350 for example) and then a fourth panel which plots the same TTM indicators,but for the Industry.
Having done so, I want to hide the industry price plot panel. I tried "pinning" it, but can't do that because the TTM Panel requires it's data. I try to hide it manually by dragging the upper dividing line down to the lower dividing line, shrinking the panel height. My issue is that the panel keeps coming back to its original height whenever I return to that chart.
Is there some way I can make it "disappear" permanently?
Thanks
|
Have you tried Create Scan Condition - New High or Low with a two bar period?
|
Have you tried
(H >= 1.07 * AVGL7.1 AND MAXH7.1 < 1.07 * ((AVGH7.1 - AVGL7.1) / 2 + AVGL7.1) AND MINL7.1 > .93 * ((AVGH7.1 - AVGL7.1) / 2 + AVGL7.1))
OR
(MAXH5.1 / MINL5.1 <= 1.05 AND (MAXH5.1 <= C5.1 * 1.05 AND MINL5.1 >= C5.1 * .90))?
I added brackets around each expression to avoid confusion about AND OR sequence
Just a thought, I haven't tried it
|
Please pass on my thanks for this to the people responsible
|
The procedure I outlined above will wotk from an intraday chart, I don't think you need a PCF
|
Russell 2000 should be findable when you set up a new scan, or modify an old one:
In Edit; List To Scan, type 2000 in search box
|
FYI Russell 2000 is Small Cap, while Russell 1000 is larger Cap. Together they mak eup the Russell 3000, which I use in place of US Common Stocks watch List, just as you indicate, to avoid penny stocks etc.
There is no way to scan across multiple watch lists. You could copy all the stocks into one Personal watch list, and scan that. Given that you are looking at "major" exchanges, or larger cap stocks, this list should be fairly stable.
The Russell 1000 might be a fairly good approximation of what you want, larger cap stocks across multiple exchanges.
|
|