tennisplayer2 210 posts msg #109506 - Ignore tennisplayer2 |
12/19/2012 9:14:41 AM
How do I write a scan to look for stock that have touch a lower Bollinger Band with an exponential moving average? I know how to do it with a simple moving average, but don't know how with an exponential moving average. For example, I want to look for a stock that has touch the lower Bollinger Band with an exponential moving average of 60 with a standard deviation of 1. Thanks.
|
sunny101 53 posts msg #109507 - Ignore sunny101 |
12/19/2012 9:36:42 AM
u need to enter expmov....
|
tennisplayer2 210 posts msg #109509 - Ignore tennisplayer2 |
12/19/2012 9:51:35 AM
I have try this, but it does not give me the correct results.
price touched lower bollinger band ((ema 60), 1)
Thanks.
|
Cheese 1,374 posts msg #109515 - Ignore Cheese modified |
12/19/2012 10:39:28 AM
|
tennisplayer2 210 posts msg #109516 - Ignore tennisplayer2 |
12/19/2012 10:57:38 AM
Cheese, many thanks. Have a great day.
|
tennisplayer2 210 posts msg #109522 - Ignore tennisplayer2 |
12/19/2012 6:01:08 PM
Cheese or anyone, need another favor. How do I change this filter from 1 standard deviation to .40 standard deviation? Thank you very much.
|
Kevin_in_GA 4,599 posts msg #109523 - Ignore Kevin_in_GA |
12/19/2012 6:29:45 PM
set{04stddev_temp,cstddev(close,60)*0.4}
|
tennisplayer2 210 posts msg #109526 - Ignore tennisplayer2 |
12/19/2012 7:14:37 PM
Kevin, thank you very much.
|