StockFetcher Forums · General Discussion · Bar closing towards low of range - How?<< >>Post Follow-up
PopeJimmy
10 posts
msg #51744
Ignore PopeJimmy
5/22/2007 9:28:51 PM

Hi, can anyone help me with the command to write to scan a bar which has closed towards its lower range of the day?

thanks
Jimmy

TheRumpledOne
6,407 posts
msg #51745
Ignore TheRumpledOne
modified
5/22/2007 11:38:59 PM

Fetcher[
/* PRICE POSITION PERCENT DISPLAY */

/* enter your Upper Limit criteria */
set{UpperLim, High 1 Day High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 1 Day Low}

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

add column ballon

/* change 10 to whatever you want */
ballon below 10

close above 20
volume above 1000000


sort column 5 descending
]



This will display stocks where the price is in the bottom 10% of the range.

HTH.

StockFetcher Forums · General Discussion · Bar closing towards low of range - How?<< >>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.