StockFetcher Forums · Filter Exchange · /* Profit/Loss Display Filter*/<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #47919
Ignore TheRumpledOne
modified
11/11/2006 2:56:11 PM

Fetcher[
/* Profit/Loss Display Filter*/

/* date is offset */
date offset is 5

set{ high5, high 5 day high }
set{ low5, low 5 day low }
set{open4, open 4 days ago}
set{MaxPL, high5 - open4}
set{MaxPLx, MaxPL / open4 }
set{MaxPLPct, MaxPLx * 100 }
set{MinPL, open4 - low5 }
set{MinPLx, MinPL / open4 }
set{MinPLPct, MinPLx * 100 }

add column separator
add column MaxPL
add column MaxPLPct
add column high5
add column open4
add column separator
add column MinPL
add column MinPLPct
add column separator

/* selection criteria */
rsi(2) < 1

/* price, volume, market criteria */
close above 1
volume above 1000000
market is nasdaq

]



This filter display should help the newcomers.

I may have done something similiar before... so many filters, so little time..lol

If you can't trade during the week then you need to find stocks that will give you a change to take profit.

Use this display to test your selection criteria.

MAY ALL YOUR FILLS BE COMPLETE.




TheRumpledOne
6,407 posts
msg #47920
Ignore TheRumpledOne
modified
11/11/2006 3:03:08 PM

Fetcher[
/* Profit/Loss Display Filter*/



set{ high5, high 5 day high }
set{ low5, low 5 day low }
set{open4, open 4 days ago}
set{MaxPL, high5 - open4}
set{MaxPLx, MaxPL / open4 }
set{MaxPLPct, MaxPLx * 100 }
set{MinPL, open4 - low5 }
set{MinPLx, MinPL / open4 }
set{MinPLPct, MinPLx * 100 }

add column separator
add column MaxPL
add column MaxPLPct
add column high5
add column open4
add column separator
add column MinPL
add column MinPLPct
add column separator

/* selection criteria */

EMA(13) CROSSED BELOW EMA(26)

/* price, volume, market criteria */
close above 10
volume above 1000000
market is nasdaq
]



Here's the filter display with StockHolyGrail's EMA13 x EMA26.

I look at the MinPL to see how much I would have made had I shorted at Monday's open. It's Saturday now, so 5 trading days ago is Monday.

I removed the date offset.






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