StockFetcher Forums · General Discussion · Need help with TTF<< >>Post Follow-up
bartvandyk
3 posts
msg #35185
Ignore bartvandyk
2/22/2005 11:53:21 AM

The following is the TTF filter posted by yepher on 11/12/2004 10:34:58 PM

I would like to modify it in such way that it only shows the stocks that have crossed the 100 line within the last two days.

I thought I could just change the line
"AND 15dayTTF above 100" to " AND 15dayTTF crossed above 100 within the last 2 days"

This doesn't work.

Could anybody please help me out?

Kind Regards.

Fetcher[
/* TTF Trend Trigger Factor, Buy Power, Sell Power */
/* From TASC pg.28 12/04 by M.H. Pee */

set{buyPower1, high 15 day high}
set{buyPower2, low 15 day low 15 days ago}
set{15dayBuyPower, buyPower1 minus buyPower2}

set{sellPower1, high 15 day high 15 days ago}
set{sellPower2, low 15 day low}
set{15daySellPower, sellPower1 - sellPower2}

set{scratch1, 15dayBuyPower - 15daySellPower}
set{scratch2, 15dayBuyPower + 15daySellPower}
set{scratch3, scratch2 * .5}
set{scratch4, scratch1 / scratch3}
set{15dayTTF, scratch4 * 100}

AND price above 1
AND 15dayTTF above 100
AND volume above 100000

AND draw buyPower1 on plot price
AND draw buyPower2 on plot price
AND draw 15dayBuyPower
AND draw 15daySellPower on plot 15dayBuyPower
AND draw 15dayTTF

AND add column 15dayTTF column 5
]




kgriffen
49 posts
msg #35200
Ignore kgriffen
2/24/2005 11:35:06 PM

How about:

15dayTTF two days ago was below 100


StockFetcher Forums · General Discussion · Need help with TTF<< >>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.