StockFetcher Forums · Filter Exchange · Correct code syntax help please<< >>Post Follow-up
levamit
101 posts
msg #122581
Ignore levamit
1/22/2015 6:22:29 AM

Hello,

I like to add a syntax that will find the socks with distance between the DMA(45) moving average and open closing does not exceed 5%.
I was try this:
close > DMA(45) no more then 5%

didn't work.
any idea that will work will be great.

Thanks,
LA

dwiggains
441 posts
msg #122582
Ignore dwiggains
1/22/2015 10:07:06 AM

Fetcher[
set{DISTANCE, close / dma (45)}
add column distance
distance < 1.05
sort column 5 descending
close > 5
average volume (30) > 456000
]




Maybe

see ya
david

mahkoh
1,065 posts
msg #122583
Ignore mahkoh
1/22/2015 11:58:35 AM

You are aware that dma stands for displaced moving average?
If you are looking for dma you need to add the number of days.

ma(45,-5)

StockFetcher Forums · Filter Exchange · Correct code syntax help please<< >>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.