StockFetcher Forums · Filter Exchange · How to extract a past value of an indicator?<< >>Post Follow-up
Eman93
4,750 posts
msg #89750
Ignore Eman93
3/17/2010 12:41:06 AM

Did a search... no luck

This is what I want to do with this and other indicators...

Find the 10 or 20 week low or high of the MACD Histogram = a number

then just compare that number with the current MACD...

Thanks

Eman93
4,750 posts
msg #89753
Ignore Eman93
3/17/2010 1:22:33 AM

Fetcher[close is above 1

Volume > 500000

MACD Histogram(12,26,9) reached a new 60 day low in the last 2 days

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



This is not too bad...

chetron
2,817 posts
msg #89764
Ignore chetron
modified
3/17/2010 6:51:13 AM

maybe..

Fetcher[

set{vlo,macd histogram - macd histogram 10 week low}
set{vhi,macd histogram 10 week high - macd histogram}

add column vhi

draw macd histogram 10 week high

add column vlo

draw vhi on plot vlo
draw macd histogram 10 week low

close above .1
volume above 100000

]



AND ALSO...


Fetcher[


set{vlo,macd histogram - macd histogram 10 week low}
set{vhi,macd histogram 10 week high - macd histogram}
SET{VLOLO,COUNT(VLO BELOW 0.001,1)}
SET{VHILO,COUNT(VHI BELOW 0.001,1)}
SET{VPLAYS,VLOLO + VHILO}

ADD COLUMN VLOLO
ADD COLUMN VHILO
add column vhi

draw macd histogram 10 week high

add column vlo

draw vhi on plot vlo
draw macd histogram 10 week low
DRAW VHILO ON PLOT VLOLO

VPLAYS ABOVE .5
DO NOT DRAW VPLAYS
close above .1
volume above 100000

]






StockFetcher Forums · Filter Exchange · How to extract a past value of an indicator?<< >>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.