StockFetcher Forums · Filter Exchange · magic box<< 1 2 3 4 >>Post Follow-up
chetron
2,817 posts
msg #85917
Ignore chetron
modified
1/10/2010 7:31:30 PM

LOW VOL DAYZ.....

Fetcher[



/* advanced magic box, using the low below bb20 */
/* WITH FAIRY BOX AND KNIGHTS CROSSING TRACKERS */

set{var6a,close 1 day ago}

set{var1,count(low below Lower Bollinger Band(20,1),1)}
set{var2,count(aroon down(8) above 99,1)}
set{var6,count(close below var6a,1)}
set{var8,var6 * var2}
set{var9a,var1 * var8}
set{var9,var9a 2 day ago}
set{var4,count(aroon down(8) equal 87.50,1)}
set{var5,count(var6a below close,1)}
set{var10a,var5 * var4}
set{var10,var10a 1 day ago}
set{VAR11,var10 * var9}
set{MAGIC_BOX_DAYS_AGO,days(var11 above .5,100)}

set{var21,count(13 day slope upper Bollinger Band(20,1) below -0.5,1)}
set{var24,count(aroon down(8) equal 87.50,1)}
set{FAIRY_BOX,var21 * var24}
set{var301a,count(close crossed above ma(5),1)}
set{var301b,count(ma(5) below ma(20),1)}
set{var301,var301a * var301b}

set{var302a,count(pdi(5) crossed above 20,1)}
set{var302,var302a * var301b}

set{var401a,count(ma(5) crossed above ma(20),1)}
set{var401b,count(pdi(5) above 20,1)}
set{var401c,count(close above ma(5),1)}
set{var401d,var401a * var401b}
set{KNIGHTSX,var401c * var401d}

draw Lower Bollinger Band(20,1)
draw Williams %R(9)
draw Aroon Down(8)
draw FAIRY_BOX
draw var302 on plot var301
draw KNIGHTSX on plot var301
draw MAGIC_BOX_DAYS_AGO


add column Aroon Down(8)
add column Williams %R(9)
add column MAGIC_BOX_DAYS_AGO

Williams %R(9) crossed above -50
Aroon Down(8) below 75.1
MAGIC_BOX_DAYS_AGO between .5 and 5.5
volume above cema(volume,60)

]




OR TRO'S ADULTERATED VERSION......

Fetcher[


/* MAGIC BOX FILTER */
/* TRO'S ADULTERATED VERSION */

set{xBB1, count(HIGH crossed above the upper bollinger band (20,1),1) - count(LOW crossed below the lower bollinger band (20,1),1)}

set{xBB2, count(close above the upper bollinger band (20,1),1) - count(close below the lower bollinger band (20,1),1)}

set{xBB, xBB1 + xBB2}

/* fairy box */

set{var21,count(13 day slope upper Bollinger Band(20,1) below -0.5,1)}
set{var24,count(aroon down(8) equal 87.50,1)}
set{FAIRY_BOX,var21 * var24}


/* KNIGHTS CROSSING */

set{var301a,count(close crossed above ma(5),1)}
set{var301b,count(ma(5) below ma(20),1)}
set{var301,var301a * var301b}

set{var302a,count(pdi(5) crossed above 20,1)}
set{var302,var302a * var301b}

set{var401a,count(ma(5) crossed above ma(20),1)}
set{var401b,count(pdi(5) above 20,1)}
set{var401c,count(close above ma(5),1)}
set{var401d,var401a * var401b}
set{KNIGHTSX,var401c * var401d}

DRAW VAR302 ON PLOT VAR301
draw KNIGHTSX ON plot var301
DRAW BOLLINGER(20,1)
DRAW MA(20)

draw FAIRY_BOX



/* day 1 */

close 2 days ago below open 2 days ago
xbb 2 days ago below 0
Aroon down(8) 2 days ago equal 100

/* day 2 */

close 1 day ago above open 1 day ago
Aroon down(8) 1 day ago below 88

/* day 3 */

Aroon down(8) below 76
Williams %R(14) crosses above -50

add column Aroon down(8)
add column Aroon down(8) 1 day ago
add column Aroon down(8) 2 days ago
add column Williams %R(14)

sort column 5 descending
]



StockFetcher Forums · Filter Exchange · magic box<< 1 2 3 4 >>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.