StockFetcher Forums · Filter Exchange · A little T3 symlist i've been messing around<< >>Post Follow-up
Mactheriverrat
3,135 posts
msg #160811
Ignore Mactheriverrat
1/29/2024 10:58:23 PM

Submit
Fetcher[
apply to symlist(cifr,spy,dna)

chart-time is 4 months
draw indicator T3(3,0.618)
draw indicator T3(4,0.618)
draw indicator T3(5,0.618)




add column Average Day Range(30)

/* T35 is number of consecutive days indicator T3(3,0.618) above (+)/below(-) previous indicator T3(5,0.618) */
set{tp35b,days( indicator T3(3,0.618) is above indicator T3(5,0.618) ,250)}
set{tp35a,days( indicator T3(3,0.618)is below indicator T3(5,0.618) ,250)}
set{tp35, tp35a - tp35b} and add column tp35 {tp35}

Set{cntt3abovet5,count( indicator T3(3,0.618) > indicator T3(5,0.618) ,1)}
draw cntt3abovet5
Set{cntt3abovet5b,count( indicator T3(3,0.618) < indicator T3(5,0.618) ,1)}
draw cntt3abovet5b

/* T45 is number of consecutive days indicator T3(3,0.618) above (+)/below(-) previous indicator T3(5,0.618) */
set{tp45b,days( indicator T3(4,0.618) is above indicator T3(5,0.618) ,250)}
set{tp45a,days( indicator T3(4,0.618)is below indicator T3(5,0.618) ,250)}
set{tp45, tp45a - tp45b} and add column tp45 {tp45}

Set{cntt4abovet5,count( indicator T3(4,0.618) > indicator T3(5,0.618) ,1)}
draw cntt4abovet5
Set{cnt4abovet5b,count( indicator T3(4,0.618) < indicator T3(5,0.618) ,1)}
draw cnt4abovet5b

/* t4 is number of consecutive days indicator T3(4,0.618) above (+)/below(-) previous indicator T3(4,0.618) one day ago */
set{t4b,days( indicator T3(4,0.618) is above indicator T3(4,0.618) one day ago ,250)}
set{t4a,days( indicator T3(4,0.618)is below indicator T3(4,0.618) one day ago ,250)}
set{t4, t4a - t4b} and add column t4 {t4}

Set{cntt44,count( indicator T3(4,0.618) > indicator T3(4,0.618) one day ago ,1)}
draw cntt44

Set{cntt44b,count( indicator T3(4,0.618) < indicator T3(4,0.618) one day ago ,1)}
draw cntt44b

/* t5 is number of consecutive days indicator T3(5,0.618) above (+)/below(-) previous indicator T3(5,0.618) one day ago */
set{t5b,days( indicator T3(5,0.618) is above indicator T3(5,0.618) one day ago ,250)}
set{t5a,days( indicator T3(5,0.618)is below indicator T3(5,0.618) one day ago ,250)}
set{t5, t5a - t5b} and add column t5 {t5}

Set{cntt55,count( indicator T3(5,0.618) > indicator T3(5,0.618) one day ago ,1)}
draw cntt55
Set{cntt55b,count( indicator T3(5,0.618) < indicator T3(5,0.618) one day ago ,1)}
draw cntt55b






do not draw macd Histogram(12,26,9) set{var2, macd Histogram(12,26,9)}
draw var1 Legend{var2, macd Histogram(12,26,9)} PlotType{var2,zerobar}

draw cma(var2 Legend{var2, macd Histogram(12,26,9)},1)

draw MACD (12,26,9)

set{var1, count (low above low 5 day low,1)}
draw var1
draw low 5 day low
draw high 5 day high


Draw RSI(14) line at 70.00
Draw RSI(14) line at 50.00
Draw RSI(14) line at 45.00
draw cma(rsi(14),5)


draw cwma(rsi(14),5)


draw MACD Fast Line(10,24,8)



add column separator
add column separator
set{volcnt, count(volume above 50000, 250) }
set{volzero, count(volume equal 0, 250) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{C1A, count(Long_Profit > .04 , 250)}
set{C2A, count(Long_Profit > .09, 250)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 250)}
set{D2A, count(Long_Profit > .19, 250)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 250)}
set{E2A, count(Long_Profit > .29, 250)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 250)}
set{F2A, count(Long_Profit > .39, 250)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 250)}


and add column daychg2
and add column C0010 {4_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G1A {40+}
and add column C1A {ttl}




]
























Mactheriverrat
3,135 posts
msg #160812
Ignore Mactheriverrat
1/29/2024 11:02:54 PM



On a filter I have when indicator T3(3,0.618) crossed above indicator T3(5,0.618) I draw a red down trend lines then watch which stocks pan out in a change of trends.

snappyfrog
654 posts
msg #160845
Ignore snappyfrog
2/4/2024 9:46:05 PM

Nice Mac

StockFetcher Forums · Filter Exchange · A little T3 symlist i've been messing around<< >>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.