levamit 101 posts msg #121844 - Ignore levamit |
10/30/2014 4:49:05 AM
Hello Traders,
I'm trying to write a filter that finds new williams %r breakout below the -50.
The breakout occurs after several days that the indicator is in deep in low values over a period of 6 days or more
The breakout is crossed the last williams %r High (Crossed the last Top Will %r stiuation).
A similar case can be seen with symbol SPFF a few days ago:
Many thanks,
Amit
|
daybuck 19 posts msg #122025 - Ignore daybuck |
11/19/2014 9:56:18 AM
Levamit.. are you still trading this filter?
stocks are not otcbb
stocks are not etf
Average Volume(30) above 100000
Parabolic SAR(0.02,0.2) dropped more then 3.5 percent
Parabolic SAR(0.02,0.2) above close
day position(0.05,1) below day position 2 day ago
do not draw day position(-1.00,5)
show stocks where close is above 1.2
StochRSI(4,2) below 0.25 within last 3 days
Bollinger Width Oscillator(5,2) below -50
If so, can you give me any pointers other than the ones in the forum discussion about it? Which version and what do you use as a method of which stock to pick. Sorry to highjack your new post but didn't know how to contact you otherwise. Thanks
|
daybuck 19 posts msg #122026 - Ignore daybuck |
11/19/2014 9:58:25 AM
Maybe this one instead?
Stocks are not OTCBB
Stocks are not ETF
Bollinger Width Oscillator(5,2) below -50 in last day
Lower Acceleration Band(5) dropped more than 3.5 Percent
Lower Keltner Band(5)dropped more then 3 percent
Day Position(0.5,1) below day position 2 days ago
do not draw day position (-1.00,5)
do not draw day position
average Volume(4) > 120000
close > 1.20
StochRSI(4,2) < 0.20 within last 5 days
add column IMI(4)
add column average daily volume
sort column 6 descending
add column average day range (30)
add column atr (30)
set{liquidity1,average volume(30) * open}
set{liquidity2,average volume(15) * open}
set{liquidity3,average volume(7) * open}
liquidity1 > 100000
liquidity2 > 100000
liquidity3 > 100000
|
compound_gains 222 posts msg #122027 - Ignore compound_gains |
11/19/2014 11:31:38 AM
|