StockFetcher Forums · Filter Exchange · Run Lola run<< 1 2 >>Post Follow-up
Chiemela
2 posts
msg #160398
Ignore Chiemela
6/29/2023 9:44:01 AM

Sr7 - I have a question/request for you. I'm attempting to use this filter, but I would prefer a modification, if you are able.

Once the initial filter is matched, continue to signal daily until inverse fisher is below .80. Then repeat.

The goal is to remain in the trend until fisher kicks us out.

I'm new to stock fetcher so not sure if this is possible, please advise.

sr7
103 posts
msg #160405
Ignore sr7
modified
7/3/2023 6:52:59 PM

When the stock shows up in the Lola scan...I guess you want to keep it for a few days?

Just keep it and watch the Fisher; once fisher crosses below 0.80, you sell the stock. I think that's what you're asking?

But you probably need a symlist, where it shows the stocks, but only if there still above .80; and stocks that go below .80 disappear from the list automatically.


This symlist scan is using ift(3,9) instead of 5,9 (it's quicker); I also found the price points on the forum and put it in the scan too.



Fetcher[


/* This scan shows stocks that are still above the IFT(3,9) .80 line */


symlist(lpsn,eose,evlo) /* Found on: 6-27 - 2023 */

symlist(open,hut,hive) /* Found on: 7-3 - 2023 */



And IFT(3,9) is above .80
draw IFT(3,9) line at -0.80
draw IFT(3,9) line at .80




/* Price Points -- found on SF*/

set{pp_10, CMA(pp,10) 1 day ago}
set{r_10, CMA(r1,10) 1 day ago}
set{s_10, CMA(s1,10) 1 day ago}

set{BUY, count(close closes above r_10,1)}
set{SELL, count(close closes below r_10,1)}
set{WAIT, BUY * SELL}

draw WAIT
draw SELL on plot WAIT
draw BUY on plot WAIT

draw pp_10 on plot price
draw r_10 on plot price
draw s_10 on plot price


add column BUY
add column SELL
add column WAIT


/* End Code */



sort column 5 descending

]



Mactheriverrat
3,136 posts
msg #160410
Ignore Mactheriverrat
7/4/2023 11:55:22 AM

That last filter posted is interesting!!!!

snappyfrog
656 posts
msg #160411
Ignore snappyfrog
7/4/2023 9:39:34 PM

Since your "BUY" and "SELL" is based on the relationship of close to "r_10", I removed "pp_10" and "s_10".

If someone needs them as a visual, that is fine, I just like to clear up the chart a little.

Fetcher[
/* This scan shows stocks that are still above the IFT(3,9) .80 line */


symlist(lpsn,eose,evlo) /* Found on: 6-27 - 2023 */

symlist(open,hut,hive) /* Found on: 7-3 - 2023 */



And IFT(3,9) is above .80
draw IFT(3,9) line at -0.80
draw IFT(3,9) line at .80




/* Price Points -- found on SF*/

set{r_10, CMA(r1,10) 1 day ago}

set{BUY, count(close closes above r_10,1)}
set{SELL, count(close closes below r_10,1)}
set{WAIT, BUY * SELL}

draw WAIT
draw SELL on plot WAIT
draw BUY on plot WAIT

draw r_10 on plot price

add column BUY
add column SELL
add column WAIT


/* End Code */



sort column 5 descending
]




Mactheriverrat
3,136 posts
msg #160412
Ignore Mactheriverrat
7/4/2023 11:33:04 PM

SVM on watchlist for 7-5-2023. See what happens as I think it's a good setup.



Mactheriverrat
3,136 posts
msg #160413
Ignore Mactheriverrat
7/5/2023 9:09:04 PM

Well SVM was down today.

jimvin
170 posts
msg #160414
Ignore jimvin
7/6/2023 12:03:19 AM

I applaud your optimism Cap'n, but we're in a traditionally week month (https://www.cxoadvisory.com/trading-calendar/) and most of the heavy-hitters took off for summer in the Hamptons and its the positioning of the 4th's holiday makes it convenient to take a very long weekend if not the whole week off.... All of those "ands" make for a strong head-wind. I wouldn't expect much action until next week.
But as I always say, If I look like I know what I'm doing (or talking about), look again.

snappyfrog
656 posts
msg #160415
Ignore snappyfrog
7/6/2023 12:16:48 PM

Jobs report is tanking the markets today.

Mactheriverrat
3,136 posts
msg #160416
Ignore Mactheriverrat
7/6/2023 9:42:31 PM

SPY still holding 20 day moving average support.



sr7
103 posts
msg #160626
Ignore sr7
10/24/2023 9:48:34 AM

I ran the scan over the weekend and it showed: MNTS and MKTW.

Both are going GREEn this morning.


MKTW is sky-rocketing!



StockFetcher Forums · Filter Exchange · Run Lola run<< 1 2 >>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.