StockFetcher Forums · Filter Exchange · This might be impossible<< 1 2 3 4 5 ... 24 >>Post Follow-up
kossvet
147 posts
msg #151903
Ignore kossvet
4/25/2020 7:23:19 PM

Sorry Nibor100.
This was the filter I was alluding to
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)

snappyfrog
653 posts
msg #151905
Ignore snappyfrog
4/25/2020 8:12:31 PM

Fetcher[
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)
]



nibor100
1,010 posts
msg #151909
Ignore nibor100
4/26/2020 3:57:03 AM

@kossvet,

Now I'm confused!

1. I provided a Gap Up filter as it appeared you wanted in the 1st post of this thread "This might be impossible"
but your last 2 posts appear to be related to your "What is the best way to write this filter" thread from the SF General Discussion Forum.

2. If you are no longer interested in Gap Ups, that's fine with me/ but you might want to take a closer look at my gapup filter as I have dug out and used some SF commands that aren't often seen in posted filters and might be of use to you in the future.

Thanks,
Ed S.

Mansor
78 posts
msg #151912
Ignore Mansor
4/26/2020 12:45:23 PM

@Koss

I ran your xarlor's script today, and it gives: axas,arem, & 6 other candidates. I then went one week back, and another week (april 9) and beyond.However, GNPX didn't show up in any scan. What am I missing?

As for axas, arem - they already popped on Friday, are you suggesting they will continue uptrend tomorrow (Monday)

Thanks!


Cheese
1,374 posts
msg #151916
Ignore Cheese
modified
4/26/2020 2:52:08 PM

I'm confused too, so this tinkering is just for me to understand what this is about.

Fetcher[



/*
https://www.stockfetcher.com/forums/Filter-Exchange/This-might-be-impossible/151423/0
kossvet 4/25/2020 7:15:47 PM
xarlor 3/24/2020 8:48:17 PM
*/

SYMLIST(GNPX)

chart-time is 6 months
/*
close > 10
average volume(30) > 500000
*/


set{Time,Days(close-to-open gap > 5,61)}
/* time equals 60 */
ADD COLUMN Time


set{GapClosed1,count(low < close 62 days ago,5)}
set{GapClosed2,count(high > close 62 days ago,5)}

set{GapClosed, GapClosed1 * GapClosed2}
/*
GapClosed > 0
*/
ADD COLUMN GapClosed

set{GapClosed3,count(low 6 days ago > close 62 days ago,55)}
/*
GapClosed3 > 54
*/
ADD COLUMN GapClosed3

add column close 62 days ago
draw price line at close 62 days ago
do not draw time
do not draw GapClosed
do not draw GapClosed3

]



kossvet
147 posts
msg #151920
Ignore kossvet
4/26/2020 4:39:11 PM

Sorry for the confusion.
I plan on releasing the filter after GNPX explodes higher.
My time horizon is 1-3 months.
I didn't release the filter because it's my first real play using Xarlors modified filter.
I'll be the Sacrificial Lamb with this try out period.
I mentioned GNPX ahead of the expected rise, so other traders can see.
I didn't want anyone following my advice unless it is proven successful.
I am very excited to see if this plays out like I expect.
If it does I will definitely share the filter with everyone.
Robert


kossvet
147 posts
msg #151921
Ignore kossvet
4/26/2020 4:46:10 PM

I might add
This filter will get you in ahead of the explosion upward.
This is what I have been working on.
Xarlor's original filter leads you to the water, but most are afraid to drink(including myself), because the stock has risen dramatically already.
The only caveat is you might need to wait a little longer for the ascent.
But, if your patient, the reward is worth it.
Let's see.
Nibor100 your filter did not produce any results for me.
I appreciate the effort you have put forth.
Thank You
Robert

shillllihs
5,974 posts
msg #151922
Ignore shillllihs
4/26/2020 5:37:56 PM

What am I missing here, I see stocks going up and down pretty equally with low volume.

kossvet
147 posts
msg #152060
Ignore kossvet
5/5/2020 7:45:41 PM

First day of the ascent +51.50%
My average price on 10k shares is $2.22
current share price is $3.50
Still holding all my shares.
I'm sure this will be a roller coaster ride.
There is another stock that has appeared on the filter
TRIL


Cheese
1,374 posts
msg #152061
Ignore Cheese
5/5/2020 8:11:57 PM

Fantastic. Congratulations, Robert kossvet !

StockFetcher Forums · Filter Exchange · This might be impossible<< 1 2 3 4 5 ... 24 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.