StockFetcher Forums · General Discussion · indicator exceedes the last direction change<< >>Post Follow-up
woodchucker
7 posts
msg #156927
Ignore woodchucker
6/5/2021 11:44:52 AM

Been searching but can't seem to find anything similar,

Say you wanted to know when an indicator exceeds the last peak it made. Say your rsi hit 65 and turned back down 6 days ago, it goes down and hits 30 3 days ago then turns back up and goes above 65 today. That is what i am looking to find.

I am really liking SF, lots of good stuff and help here. Thank's

xarlor
562 posts
msg #156928
Ignore xarlor
6/5/2021 12:19:30 PM

You can use something like this to get started.

Fetcher[
rsi(14) at new 7 day high
rsi(14) 1 day ago at new 7 day low
rsi(14) 6 days ago at new 30 day high

do not draw rsi(14) 7 day high
do not draw rsi(14) 30 day high
do not draw rsi(14) 7 day low
]



woodchucker
7 posts
msg #156932
Ignore woodchucker
6/5/2021 4:11:42 PM

I was looking to use it for fisher transform and maybe others. Should work for any, I just picked RSI cause its short to type. I played with it on a FT(10) for a bit and tried a simpler one myself earlier. I changed the numbers around a bit but it still seems to miss a little more than i'd like. With FT, exceeding the last direction change can be anywhere from a couple days to 10-12 days ago. Might be hard to do with time based, I am trying FT from 6-10, I'll play some more tonight.

Thank's for the help!





xarlor
562 posts
msg #156940
Ignore xarlor
6/6/2021 1:56:11 PM

Sometimes it helps to visualize the patterns you're trying to find. Post some tickers, the indicators you're looking at, and the dates those indicators performed what you're shooting for. Only post "text-book" examples of the exact pattern you're wanting.

redversa721
157 posts
msg #156942
Ignore redversa721
modified
6/7/2021 10:37:34 AM

let me know if this works. You can switch around the dates according to your needs

Fetcher[
Average Volume(30) > 100000
market is not etf
market is not OTCBB

set{fisher_10ago, Fisher Transform(10) 10 days ago}
set{fisher_3ago, Fisher Transform(10) 3 days ago}
show stocks where Fisher Transform(10) 9 days ago crossed below fisher_10ago and show stocks where Fisher Transform(10) 2 days ago crossed above fisher_3ago
]



redversa721
157 posts
msg #156943
Ignore redversa721
6/7/2021 10:43:32 AM

Column data updated to track numbers
Fetcher[

Average Volume(30) > 100000
market is not etf
market is not OTCBB

set{fisher_10ago, Fisher Transform(10) 10 days ago}
set{fisher_3ago, Fisher Transform(10) 3 days ago}
show stocks where Fisher Transform(10) 9 days ago crossed below fisher_10ago and show stocks where Fisher Transform(10) 2 days ago crossed above fisher_3ago
add column separator
add column fisher_10ago {FT10D}
add column fisher_3ago {FT3D}
add column Fisher Transform(10) 9 days ago {FT9V}
add column Fisher Transform(10) 2 days ago {FT2V}

]




woodchucker
7 posts
msg #156951
Ignore woodchucker
6/9/2021 9:14:26 AM

Thanks for the help, been away for a bit. I played a bit with the numbers on Xalor's and the trigger is a little different than what i was looking for but some playing and it got decent results. I like it, thank's. I will check those others out hopefully tonight or tomorrow, I am still real busy.

StockFetcher Forums · General Discussion · indicator exceedes the last direction change<< >>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.