StockFetcher Forums · Filter Exchange · /* Dynamic Support/Resistance Hi/Low with AATP*/<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #48493
Ignore TheRumpledOne
modified
12/9/2006 12:40:19 PM

Fetcher[
/* Low touched Dynamic Support and High touched Dynamic 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 < 2 , 1 ) }
set{BallHigh, count( BallOn > 98 , 1 ) }
set{PlayBall, BallLow + BallHigh }

Low equal lowerlim
High equal upperlim

Close above .10

volume above 50000

add column industry

Sort column 4 DEscending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price

]



Wallman's NSLT post gave me an idea... find stocks that put in new dynamic support and resistance on the same day. If volume is kicking up then you know something is going on.






TheRumpledOne
6,407 posts
msg #48620
Ignore TheRumpledOne
modified
12/14/2006 8:04:40 PM

Fetcher[
/* Low touched Dynamic Support */

/* 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}

/* enter your Lower Limit criteria */
set{LOW13w, Low 13 week Low}
set{DIFF13, CLOSE MINUS LOW13w }

/* enter your Lower Limit criteria */
set{LOW26w, Low 26 week Low}
set{DIFF26, CLOSE MINUS LOW26w }

/* enter your Lower Limit criteria */
set{LOW52w, Low 52 week Low}
set{DIFF52, CLOSE MINUS LOW52w }

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}

/* column display */

add column ClLo
add column HiOp
add column OpLo

add column BallOn
add column PCT

add column DIFF13
add column DIFF26
add column DIFF52

add column LOW13w
add column LOW26w
add column LOW52w

add column HixHi
add column LoxLo


/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* Selection Criteria */

set{BallLow, count( BallOn < 2 , 1 ) }
set{BallHigh, count( BallOn > 98 , 1 ) }
set{PlayBall, BallLow + BallHigh }

Low equal lowerlim

Close above 20
MARKET IS NASDAQ

volume above 1000000

add column industry

Sort column 4 DEscending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price

draw LOW13w on plot price
draw LOW26w on plot price
draw LOW52w on plot price
]



For you SCALPERS...

Just look at the CLLO column... multiply by 1000 and look at how many hundred dollar bills you can pick up!

I added the DIFFxx and LOWxx columns so you can see how close the price is to the 13, 26 and 52 week lows.

I look at the daily chart to check for support BEFORE I enter.

Today, 12/15/2006, I scalped WIRE. Missed the fill on SIRF. This is almost too good.







limestar
79 posts
msg #48625
Ignore limestar
12/14/2006 10:13:02 PM

I like this one TRO. Instead of waiting for green intraday, you can wait for a green close and swing these for a few days.


guru_trader
485 posts
msg #56812
Ignore guru_trader
modified
11/17/2007 6:04:08 AM

Fetcher[
/* PRICE POSITION PERCENT DISPLAY modified by guru_trader */

/* 5 day range position */
set{upperlim5, high 5 day high}
set{lowerlim5, low 5 day low}
and draw upperlim5 on plot price
and draw lowerlim5 on plot price
set{range5,upperlim5 - lowerlim5}
set{cll5,close - lowerlim5}
set{pricepos5,cll5 / range5}
and draw pricepos5
and draw pricepos5 line at 0.5
set{cmap5,cma(pricepos5,5)}
and draw cmap5 on plot pricepos5

and pricepos5 crossed above cmap5

/* 20 day range position */
set{upperlim20, high 20 day high}
set{lowerlim20, low 20 day low}
and draw upperlim20 on plot price
and draw lowerlim20 on plot price
set{range20,upperlim20 - lowerlim20}
set{cll20,close - lowerlim20}
set{pricepos20,cll20 / range20}
and draw pricepos20
and draw pricepos20 line at 0.5
set{cmap20,cma(pricepos20,5)}
and draw cmap20 on plot pricepos20

/* 40 day range position */
set{upperlim40, high 40 day high}
set{lowerlim40, low 40 day low}
and draw upperlim10 on plot price
and draw lowerlim10 on plot price
set{range40,upperlim40 - lowerlim40}
set{cll40,close - lowerlim40}
set{pricepos40,cll40 / range40}
and draw pricepos40
and draw pricepos40 line at 0.5
set{cmap40,cma(pricepos40,5)}
and draw cmap40 on plot pricepos40

/* 80 day range position */
set{upperlim80, high 80 day high}
set{lowerlim80, low 80 day low}
and draw upperlim10 on plot price
and draw lowerlim10 on plot price
set{range80,upperlim80 - lowerlim80}
set{cll80,close - lowerlim80}
set{pricepos80,cll80 / range80}
and draw pricepos80
and draw pricepos80 line at 0.5
set{cmap80,cma(pricepos80,5)}
and draw cmap80 on plot pricepos80

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}

/* column display */

add column ClLo
add column HiOp
add column OpLo

add column HixHi
add column LoxLo

/* Selection Criteria */
market is nasdaq
close above 20
volume above 1000000
add column industry
and sort column 4 Descending
and date offset 0
]



TheRumpledOne
6,407 posts
msg #56819
Ignore TheRumpledOne
11/17/2007 11:20:38 AM

guru:

Glad you liked the filter.

What's the reason you don't display the % position columns on the report?

Just curious.

StockFetcher Forums · Filter Exchange · /* Dynamic Support/Resistance Hi/Low with AATP*/<< 1 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.