StockFetcher Forums · Filter Exchange · THE PRINTING PRESS<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #45235
Ignore TheRumpledOne
modified
6/24/2006 10:34:37 AM

Fetcher[
/* THE PRINTING PRESS */

set{MidLx, high + low }
set{Middle, MidLx / 2}

set{MidLx1, high 1 day ago + low 1 day ago }
set{Middle1, MidLx1 / 2}

set{MidLx2, high 2 day ago + low 2 day ago }
set{Middle2, MidLx2 / 2}

set{MidLx3, high 3 day ago + low 3 day ago }
set{Middle3, MidLx3 / 2}

set{MidLx4, high 4 day ago + low 4 day ago }
set{Middle4, MidLx4 / 2}

set{MidLx5, high 5 day ago + low 5 day ago }
set{Middle5, MidLx5 / 2}


set{mt0, count( close above middle , 1) }

set{mt1, count( close above middle1 , 1) }

set{mt2, count( close above middle2 , 1) }

set{mt3, count( close above middle3 , 1) }

set{mt4, count( close above middle4 , 1) }

set{mt5, count( close above middle5 , 1) }

Set{a1, mt5 * 1}
Set{a2, mt4 * 10}
Set{a3, mt3 * 100}
Set{a4, mt2 * 1000}
Set{a5, mt1 * 10000}
Set{a6, mt0 * 100000}

Set{aa, a1 + a2}
Set{ab, aa + a3}
Set{ac, ab + a4}
Set{ad, ac + a5}
Set{TREND, ad + a6}

set{CMb,days(close is above Middle1 , 100)}
set{CMa,days(close is below Middle1 ,100)}
set{CLxMid1, CMa - CMb}

set{HiOp ,high - open}

/* PLOT */

and draw middle on plot close

/* DISPLAY COLUMNS */

and add column TREND
and add column CLxMid1
and add column HiOp

/*
and add column mt0
and add column mt1
and add column mt2
and add column mt3
and add column mt4
and add column mt5
*/

and add column Middle
and add column Middle1
and add column Middle2
and add column Middle3
and add column Middle4
and add column Middle5

/* SELECTION CRITERIA */

MT1 EQUAL 1

/* PRICE, VOLUME, MARKET CRITERIA */

close above 20
avg volume(5) above 1000000
avg volume(30) above 1000000

/* market is nasdaq */

/* SORT */

sort column 5 descending
]




Notice the HiOp column.

This is how much profit you could have made buying at the open and selling at the high.

So long as this number is .10 or more, you could have made money.

I would love it if someone would run a backtest and see how many times you could have made .12 profit buying at the open price and then exiting.

Think 1000 shares times $.12 = $120 - $20 commission = $100 net profit.

Next test for $.50 a share profit.

MAY ALL YOUR FILLS BE COMPLETE.





StockFetcher Forums · Filter Exchange · THE PRINTING PRESS<< >>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.