StockFetcher Forums · Filter Exchange · DMA channel<< >>Post Follow-up
ChizzleMeTimbers
36 posts
msg #94463
Ignore ChizzleMeTimbers
7/1/2010 8:57:57 AM

anyone can help me code this simple one?

The DMA Channel involves two2 DMA averages. These 2 averages form a channel that make clear any trend change event, as well as the strength of a trend underway. The first average is a 6-day average of price highs displaced 4 places to the right. The second is a 6-day average of price lows displaced 4 places to the right. The DMA channel can be used on any time interval, but there must be price high and price low data available for each interval.


ty

four
5,087 posts
msg #94482
Ignore four
7/1/2010 5:16:33 PM

to get started...

Fetcher[

show stocks where price is between .01 and 3.00
average volume(10) is above 2000000
volume is above 2000000
add column DMA(28,-14)
add column
slow stochastics(5,3) sort column 2 descending
offset 0 days
draw dma(28,-14)
draw slow stochastics(5,3)

]




--
http://forums.stockfetcher.com/sfforums/?q=view&tid=39752&start=10&isiframe=


StockFetcher Forums · Filter Exchange · DMA channel<< >>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.