StockFetcher Forums · Filter Exchange · SIMPLE INDICATOR DISPLAY<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #56039
Ignore TheRumpledOne
modified
10/26/2007 1:24:03 AM

Fetcher[
/* SIMPLE INDICATOR DISPLAY */

close above 1
volume above 1000000

/* you can put your own indicators in here */
set{ind1, rsi(2) }
set{ind2, momentum(20) }
set{ind3, ma(50) }

set{T10, count( ind1 above ind1 1 day ago , 1) }
set{T60, count(ind2 above ind2 1 day ago , 1 ) }
set{T200, count(ind3 above ind3 1 day ago , 1 ) }

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{Indicators, aa + a3}

add column indicators
add column industry
add column sector

indicators equal 111

sort column 4 descending
]



May of the subscription services use a simple up/down signal based on indicator values.

This display allows you to do the same with your own indicators.



TheRumpledOne
6,407 posts
msg #56040
Ignore TheRumpledOne
modified
10/26/2007 1:36:47 AM

Fetcher[
/* INDICATORS TURNED FROM 000 TO 111 */

close above 1
volume above 300000

/* you can put your own indicators in here */
set{ind1, rsi(2) }
set{ind2, momentum(20) }
set{ind3, ma(50) }

set{T10, count( ind1 above ind1 1 day ago , 1) }
set{T60, count(ind2 above ind2 1 day ago , 1 ) }
set{T200, count(ind3 above ind3 1 day ago , 1 ) }

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{Indicators, aa + a3}

add column indicators
add column industry
add column sector

indicators equal 111
indicators 1 day ago equal 000

/* profit checker - long only */

set{ LongProfit, high - open}
set{Long10, count(longprofit above .10, 100) }
set{Long50, count(longprofit above .50, 100) }
set{LoseLg, Long10 - Long50}

add column LoseLg
add column LongProfit
add column Long10
add column Long50

and add column cma(longprofit, 100)

/* profit checker - short only */

set{ ShortProfit, open - low }
set{Short10, count(Shortprofit above .10, 100) }
set{Short50, count(Shortprofit above .50, 100) }
set{LoseSh, Short10 - Short50}

add column LoseSh
add column ShortProfit
add column Short10
add column Short50

and add column cma(Shortprofit, 100)



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

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

/* END VOLUME CALCULATIONS */
sort column 4 descending
]



Looks like this picks some 2 - 3 day swing trades.

TheRumpledOne
6,407 posts
msg #56041
Ignore TheRumpledOne
modified
10/26/2007 1:43:01 AM

Fetcher[
/* FAST %K */

and close is below 5.00
and Average Volume(30) is above 250000
fast stochastic fast %k(14) is below 10
fast stochastic fast %k(14) is ABOVE fast stochastic fast %k(14) 1 DAY AGO

/* you can put your own indicators in here */
set{ind1, fast stochastic fast %k(14) }
set{ind2, momentum(20) }
set{ind3, ma(50) }

set{T10, count( ind1 above ind1 1 day ago , 1) }
set{T60, count(ind2 above ind2 1 day ago , 1 ) }
set{T200, count(ind3 above ind3 1 day ago , 1 ) }

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{Indicators, aa + a3}

add column indicators
add column industry
add column sector

/* profit checker - long only */

set{ LongProfit, high - open}
set{Long10, count(longprofit above .10, 100) }
set{Long50, count(longprofit above .50, 100) }
set{LoseLg, Long10 - Long50}

add column LoseLg
add column LongProfit
add column Long10
add column Long50

and add column cma(longprofit, 100)

/* profit checker - short only */

set{ ShortProfit, open - low }
set{Short10, count(Shortprofit above .10, 100) }
set{Short50, count(Shortprofit above .50, 100) }
set{LoseSh, Short10 - Short50}

add column LoseSh
add column ShortProfit
add column Short10
add column Short50

and add column cma(Shortprofit, 100)

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

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

/* END VOLUME CALCULATIONS */

sort column 5 descending
]



Just having fun.





johnpaulca
12,036 posts
msg #56052
Ignore johnpaulca
10/26/2007 10:17:28 AM

Domo arigato sensei

StockFetcher Forums · Filter Exchange · SIMPLE INDICATOR DISPLAY<< >>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.