StockFetcher Forums · Filter Exchange · Almost got my TMF filter working but need one more thing fixed. Help please.<< 1 2 >>Post Follow-up
bushynose
22 posts
msg #148074
Ignore bushynose
6/7/2019 2:25:00 AM

It seems that this filter is good for shorting

graftonian
1,089 posts
msg #148076
Ignore graftonian
6/7/2019 10:37:45 AM

Pa, A few lines of code to help find breakouts. Is this any help?
Fetcher[
pattern is ascending triangle(45)
OPTIONABLE /**/ Average Volume(30) > 5000000
SET{30HI, HIGH 30 DAY HIGH} DRAW PRICE LINE AT 30HI
SET{30LO, LOW 30 DAY LOW} DRAW PRICE LINE AT 30LO
SET{PR1, 30HI - 30LO}
SET{PR2, CLOSE - 30LO}
SET{PR3, PR2 / PR1}
ADD COLUMN PR3 {RANGE PCT} /**/ SORT ON COLUMN 5 DESCENDING

/*twig money flow*/
set{LL, min(low, close 1 day ago)}
set{HH, max(high, close 1 day ago)}
set{RB1, Close - LL}
set{RB2, HH - LL}
set{RB3, RB1 / RB2}
set{RB4, RB3 * 2}
set{RB5, RB4 - 1} /* RB5 = Range */

set{range1, volume * RB5}
set{rangeV, CEMA(range1,21)}

set{tmf1, CEMA(volume,21)}
set{tmf2, tmf1 * 100}
set{TMF, rangeV / tmf2}
add column TMF /**/ draw TMF/**/draw TMF line at 0
set{TMF_SIG, CEMA(TMF,10)}
draw TMF_SIG on plot TMF
]



pa247
143 posts
msg #148086
Ignore pa247
6/8/2019 4:36:33 PM

@bushynose.... I dont understand what the var *1000 does. Can you explain please?

@graftonian.... I was actually looking at that ascending triangle and fiddling with it so that may be the answer.

thank you both
Paula

bushynose
22 posts
msg #148091
Ignore bushynose
6/9/2019 1:24:24 AM

I tought that Stockfetcher can't handle this filter if there are too many decimal places

StockFetcher Forums · Filter Exchange · Almost got my TMF filter working but need one more thing fixed. Help please.<< 1 2 >>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.