StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 53 54 55 56 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #156085
Ignore TheRumpledOne
3/10/2021 1:47:18 AM

***POP***

risjr
229 posts
msg #156087
Ignore risjr
3/10/2021 9:32:55 AM

Avery..you're still there!

RSprague01
19 posts
msg #156159
Ignore RSprague01
3/16/2021 12:24:57 PM

I cannot believe my luck, decided to check back in with the SF and I see a current post from the legend, the rumple one. I have read all of your postings SF looking for any nuggets to learn. I would like to say thank you for sharing your wealth of knowledge with SF.

tom12983
1 posts
msg #156174
Ignore tom12983
3/17/2021 7:54:36 PM

Really appreciate TRO. Glad to see you still kickin' it!!!

2damoon
6 posts
msg #156217
Ignore 2damoon
3/20/2021 6:11:56 PM

what is the profit pct column mean?


TheRumpledOne
6,407 posts
msg #160221
Ignore TheRumpledOne
modified
3/29/2023 1:27:28 PM

Fetcher[
/* TRO STAT SCAN - 10 PERCENT POPS PER WEEK PASC */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}




/* CALCULATIONS */

set{xHH,count(high is above high 1 day ago,1)}
set{xLL,count(low is below low 1 day ago,1)}

set{xHH1,count(high 1 day ago is above high 2 days ago,1)}
set{xLL1,count(low 1 day ago is below low 2 days ago,1)}

set{xLH,count(high is below high 1 day ago,1)}
set{xHL,count(low is above low 1 day ago,1)}

set{xLH1,count(high 1 day ago is below high 2 day ago,1)}
set{xHL1,count(low 1 day ago is above low 2 day ago,1)}

set{HH, xHH * xHL }
set{LL, xLL * xLH }
set{IB, xLH * xHL }
set{OB, xHH * xLL }

set{HH1, xHH1 * xHL1 }
set{LL1, xLL1 * xLH1 }
set{IB1, xLH1 * xHL1 }
set{OB1, xHH1 * xLL1 }



set{HHHLdays,days(HH equals 0 1 day ago ,100)}
set{LHLLdays,days(LL equals 0 1 day ago ,100)}
set{IBdays,days(IB equals 0 1 day ago ,100)}
set{OBdays,days(OB equals 0 1 day ago ,100)}

Set{p1, OB * 1}
Set{p2, IB * 10}
Set{p3, LL * 100}
Set{p4, HH * 1000}

Set{pa, p1 + p2}
Set{pb, p3 + p4}
Set{STATE0, pa + pb}


Set{p1x, OB1* 1}
Set{p2x, IB1 * 10}
Set{p3x, LL1 * 100}
Set{p4x, HH1 * 1000}

Set{pax, p1x + p2x}
Set{pbx, p3x + p4x}
Set{STATE1, pax + pbx}



Set{STATE , STATE0 - STATE1}

set{Buy,days(close below high 20 day low ,1)}

set{Sell,days(close above low 20 day high,1)}



and add column B10A {GT10%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

and add column separator
and add column STATE
and add column HHHLdays
and add column LHLLdays
and add column IBdays
and add column OBdays
and add column separator

add column high 20 day low {Buy Price}
add column Buy
add column low 20 day low {Stop Loss}
add column low 20 day high {Sell Price}
add column Sell

/* SELECTION CRITERIA */

B10A above 10
close above 1
close below 5
avg volume(90) above 1000000


sort column 5 descending
]



StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 53 54 55 56 57 >>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.