Filter Exchange · This might be impossible
|
kossvet msg #152242 |
5/19/2020 2:09:46 PM
Check out ISEE.
This stock is setting up too.
Currently I have no position in it.
Might buy 1K at the end of the day
|
Filter Exchange · This might be impossible
|
kossvet msg #152241 |
5/19/2020 1:15:42 PM
PTI is setting up nicely.
I bought 1k yestetday.
It's in the accumulation phase.
|
Filter Exchange · This might be impossible
|
kossvet msg #152235 |
5/18/2020 1:46:08 PM
Roca 1018
Just a gut feeling.
|
Filter Exchange · This might be impossible
|
kossvet msg #152216 |
5/16/2020 6:12:02 PM
Some of the best run-ups come from very low volume just before the break.
What I have observed, the stocks volume has almost dried up.
The close is almost always lower, but not always.
The degree of lower close is very marginal.
Basically, the selling has come to an end.
On the volume chart, it looks as if there is absolutely no volume.
This plays out over a 3-4 day period.
Now comes the accumulation period I have talked about.
The stock generally will back and fill for the next week or two.
This allows you to build a decent position.
When the break out happens, it is you who is dishing out the shares to sell.
Thankfully, not the other way around.
For me, volume is the key.
|
Filter Exchange · This might be impossible
|
kossvet msg #152211 |
5/16/2020 2:36:58 PM
Ed
Excellent filter.
PTI is the one I'm gonna play.
PTI came up on my filter as well.
ALRN is another that came up on my filter, although I don't have any position in it.
Sava got crushed yesterday.
I'm holding 5k shares that I purchased awhile ago.
That is the reason I didn't include it in this new thread.
|
Filter Exchange · This might be impossible
|
kossvet msg #152207 |
5/15/2020 7:24:35 PM
Your right Ed
I forgot to put it in
Torc 8K
|
Filter Exchange · This might be impossible
|
kossvet msg #152201 |
5/15/2020 11:52:36 AM
Nobody
Take your original chips off the table with this one.
Let the houses money ride
|
Filter Exchange · This might be impossible
|
kossvet msg #152196 |
5/14/2020 8:42:05 PM
Position update
12k GNPX
7K Tril
3k CLSK sold today for a loss.
3K UAVS
|
Filter Exchange · This might be impossible
|
kossvet msg #152192 |
5/14/2020 2:09:13 PM
Hi Ed
Yes, I removed the medical parameter.
I cherry pick ones I believe would do well.
Last night I came up with AYTU, but I probably won;t play it.
|
Filter Exchange · This might be impossible
|
kossvet msg #152184 |
5/13/2020 5:46:59 PM
Nobody
This is the original Xalor filter
The catalyst filter.
average volume(5) > 100000
sector(medical)
set{diff1,ma(5) - ma(10)}
set{diff2,ma(10) - ma(20)}
set{vol2,average volume(5) 5 days ago * 2}
set{var1,count(volume > vol2,1)}
set{var2,count(ma(5) increasing for last 3 days,1)}
set{var3,count(ma(10) increasing for last 3 days,1)}
set{var4,count(ma(20) increasing for last 3 days,1)}
set{var5,count(diff1 increasing for the last 2 days,1)}
set{var6,count(diff2 increasing for the last 2 days,1)}
set{var7,count(atr(30) 3 days ago < .2,1)}
set{var8,count(reached a new high 3-month high,1)}
set{buy1,var1 * var2}
set{buy2, buy1 * var3}
set{buy3, buy2 * var4}
set{buy4, buy3 * var5}
set{buy5, buy4 * var6}
set{buy6, buy5 * var7}
set{buy, buy6 * var8}
buy > 0
buy 1 day ago equals 0
/* Comment out the 2 lines above and uncomment the 2 lines below to see all hits within the last year */
/* chart-time is 14 months */
/* count(buy > 0,251) > 0 */
draw ma(5)
draw ma(10)
draw ma(20)
|