StockFetcher Forums · Filter Exchange · Some code for Snappyfrog.<< >>Post Follow-up
Mactheriverrat
3,132 posts
msg #160187
Ignore Mactheriverrat
3/26/2023 3:32:19 PM



/* tp36 is number of consecutive days tp36 above (+)/below(-) previous tp36 */
set{tp36b,days( indicator T3(3, 0.618) is above indicator T3(6, 0.618) ,250)}
set{tp36a,days( indicator T3(3, 0.618) is below indicator T3(6, 0.618) ,250)}
set{tp36, tp36a - tp36b} and add column tp36 {tp36}

Set{cntt3abovet6,count( indicator T3(3, 0.618) > indicator T3(6, 0.618) ,1)}
draw cntt3abovet6
Set{cntt3abovet6b,count( indicator T3(3, 0.618) < indicator T3(6, 0.618) ,1)}
draw cntt3abovet6b

snappyfrog
651 posts
msg #160189
Ignore snappyfrog
3/26/2023 3:40:55 PM

Making it clickable:

Fetcher[
/* tp36 is number of consecutive days tp36 above (+)/below(-) previous tp36 */
set{tp36b,days( indicator T3(3, 0.618) is above indicator T3(6, 0.618) ,250)}
set{tp36a,days( indicator T3(3, 0.618) is below indicator T3(6, 0.618) ,250)}
set{tp36, tp36a - tp36b} and add column tp36 {tp36}

Set{cntt3abovet6,count( indicator T3(3, 0.618) > indicator T3(6, 0.618) ,1)}
draw cntt3abovet6
Set{cntt3abovet6b,count( indicator T3(3, 0.618) < indicator T3(6, 0.618) ,1)}
draw cntt3abovet6b
]



snappyfrog
651 posts
msg #160191
Ignore snappyfrog
modified
3/28/2023 10:31:14 AM

I've been using the T3 (5) and (8) of late. Of course, it just depends on how soon or late one wants to get an entry.

Fetcher[
/* tp58 is number of consecutive days tp58 above (+)/below(-) previous tp58 */
set{tp58b,days( indicator T3(5, 0.618) is above indicator T3(8, 0.618) ,250)}
set{tp58a,days( indicator T3(5, 0.618) is below indicator T3(8, 0.618) ,250)}
set{tp58, tp58a - tp58b} and add column tp58 {tp58}

Set{cntt5abovet8,count( indicator T3(5, 0.618) > indicator T3(8, 0.618) ,1)}
draw cntt5abovet8
Set{cntt5abovet8b,count( indicator T3(5, 0.618) < indicator T3(8, 0.618) ,1)}
draw cntt5abovet8b
draw T3(5, 0.618)
draw T3(8, 0.618)
]



snappyfrog
651 posts
msg #160192
Ignore snappyfrog
3/28/2023 10:40:49 AM

I have also been looking at using VMA(14) as it gives me buy sell signals near the same spot, but with a cleaner chart.

Fetcher[
apply to symlist(spy, ba, siri)
draw vma(14)
]



StockFetcher Forums · Filter Exchange · Some code for Snappyfrog.<< >>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.