StockFetcher Forums · General Discussion · how to add this phrase to my filter ?<< >>Post Follow-up
alexan
41 posts
msg #126093
Ignore alexan
11/6/2015 8:59:34 PM

Y is the price when price became 10% higher than open of the day for the "Second time" in the last 30 days




yepher
359 posts
msg #126150
Ignore yepher
modified
11/12/2015 2:57:54 PM

You can do something like this:

Fetcher[
set{target,open * 1.10}

close >= target

close >= target
count(close above target,30) above 2

close above 10.00
volume above 1000000
add column target
]



or for two days in a row

Fetcher[
set{target,open * 1.10}

close >= target

close >= target
close 1 day ago >= target 1 day ago

close above 10.00
volume above 1000000
add column target
]




In this filter "target" = "Y" from your description

StockFetcher Forums · General Discussion · how to add this phrase to my 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.