StockFetcher Forums · Filter Exchange · FILTER FOR GOING LONG<< >>Post Follow-up
SAFeTRADE
630 posts
msg #56363
Ignore SAFeTRADE
11/2/2007 9:45:17 PM

Fetcher[
apply to symlist(drys,fslr,spwr,bidu,gldn,cvgw,goog,aapl)

/* PRICE POSITION PERCENT DISPLAY */

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

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

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

draw ppdiv

set{618, .618}
set{382, .382}

draw 618 on plot ppdiv
draw 382 on plot ppdiv

draw weekly rsi(2) on plot weekly rsi(5)
draw weekly rsi(14) on plot weekly rsi(5)
draw adx
draw weekly macd
set{key, count(high reached a new 55 day high in the last 1 day,1)}
set{key1, key * 100}
set{buy, key1 * .25}
set{ip, 68} /* IP = Ignition Point */
draw buy on plot weekly rsi(5)
draw ip on plot weekly rsi(5)

draw ma(20)
draw ma(50)

set{turnvol30, obv(30) / 1000000}
set{turn30, turnvol30 / shares outstanding}
set{turnval, indposition(turn30, 60) * 100}
set{vol%, turnval / 100}
draw vol% on plot ppdiv
]



TheRumpledOne
6,407 posts
msg #56364
Ignore TheRumpledOne
11/3/2007 1:14:42 AM

Would you please explain "BUY" and "IGNITION POINT"?

Seems like there should be a filter for stocks at the buy or ignition point.

Thanking you in advance.

TheRumpledOne
6,407 posts
msg #56365
Ignore TheRumpledOne
modified
11/3/2007 1:19:01 AM

Fetcher[

apply to symlist(drys,fslr,spwr,bidu,gldn,cvgw,goog,aapl)

set{turnvol30, obv(30) / 1000000}
set{turn30, turnvol30 / shares outstanding}
set{turnval, indposition(turn30, 60) * 100}
set{vol%, turnval / 100}


add column indposition(turn30, 60)
add column vol%
]



Logically, vol% is the same as indposition since you multiply by 100 then divide by 100! See the columns are the same.

HTH.







StockFetcher Forums · Filter Exchange · FILTER FOR GOING LONG<< >>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.