StockFetcher Forums · Filter Exchange · MACD Turn<< >>Post Follow-up
gooph
2 posts
msg #79173
Ignore gooph
9/14/2009 10:06:06 AM

Hello I am trying to make a filter that shows when the histogram turns from decreasing to increasing...
something like increasing over the past day but decreasing 2 days ago...

Thank you in advance

Kevin_in_GA
4,599 posts
msg #79175
Ignore Kevin_in_GA
9/14/2009 10:28:23 AM

This will probably not be all that helpful in your trading, unless you are planning to enter and exit quickly. If so, you should be looking at intraday data instead.

However, try this:

Fetcher[
set{var1,2 day slope of MACD Histogram(12,26,9)}
set{var2,2 day slope of MACD Histogram(12,26,9) 2 days ago}
set{var3,var1-var2}

2 day Slope of MACD Histogram(12,26,9) is below 0
and 2 day slope of MACD Histogram(12,26,9) 2 days ago was above 0

add column var3
sort on column 5 ascending
]



Good luck. Kevin

gooph
2 posts
msg #79284
Ignore gooph
9/15/2009 9:21:16 AM

Thanks for the response Kevin, I really appreciate it.

I'm looking to see when a negative histogram starts to turn more positive. (yet still below 0)



Kevin_in_GA
4,599 posts
msg #79285
Ignore Kevin_in_GA
9/15/2009 9:24:23 AM

Just reverse the conditions.

mystiq
650 posts
msg #79345
Ignore mystiq
modified
9/16/2009 1:06:52 AM

try this also::modified::

Fetcher[
set{var1,2 day slope of MACD Histogram(12,26,9)}
set{var2,2 day slope of MACD Histogram(12,26,9) 2 days ago}
set{var3,var1-var2}

MACD Histogram(12,26,9) > MACD Histogram(12,26,9) 1 day ago
and 2 day slope of MACD Histogram(12,26,9) 2 days ago was below 0
MACD Histogram(12,26,9) < 0
volume > 500000
shares outstanding is more than 500
optionable
add column var3
sort on column 5 ascending
]



::reverse::

Fetcher[
set{var1,2 day slope of MACD Histogram(12,26,9)}
set{var2,2 day slope of MACD Histogram(12,26,9) 2 days ago}
set{var3,var1-var2}

MACD Histogram(12,26,9) < MACD Histogram(12,26,9) 1 day ago
and 2 day slope of MACD Histogram(12,26,9) 2 days ago was above 0
MACD Histogram(12,26,9) > 0
volume > 500000
shares outstanding is more than 500
optionable
add column var3
sort on column 5 ascending
]



Eman93
4,750 posts
msg #79348
Ignore Eman93
9/16/2009 2:18:38 AM

Fetcher[

MACD Histogram(12,26,9) < 0
MACD Histogram(12,26,9) > MACD Histogram(12,26,9) 1 day ago

Low > Low 1 day ago
]



StockFetcher Forums · Filter Exchange · MACD Turn<< >>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.