StockFetcher Forums · Filter Exchange · ERSI 15 7 crossed above 5<< >>Post Follow-up
four
5,087 posts
msg #90465
Ignore four
modified
3/27/2010 4:07:06 PM

Fetcher[
ersi(15,7) is below 50
ersi(15,7) crossed above 5
close > 1
volume > 100000

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
]



--------------------------

Fetcher[

draw ersi(15,7)
draw cma(ersi(15,7),10)

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy

symlist(tna,tza,fas,faz,upro,spxu)

sort column 1 descending
]


/*BUY:
when ersi above cma
AND use buy value*/

------------

ETF finder with ERSI

Fetcher[
draw ersi(15,7)
draw cma(ersi(15,7),10)

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy

sort column 1 descending

market is etf
volume > 1000000
close between 5 and 30
Average Day Range(50) > .75
]



-------------
Fetcher[symlist(schb,schx,schg.schv,scha,schf,schc,sche) /*Schwab free etfs*/
draw ersi(15,7)
draw cma(ersi(15,7),10)

set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy

sort column 1 descending
add column ersi(15,7)
add column cma(ersi(15,7),10)
/*
market is etf
volume > 1000000
close between 5 and 15
Average Day Range(50) > .75
*/
]


/*http://www.schwab.com/public/schwab/investment_products/etfs/schwab_etfs?cmsid=P-3312891&lvl1=investment_products&lvl2=etfs*/

Eman93
4,750 posts
msg #90485
Ignore Eman93
3/28/2010 12:07:46 AM

Nice work

Its cool to look at how the 50 ema is so strong,,,,

four
5,087 posts
msg #90487
Ignore four
3/28/2010 12:40:39 AM

eman93

Nice catch ;)



miska2
17 posts
msg #90574
Ignore miska2
3/30/2010 1:46:05 PM

Nice filter Four.

I tweaked the ERSI setting slightly to (15,5,), 8) to make it more responsive to my style of trading. I tend to use the daily highs for long entries (lows for shorts) and by doing this I let price action come to me rather than chasing it. The indicator in conjunction with this entry strategy seems to work pretty well.

BTW, Can you explain the buy criteria you use.

Also, I wonder if there is a way to code the ERSI indicator and CMA-ERSI line that it crosses in Think or Swim.
I tried, but had no luck so far. Are there are any programmers out there that would be willing to code this?

A-



mystiq
650 posts
msg #90595
Ignore mystiq
3/31/2010 3:26:26 AM

draw weekly Stochastic Momentum Indicator(10,3,3) ..... is a good look-a-like(confirmation) to the ersi indicator
!supply and demand!

four
5,087 posts
msg #90659
Ignore four
4/1/2010 1:33:29 PM

@miska2

"BTW, Can you explain the buy criteria you use. "

------
set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
------

I am using the above to help screen the hits that are returned.
Fewer false entries (lack of continuation).

I wish to skate over the highs when the stock is going to go down the next day. The buy value is for an order the next day.
Not perfect. However, it will keep some more money in the pocket.

HTH

miska2
17 posts
msg #90739
Ignore miska2
4/3/2010 2:33:02 AM

Thanks!

StockFetcher Forums · Filter Exchange · ERSI 15 7 crossed above 5<< >>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.