StockFetcher Forums · Filter Exchange · Crosssing the 50 Yard Line<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #48495
Ignore TheRumpledOne
modified
12/9/2006 12:58:54 PM

Fetcher[
/* Price crossed 50 yard line of Dynamic Support Resistance*/

/* PRICE POSITION PERCENT DISPLAY */

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

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

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

set{PCT, LimDiff / LowerLim}

set{HiOp,high - open}
set{OpLo, open - low}
set{ClLo, close - low}

set{HHb,days(High is above High 1 day ago,100)}
set{HHa,days(High is below High 1 day ago,100)}
set{HixHi, HHa - HHb}

set{LLb,days(Low is above Low 1 day ago,100)}
set{LLa,days(Low is below Low 1 day ago,100)}
set{LoxLo, LLa - LLb}

/* PRICE CALCULATIONS */
set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl, CCa - CCb}

/* VOLUME CALCULATIONS */
set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VlXvl, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}



/* column display */

add column ClLo
add column HiOp
add column OpLo

add column BallOn
add column PCT

add column HixHi
add column LoxLo

and add column clxcl
and add column VlXvl
and add column Vdbl
and add column volpct

/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* Selection Criteria */

set{BallLow, count( BallOn crossed below 50 , 1 ) }
set{BallHigh, count( BallOn crossed above 50 , 1 ) }
set{PlayBall, BallLow + BallHigh }


PlayBall above 0

Close above 1

volume above 1000000

add column industry

Sort column 4 DEscending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price
]



This might be interesting to watch intraday.

Teams (usually) have to cross the 50 yard line to score.


TheRumpledOne
6,407 posts
msg #48552
Ignore TheRumpledOne
12/11/2006 1:00:07 PM

Fetcher[
/* Price crossed 50 yard line of Dynamic Support Resistance*/

/* PRICE POSITION PERCENT DISPLAY */

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

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


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

set{PCT, LimDiff / LowerLim}

set{HiOp,high - open}
set{OpLo, open - low}
set{ClLo, close - low}
set{HiLo,high - low}

set{HHb,days(High is above High 1 day ago,100)}
set{HHa,days(High is below High 1 day ago,100)}
set{HixHi, HHa - HHb}

set{LLb,days(Low is above Low 1 day ago,100)}
set{LLa,days(Low is below Low 1 day ago,100)}
set{LoxLo, LLa - LLb}

/* PRICE CALCULATIONS */
set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl, CCa - CCb}

/* VOLUME CALCULATIONS */
set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VlXvl, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}



/* column display */

add column ClLo
add column HiOp
add column OpLo

add column BallOn
add column PCT

add column HixHi
add column LoxLo

and add column clxcl
and add column VlXvl
and add column Vdbl
and add column volpct

/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* Selection Criteria */

set{BallLow, count( BallOn crossed below 50 , 1 ) }
set{BallHigh, count( BallOn crossed above 50 , 1 ) }
set{PlayBall, BallLow + BallHigh }


PlayBall above 0

hilo above 1
Close above 1

volume above 1000000
market is nasdaq

add column industry

Sort column 2 DEscending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price
]



This version working nice for scalping.


watzdorf
21 posts
msg #48568
Ignore watzdorf
12/12/2006 3:44:28 AM

I am getting an error:

Your StockFetcher filter exceeds filter performance restrictions.

alex


maxreturn
745 posts
msg #48577
Ignore maxreturn
12/12/2006 6:50:46 PM

Alex, this is probably because you have the basic subscription like I do.


TheRumpledOne
6,407 posts
msg #48583
Ignore TheRumpledOne
12/13/2006 12:02:31 AM

Fetcher[
/* Price crossed 50 yard line of Dynamic Support Resistance*/

/* PRICE POSITION PERCENT DISPLAY */

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

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

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

set{PCT, LimDiff / LowerLim}

/* column display */

add column BallOn
add column PCT


/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* Selection Criteria */

set{BallLow, count( BallOn crossed below 50 , 1 ) }
set{BallHigh, count( BallOn crossed above 50 , 1 ) }
set{PlayBall, BallLow + BallHigh }


PlayBall above 0

Close above 1

volume above 1000000

add column industry

Sort column 4 DEscending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price


]



See if this version works in the non-advanced SF.




watzdorf
21 posts
msg #48608
Ignore watzdorf
modified
12/14/2006 5:28:59 AM

No, still getting the same error..

alex



StockFetcher Forums · Filter Exchange · Crosssing the 50 Yard Line<< >>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.