StockFetcher Forums · Public Filter List · Really Simple Market Timing Filter 2<< >>Post Follow-up
SAFeTRADE
630 posts
msg #146951
Ignore SAFeTRADE
modified
3/16/2019 12:45:36 PM

Fetcher[
/*Look for ballon between 65 and 75 at start of run based on SPY QQQ DIA cross of ma13 and RS above 89*/
s&p 500
set{RSRaw, Close/Ind(^SPX,Close)}
set{RSHigh250, RSRaw 250 day high}
set{RSLow250, RSRaw 250 day low}
set{RSRange250, RSHigh250 - RSLow250}
set{RSValue250, RSRaw - RSLow250}
set{RS250, RSValue250 / RSRange250}
set{RSHigh60, RSRaw 60 day high}
set{RSLow60, RSRaw 60 day low}
set{RSRange60, RSHigh60 - RSLow60}
set{RSValue60, RSRaw - RSLow60}
set{RS60, RSValue60 / RSRange60}
set{RSAverage, RS60 + RS250}
set{RS, RSAverage/2}

/* PRICE POSITION Display */

/* enter your Upper Limit criteria */
set{UpperLim , High 52 week High}

/* enter your Lower Limit criteria */
set{LowerLim , Low 52 week Low}

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

set{8cross, count(close crossed above ma(8),1)}

draw RS
add column rs
add column BallOn
add column 8cross
add column UpperLim
add column LowerLim

draw ma(13)
draw ma(5)
draw rsi(2) line at 20
]



snappyfrog
651 posts
msg #146961
Ignore snappyfrog
3/17/2019 9:50:31 AM

SAFeTRADE, how does RS (RSAverage/2) play into your decision making? Nice filter BTW.

SAFeTRADE
630 posts
msg #146964
Ignore SAFeTRADE
3/17/2019 10:49:49 AM

The 2 main parts of this filter belong to LadyRed and TRO. I just threw them to together to see
how they would work together. I do not trade this filter as TRO used to say I am thinking out loud.

Safetrade

StockFetcher Forums · Public Filter List · Really Simple Market Timing Filter 2<< >>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.