StockFetcher Forums · Filter Exchange · what is code for ema of high and ema of low(not close)?<< >>Post Follow-up
wickcity
6 posts
msg #122234
Ignore wickcity
12/13/2014 3:20:26 PM

I'm pretty new to stock fetcher and looking for this.

A 5 EMA of the High
A 5 EMA of the Low

These two EMA's form what I call a channel.

For long setups I want to know this.

When price is below both EMA's(the channel) and when we have an open below the channel and the close price moves up inside the channel. Not sure how to post charts but an example would be BBY on 10/15/14. On my platform the 5EMA of the high is 31.23 and the 5EMA of the low is 29.71. On this day the price opened at 29.50 so the open is below the channel and it closed at 30.89 which is inside the channel.

For Short setups I want to know this.

When price is above the channel and when we have an open above the channel and close price is back down inside the channel. An example of this would be ADI on 12/11/14. The 5EMA of the low was 55.48 and the 5EMA of the high was 57.05. The open was 57.99 and that is above the channel and it closed at 56.26. So the price closed down inside the channel

Would also like these paremeters added

Price is in between 15 and 50
averagevolume(30) is above 700000
averagetruerange(10) is above .75

thanks


compound_gains
221 posts
msg #122239
Ignore compound_gains
modified
12/14/2014 3:19:37 PM

Fetcher[
set{h5ema, cema(high, 5)}
set{l5ema, cema(low, 5)}
add column h5ema
add column l5ema
/*LONG*/
close 1 day ago below l5ema 1 day ago
open below l5ema
close above l5ema
close below h5ema
close between 15 and 50
average volume(30) > 700000
atr(10) > .75
do not draw atr(10)
do not draw h5ema
do not draw l5ema
set{h5, h5ema}
set{l5, l5ema}
draw h5 on plot price
draw l5 on plot price
]



wickcity
6 posts
msg #122243
Ignore wickcity
12/15/2014 7:15:22 AM

Awesome. Thanks

StockFetcher Forums · Filter Exchange · what is code for ema of high and ema of low(not close)?<< >>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.