StockFetcher Forums · General Discussion ·  Double MA Histogram<< >>Post Follow-up
mktmole
325 posts
msg #34811
Ignore mktmole
1/8/2005 5:49:49 PM

I am attempting (if possible) to construct a filter that takes a
SMA(50) of the bars mid point dayrange (H-L)/2 and subtract this from a SMA(20) of the bars midpoint dayrange (H-L)/2 and plots the results preferably as a Histogram.

Fetcher[show stocks where cross above 0 ]




yepher
359 posts
msg #34815
Ignore yepher
1/8/2005 11:15:29 PM

mktmole,

The hisrogram part is possible but it is not a very usable form. If you search for yepher and Histrogram you will see example solution to the problem.

As for the rest of the indicator it seems you already have all the syntax you need in the description. Here is the indicator as a clickable link

Fetcher[
set{dayDelta, high - low}
set{midPoint, dayDelta / 2}
set{myVals, cma(midPoint, 20) - cma(midPoint, 50)}
myVals above 0
and draw myVals
and draw myVals line at 0

and price above 1
and volume above 1000000

]




StockFetcher Forums · General Discussion ·  Double MA Histogram<< >>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.