StockFetcher Forums · General Discussion · HOT STOCKS HUNT<< 1 2 >>Post Follow-up
TheRumpledOne
6,498 posts
msg #161655
Ignore TheRumpledOne
modified
3/11/2025 4:02:21 PM

When you come across a stock being talked about, put it in the symlist along with a link to the article discussing it.

Then we can track it and see if any of the talking heads knows what they are talking about.

Here's the filter:

Fetcher[

Symlist(MLGO)

/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above low 1 days ago ,1) }
set{ CAL, sw4 * sw5 }

set{ minvol, count( volume below 1000000,30) }

and add column minvol
and add column TT
and add column CAL

and add column separator
add column exchange
add column industry
add column sector
and add column separator


set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


and add column CxC {CxC_}
and add column CxM50
and add column CxM200
and add column separator


/* WTD based on 'weekly open' */

set{MyWOpen, weekly open}
set{C_WO, close - MyWOpen}


/* MTD based on MonthOpen = date(MONTHSTART, open) */
set{MyMOpen, date(MONTHSTART, open)}
set{C_MO, close - MyMOpen}


/* YTD based on YearOpen = date(YEARSTART, open) */
set{MyYOpen, date(YEARSTART, open)}
set{C_YO, close - MyYOpen}

/* Monthly and Year open prices are plotted on price chart */


add column C_WO
add column C_MO
add column C_YO
and add column separator


draw MyWOpen on plot price
draw MyMOpen on plot price
draw MyYOpen on plot price

SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks


]



Here's the link:

https://www.tipranks.com/news/from-sci-fi-dreams-to-quantum-realities-microalgos-quantum-leap-into-2025

TheRumpledOne
6,498 posts
msg #161656
Ignore TheRumpledOne
modified
3/11/2025 4:05:42 PM

https://www.stocktitan.net/news/NAAS/naa-s-technology-inc-announces-us-10-million-share-repurchase-5f7v48fx4bqf.html

Submit
Fetcher[

Symlist(NAAS)

/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above low 1 days ago ,1) }
set{ CAL, sw4 * sw5 }

set{ minvol, count( volume below 1000000,30) }

and add column minvol
and add column TT
and add column CAL

and add column separator
add column exchange
add column industry
add column sector
and add column separator


set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


and add column CxC {CxC_}
and add column CxM50
and add column CxM200
and add column separator


/* WTD based on 'weekly open' */

set{MyWOpen, weekly open}
set{C_WO, close - MyWOpen}


/* MTD based on MonthOpen = date(MONTHSTART, open) */
set{MyMOpen, date(MONTHSTART, open)}
set{C_MO, close - MyMOpen}


/* YTD based on YearOpen = date(YEARSTART, open) */
set{MyYOpen, date(YEARSTART, open)}
set{C_YO, close - MyYOpen}

/* Monthly and Year open prices are plotted on price chart */


add column C_WO
add column C_MO
add column C_YO
and add column separator


draw MyWOpen on plot price
draw MyMOpen on plot price
draw MyYOpen on plot price

SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks

]



styliten
312 posts
msg #161657
Ignore styliten
modified
3/11/2025 4:21:53 PM

Hot stocks for 3/11/2025:

Fetcher[SYMLIST(NVDA, GEV, RDDT, AMZN, META, SMCI, MDB, BA, KKR, GM, VMC, WDC, NRG, PWR, ET, FERG, NTRA, TEVA, ARGX)

draw clri(dma(14, -10), 20) on plot price
draw clri(dma(14, 10), 20) on plot price
draw clri(dma(14, 0), 20) on plot price
]





TheRumpledOne
6,498 posts
msg #161659
Ignore TheRumpledOne
modified
3/12/2025 8:12:03 AM

styliten, I prefer HORIZONTAL LINES over SQUIGGLYS. The values don't change when you change chart periods.

Where is the link to the article discussing those stocks?

Fetcher[


SYMLIST(NVDA, GEV, RDDT, AMZN, META, SMCI, MDB, BA, KKR, GM, VMC, WDC, NRG, PWR, ET, FERG, NTRA, TEVA, ARGX)

/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above low 1 days ago ,1) }
set{ CAL, sw4 * sw5 }

set{ minvol, count( volume below 1000000,30) }

and add column minvol
and add column TT
and add column CAL

and add column separator
add column exchange
add column industry
add column sector
and add column separator


set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


and add column CxC {CxC_}
and add column CxM50
and add column CxM200
and add column separator


/* WTD based on 'weekly open' */

set{MyWOpen, weekly open}
set{C_WO, close - MyWOpen}


/* MTD based on MonthOpen = date(MONTHSTART, open) */
set{MyMOpen, date(MONTHSTART, open)}
set{C_MO, close - MyMOpen}


/* YTD based on YearOpen = date(YEARSTART, open) */
set{MyYOpen, date(YEARSTART, open)}
set{C_YO, close - MyYOpen}

/* Monthly and Year open prices are plotted on price chart */


add column C_WO
add column C_MO
add column C_YO
and add column separator


draw MyWOpen on plot price
draw MyMOpen on plot price
draw MyYOpen on plot price

SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks


]



TheRumpledOne
6,498 posts
msg #161661
Ignore TheRumpledOne
3/12/2025 11:04:32 AM

https://imastocktrader.finpuboffers.com/march-2025-maga-stocks-lp/

Fetcher[
SYMLIST(RTX,UNG,AMZN,UBER,RMXI,SPY,EXEL,XOM,SMLR,COST,DNOW,INTC,ASTS,COYA,SH)

/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above low 1 days ago ,1) }
set{ CAL, sw4 * sw5 }

set{ minvol, count( volume below 1000000,30) }

and add column minvol
and add column TT
and add column CAL

and add column separator
add column exchange
add column industry
add column sector
and add column separator


set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


and add column CxC {CxC_}
and add column CxM50
and add column CxM200
and add column separator


/* WTD based on 'weekly open' */

set{MyWOpen, weekly open}
set{C_WO, close - MyWOpen}


/* MTD based on MonthOpen = date(MONTHSTART, open) */
set{MyMOpen, date(MONTHSTART, open)}
set{C_MO, close - MyMOpen}


/* YTD based on YearOpen = date(YEARSTART, open) */
set{MyYOpen, date(YEARSTART, open)}
set{C_YO, close - MyYOpen}

/* Monthly and Year open prices are plotted on price chart */


add column C_WO
add column C_MO
add column C_YO
and add column separator


draw MyWOpen on plot price
draw MyMOpen on plot price
draw MyYOpen on plot price

SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks


]



styliten
312 posts
msg #161662
Ignore styliten
modified
3/12/2025 12:30:56 PM

3/12/2025:

Symlist(PLTR, LRCX, CRWD, MRVL, NOW, SOFI, CRM, INTC, CIEN, RBLX, ANET, TSM, SNOW, WFC, PINS, MS, AFRM, CLS, CEG, ETN, SHOP, COF, TEAM, KKR, APO, PCOR, CYBR, DUOL, CDNS, LPLA, DELL, FHN, JCI, ROKU, SYF, CF, FANG, KEY, FTI, BKR, IOT, EME, ONON, OVV, CLH, ET, CCJ, CTRA, CVE, FLEX, RACE, CG, JBL,TRMB, OWL, TPG, TECK, YPF, RELX)

TheRumpledOne
6,498 posts
msg #161664
Ignore TheRumpledOne
3/12/2025 1:15:28 PM


When you come across a stock being talked about, put it in the symlist along with a link to the article discussing it!!

TheRumpledOne
6,498 posts
msg #161689
Ignore TheRumpledOne
3/14/2025 1:41:43 PM

https://www.hugealerts.com/bnzi/

Fetcher[
SYMLIST(BNZI)

/* Turn trades starting below High 20 day Low */

set{ sw1, count( close 1 day ago below open 1 days ago ,1) }
set{ sw2, count( close above open ,1) }
set{ sw3, count( close 1 day ago below high 20 day low,1) }

set{ x1, sw1 * sw2 }
set{ TT, x1 * sw3 }

set{ sw4, count( low below low 1 days ago ,1) }
set{ sw5, count( close above low 1 days ago ,1) }
set{ CAL, sw4 * sw5 }

set{ minvol, count( volume below 1000000,30) }

and add column minvol
and add column TT
and add column CAL

and add column separator
add column exchange
add column industry
add column sector
and add column separator


set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


and add column CxC {CxC_}
and add column CxM50
and add column CxM200
and add column separator


/* WTD based on 'weekly open' */

set{MyWOpen, weekly open}
set{C_WO, close - MyWOpen}


/* MTD based on MonthOpen = date(MONTHSTART, open) */
set{MyMOpen, date(MONTHSTART, open)}
set{C_MO, close - MyMOpen}


/* YTD based on YearOpen = date(YEARSTART, open) */
set{MyYOpen, date(YEARSTART, open)}
set{C_YO, close - MyYOpen}

/* Monthly and Year open prices are plotted on price chart */


add column C_WO
add column C_MO
add column C_YO
and add column separator


draw MyWOpen on plot price
draw MyMOpen on plot price
draw MyYOpen on plot price

SORT COLUMN 2 ASCENDING
Chart-time is 4 weeks


]




nibor100
1,067 posts
msg #161690
Ignore nibor100
3/14/2025 2:35:47 PM

Apparently Huge Alerts was paid $630,000 to promote that stock. Ed S

TheRumpledOne
6,498 posts
msg #161694
Ignore TheRumpledOne
3/15/2025 11:33:43 AM

Where did you find that out?

StockFetcher Forums · General Discussion · HOT STOCKS HUNT<< 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.