StockFetcher Forums · General Discussion · SMA(15) of RSI(15) / upper symmetric triangle<< >>Post Follow-up
jimdandy
11 posts
msg #159741
Ignore jimdandy
10/31/2022 6:16:36 AM

Hello all,

Is there any chance to draw in the RSI(15) chart not only the graph of the RSI(15) but also the MA(15) of the RSI(15)? Something like:

draw ma(10) of RSI(15)

I have a 2nd question: somebody knows why the following phrase is wrong:

show stocks where the close is above the upper symmetric triangle(25)

Thank you for your support!

xarlor
562 posts
msg #159742
Ignore xarlor
10/31/2022 8:39:33 AM

Fetcher[
set{sma15ofrsi15,cma(rsi(15),15)}
draw rsi(15)
draw sma15ofrsi15
]



You can't apply filters to a pattern. The best you can do is combine it with other filters to simulate what you want. Note that my solution below is not going to get 100% of tickers that break above the triangle. It gives you something to think about though.

Fetcher[
pattern is symmetric triangle(45)
close reached a new 10-day high
do not draw close 10-day high
]



Mactheriverrat
3,135 posts
msg #159744
Ignore Mactheriverrat
10/31/2022 12:08:28 PM

Submit
Fetcher[
draw cma(rsi(15),10)
]



jimdandy
11 posts
msg #159746
Ignore jimdandy
10/31/2022 3:42:57 PM

thank you both!

miketranz
956 posts
msg #159747
Ignore miketranz
10/31/2022 10:03:49 PM

X I like your second filter.Can it be set up so it shows stocks breaking out above the top line day one,instead of 3-4 days out? Thanks,Miketranz....

snappyfrog
653 posts
msg #159749
Ignore snappyfrog
11/1/2022 9:01:30 AM

Combining the pattern with my favorite EMA(13) :

Fetcher[
pattern is symmetric triangle(22)
and close crossed above ema(13)
]



jimdandy
11 posts
msg #159803
Ignore jimdandy
11/20/2022 7:00:16 AM

Hey,

When using this filter:

price > 5
pattern is symmetric triangle(45)
close reached a new 15-day high
do not draw close 15-day high

Is it somehow possible to check for the last 5 years when this happen? Reason is: I want to understand how share prices developed (check for pattern, when share prices increased and when decreased after breaking out above the upper symmetric triangle).

Thank you.

xarlor
562 posts
msg #159804
Ignore xarlor
11/20/2022 10:25:49 AM

jimdandy, no way to do it. The pattern series of filters only work on today's scans. You can't filter on a pattern in the past.

mike, you can lower the criteria. It will get you more false hits, but those that breakout will be nearer to the triangle:

Fetcher[
pattern is symmetric triangle(45)
close reached a new 5-day high
do not draw close 5-day high
]






jimdandy
11 posts
msg #159805
Ignore jimdandy
11/20/2022 12:09:54 PM

Thank you xarlor.

But what I can do is that I check with the count term if prices went up strongly. Would below work?

set{increasestrong,count(close gained 25% over 25 weeks,500)}

StockFetcher Forums · General Discussion · SMA(15) of RSI(15) / upper symmetric triangle<< >>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.