StockFetcher Forums · Filter Exchange · /* Long Profit Percent Statistics Display */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #56111
Ignore TheRumpledOne
modified
10/28/2007 3:22:47 PM

Fetcher[
/* Long Profit Percent Statistics Display */

symlist( scon,zixi,tnro,ytec,xoma,giga,chme,kong)

/* Long Profit Percent Statistics Display */

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{C1A, count(Long_Profit > .04 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 100)}
set{D2A, count(Long_Profit > .19, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 100)}
set{E2A, count(Long_Profit > .29, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 100)}
set{F2A, count(Long_Profit > .39, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 100)}
set{G2A, count(Long_Profit > .49, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .49 , 100)}
set{H2A, count(Long_Profit > .99, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .99 , 100)}

add column Long_Profit {ProfitPct}

and add column C0010 {4_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G4050 {40_49}
and add column H50100 {50_99}
and add column I100 {100}

and add column volcnt
and add column volzero

sort column 7 descending

]



You can use the Long Profit Percent Statistics Display to see what kind of long profits you could have pulled out of the stocks.

This is using StockFetcher as a report writer rather than a filter.



TheRumpledOne
6,407 posts
msg #56375
Ignore TheRumpledOne
modified
11/3/2007 11:14:09 AM

Fetcher[
/* Long Profit Percent Statistics Display */

MARKET IS NASDAQ 100

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02, 100)}
set{B0010, B1A - B2A}

set{C1A, count(Long_Profit > .02 , 100)}
set{C2A, count(Long_Profit > .03, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .03 , 100)}
set{D2A, count(Long_Profit > .04, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .04 , 100)}
set{E2A, count(Long_Profit > .05, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .10 , 100)}
set{G2A, count(Long_Profit > .25, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .25 , 100)}
set{H2A, count(Long_Profit > .50, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .50 , 100)}

add column Long_Profit {ProfitPct}

and add column B0010 {1_2}
and add column C0010 {2_3}
and add column D1020 {3_4}
and add column E2030 {4_5}
and add column F3040 {5_10}
and add column G4050 {10_25}
and add column H50100 {25_50}
and add column I100 {50___}

and add column volcnt
and add column volzero

sort column 8 descending

]



This version has different % displays.

TheRumpledOne
6,407 posts
msg #56520
Ignore TheRumpledOne
modified
11/7/2007 3:48:09 PM

Fetcher[

/* Long Profit Percent Statistics Display */

symlist(scon)

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02, 100)}
set{B0010, B1A - B2A}

set{C1A, count(Long_Profit > .02 , 100)}
set{C2A, count(Long_Profit > .03, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .03 , 100)}
set{D2A, count(Long_Profit > .04, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .04 , 100)}
set{E2A, count(Long_Profit > .05, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .10 , 100)}
set{G2A, count(Long_Profit > .25, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .25 , 100)}
set{H2A, count(Long_Profit > .50, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .50 , 100)}

add column Long_Profit {ProfitPct}

and add column B0010 {1_2}
and add column C0010 {2_3}
and add column D1020 {3_4}
and add column E2030 {4_5}
and add column F3040 {5_10}
and add column G4050 {10_25}
and add column H50100 {25_50}
and add column I100 {50___}

and add column volcnt
and add column volzero

sort column 8 descending

]



Just insert your favorite stock(s) and see how much you can expect to make.



TheRumpledOne
6,407 posts
msg #56643
Ignore TheRumpledOne
modified
11/9/2007 5:16:45 PM

Fetcher[
/* THE BIGGEST LOSERS */

set{ HCDOLLAR, high 5 day high - close }
set{ HCPCTX, HCDOLLAR / close }
set{ HCPCT, HCPCTX * 100 }

add column HCDOLLAR
add column HCPCT

average volume(5) above 1000000


/* Long Profit Percent Statistics Display */

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02, 100)}
set{B0010, B1A - B2A}

set{C1A, count(Long_Profit > .02 , 100)}
set{C2A, count(Long_Profit > .03, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .03 , 100)}
set{D2A, count(Long_Profit > .04, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .04 , 100)}
set{E2A, count(Long_Profit > .05, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .10 , 100)}
set{G2A, count(Long_Profit > .25, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .25 , 100)}
set{H2A, count(Long_Profit > .50, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .50 , 100)}

and add column B0010 {1_2}
and add column C0010 {2_3}
and add column D1020 {3_4}
and add column E2030 {4_5}
and add column F3040 {5_10}
and add column G4050 {10_25}
and add column H50100 {25_50}
and add column I100 {50___}

and add column volcnt
and add column volzero

sort column 5 descending

]



Let's see what stocks lost the most money this week.



TheRumpledOne
6,407 posts
msg #56704
Ignore TheRumpledOne
11/12/2007 6:57:07 PM

Fetcher[

/* Long Profit Percent Statistics Display */

symlist(PMI,RDN,MPEL,ONT,SAPE,NFI,TWMC,NWY,TGIC,BBX,AMIS,SVA,PTSEF,CORS,DFR,CPKI,MNTA,GNCMA,HEES,SMRT,SDTH,EXAS,XRM,GTOP,GUPR,ABTL,ORS,NAVR,CXZ,FXEN,COSI,MMPI,SOEN,IASCA,INPC,WWEI,BRST,TNRI,TPDI,MVBY)

set{volcnt, count(volume above 1000000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02, 100)}
set{B0010, B1A - B2A}

set{C1A, count(Long_Profit > .02 , 100)}
set{C2A, count(Long_Profit > .03, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .03 , 100)}
set{D2A, count(Long_Profit > .04, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .04 , 100)}
set{E2A, count(Long_Profit > .05, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .05 , 100)}
set{F2A, count(Long_Profit > .10, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .10 , 100)}
set{G2A, count(Long_Profit > .25, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .25 , 100)}
set{H2A, count(Long_Profit > .50, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .50 , 100)}

add column Long_Profit {ProfitPct}

and add column B0010 {1_2}
and add column C0010 {2_3}
and add column D1020 {3_4}
and add column E2030 {4_5}
and add column F3040 {5_10}
and add column G4050 {10_25}
and add column H50100 {25_50}
and add column I100 {50___}

and add column volcnt
and add column volzero

sort column 8 descending

]





13th_floor
724 posts
msg #56713
Ignore 13th_floor
11/13/2007 6:46:45 AM

This last scan above ^

With a date offset of offset is 11/8/07

Now that's what I want :)

13th_floor
724 posts
msg #56755
Ignore 13th_floor
11/14/2007 8:02:09 PM

Hey Jr,

You see TPDI from this filter display?

MVBY on there too

StockFetcher Forums · Filter Exchange · /* Long Profit Percent Statistics Display */<< >>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.