StockFetcher Forums · General Discussion · Wedges triangles patterns on indicators<< >>Post Follow-up
byebyemoney
31 posts
msg #144163
Ignore byebyemoney
7/21/2018 6:54:43 AM

Hello,

does anyone know if stockfetcher can do pattern analysis on indicators such as rsi or stochastics? Or perhaps create a filter that can find a triangle wedge pattern on an indicator. Thank you for your help.

Best Regards,
byebyemoney

four
5,087 posts
msg #144165
Ignore four
modified
7/21/2018 2:13:13 PM


May be of interest. FYI for prices and saved filters

IBM used as an example

Compare to symbol (Find Similar)
https://www.stockfetcher.com/sf/symcompare.php?days=120&sym=ibm

Compare to saved filters (Chart+)
https://www.stockfetcher.com/html5_chart/chartplus.php?sym=ibm

PS Both links are found on the main page https://www.stockfetcher.com/ -- on the right-side of the screen between the two sections HELP and FORUMS.

--

This RSI14 pattern often identifies with the pattern of a price gap up:

low > 10
volume > 321321
set{rs, count(rsi(14) < 60,7)}
rs > 5
rsi(14) > 70

byebyemoney
31 posts
msg #144207
Ignore byebyemoney
7/25/2018 10:44:41 PM

Thanks four, helpful as always

four
5,087 posts
msg #144208
Ignore four
7/25/2018 10:53:30 PM

welcome

byebyemoney
31 posts
msg #144263
Ignore byebyemoney
7/31/2018 4:27:11 PM

hey four, just wanted to let you know that i was able to create a filter that finds a trend line on anything, even indicators.

Fetcher[
/*This is customer indicator that finds a simple support line from the highs of any given time period. You can adjust the itme periods below by changing the numbers in the filters below. It is currently set to find the high in the last 21 days and the high of the last 55 days. I chose these numbers since these are fractals of fibonacci numbers. If you just change the values of the numbers below, the filter should automatically work with those new values.*/

/*finds index of 21 day high for close*/
set{iupper1, days(high reached a new 21 day high, 21)}
/*finds index of 55 day high for close*/
set{iupper2, days(high reached a new 55 day high, 55)}
/*finds value of 21 day high of close*/
set{vupper1, varOffset(high, iupper1)}
/*finds value of 55 day high of close*/
set{vupper2, varOffset(high, iupper2)}

set{gapday, iupper2-iupper1}

/*filters stocks where the 21 day high is lower than the 55 day high of the close*/
vupper2 is above vupper1
iupper2 is above iupper1
iupper1 is above 0


/*formula to find the value if a trend line connected the 55 day high and the 21 day high and extended it to today*/
set{ydiff, vupper2-vupper1}
set{xdiff, iupper2-iupper1}
set{slope, ydiff/xdiff}
set{mx, slope * iupper1}
set{supportline, vupper1-mx}

/*finds stocks where the close crossed above the trendline which is the support*/
close crossed above supportline


/*draws a line where the support level is*/
draw price line at supportline

/*added columns to see values*/
add column vupper1
add column vupper2
add column iupper1
add column iupper2
add column gapday
add column slope
add column supportline

do not draw vupper1
do not draw vupper2
do not draw iupper1
do not draw iupper2
do not draw supportline
]



four
5,087 posts
msg #144265
Ignore four
7/31/2018 5:19:25 PM

thanks for contributing

graftonian
1,089 posts
msg #144272
Ignore graftonian
8/1/2018 10:03:53 AM

BBM, nice job.

StockFetcher Forums · General Discussion · Wedges triangles patterns on indicators<< >>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.