StockFetcher Forums · General Discussion · Jesse Stine<< 1 2 >>Post Follow-up
shillllihs
5,963 posts
msg #158467
Ignore shillllihs
1/27/2022 1:12:08 PM

2 filters posted, both completely different from each other, fundamentals not considered, most down 90% in last 6 months…great system.

SAFeTRADE
630 posts
msg #158469
Ignore SAFeTRADE
1/28/2022 7:42:14 AM


/*TRADER JOES BREAKOUT TRADING MACHINE*/
draw EntryLOW on plot price
draw EntryMID on plot price
draw Triggerline on plot price

/*--OFF THE RADAR-- BASE SET UP(1)*/
set{vola, count(volume > avgvol(100),50)}
and vola 10 days ago has been below 10 for the last 44 days

/* BUY BAND SIGNALS ENGINE (2) */
set{lowline, atr(22) * 4.5}
set{midline, atr(22) * 1.33}
set{setline1, upper bollinger band(63)}
set{setline2, upper bollinger band(11)}
set{topline, atr(5) * 2.8}
set{Triggerline, setline2 minus topline}
set{EntryLOW, setline1 minus lowline}
set{EntryMID, setline1 minus midline}

/*TRIGGER LINE(3)*/
set{ext, Triggerline - EntryMID }
and ext has crossed above 0 within the last 40 days
and pp > entrylow

/* GLOBAL*/
show stocks where price is between .4 and 4
and avgvol(90) is > 50000

/* VISUAL AIDS */
draw ext 60 day low
draw atr(22)
draw atr(5) on plot atr(22)

/*DO NOT DRAW*/
do not draw pp

and date offset is 22


snappyfrog
651 posts
msg #158472
Ignore snappyfrog
1/29/2022 6:49:02 AM

Making clickable ...

Fetcher[
/*TRADER JOES BREAKOUT TRADING MACHINE*/
draw EntryLOW on plot price
draw EntryMID on plot price
draw Triggerline on plot price

/*--OFF THE RADAR-- BASE SET UP(1)*/
set{vola, count(volume > avgvol(100),50)}
and vola 10 days ago has been below 10 for the last 44 days

/* BUY BAND SIGNALS ENGINE (2) */
set{lowline, atr(22) * 4.5}
set{midline, atr(22) * 1.33}
set{setline1, upper bollinger band(63)}
set{setline2, upper bollinger band(11)}
set{topline, atr(5) * 2.8}
set{Triggerline, setline2 minus topline}
set{EntryLOW, setline1 minus lowline}
set{EntryMID, setline1 minus midline}

/*TRIGGER LINE(3)*/
set{ext, Triggerline - EntryMID }
and ext has crossed above 0 within the last 40 days
and pp > entrylow

/* GLOBAL*/
show stocks where price is between .4 and 4
and avgvol(90) is > 50000

/* VISUAL AIDS */
draw ext 60 day low
draw atr(22)
draw atr(5) on plot atr(22)

/*DO NOT DRAW*/
do not draw pp

and date offset is 22
]



StockFetcher Forums · General Discussion · Jesse Stine<< 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.