steffi323 31 posts msg #59411 - Ignore steffi323 |
1/31/2008 11:39:43 AM
i'm working on this filter which i compiled from several sources and i added my own indicators!!!
figured if i left out close would get some stocks--even with no price given ---
not getting any matches!!!
help greatly appreciated
plus how does one get the ppo indicator to look like the macd???
Filter Name: all otcbb
show stocks where market is OTCBB
and volume above 1,000,000
close betwen 0 and 0.50
and set{rsi_10_line,rsi(10) - rsi(21)}
and set{rsi_5_line,rsi(5) - rsi(21)}
and set{rsi_2_line,rsi(2) - rsi(21)}
and draw rsi_10_line
and draw rsi_10_line line at 0
and draw rsi_5_line on plot rsi_10_line
and draw rsi_2_line on plot rsi_10_line
draw ema(13), draw ma(20),
and draw ma(50)
and draw parabolic sar(0.02,0.2)
Draw Linear Regression(64)
draw bollinger bands(20,1.5)
and draw macd(12,26,8) line at 0
draw ppo(8,24,8) line at 0
draw adx(14) line at 20
draw obv(11) line at 0
and draw trix(5,3) line at 0
and draw aroon up(14) line at 30
and draw aroon down(14) line at 70
draw adx(14) line at 20
set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}
Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}
Set{aa, a1 + a2}
Set{TREND, aa + a3}
set{HiOp, high - open}
and add column HiOp
and add column Trend
set{PARBuy, count(close crossed above Parabolic SAR, 1) }
set{DMIBuy, count( di(14) Difference above 0 , 1) }
set{PARSell, count(close crossed below Parabolic SAR,1) }
set{DMISell, count( di(14) Difference below 0, 1) }
set{PARSBuy, PARBuy * DMIBuy}
set{PARSSell, PARSell * DMISell}
set{PARSTrade, PARSBuy + PARSSell}
add column PARSBuy
add column PARSSell
PARSBuy above 0
and set{enterprice,low}
and add column enterprice{buy limit}
sort column 5 descending
|
steffi323 31 posts msg #59432 - Ignore steffi323 |
1/31/2008 7:47:36 PM
thx, thx, thx!!!
greatley appreciated
glad u all caught the mispelling---never went that far to look for it
now how can i get the PP0(8,24,8) to look like the MACD(12,26,8)???
i only get one line , no histogram and signal lines crossing each other!!!
is stockfetcher not up to date in creating that indicator???
thx again u people are hip
|