StockFetcher Forums · General Discussion · need help on filter<< >>Post Follow-up
wdewey1956
1 posts
msg #157244
Ignore wdewey1956
7/20/2021 10:34:18 AM

can someone tell me the syntax to create this calculation?

(rsi(10) minus rsi(20) ) divided by rsi(20) above .6 / below -.6

Thanks.

dashover
224 posts
msg #157246
Ignore dashover
modified
7/20/2021 4:10:01 PM

set{a, rsi(10)}
set{b, rsi(20)}
(a-b)/b > .6
optionable

add column a
add column b



a start...

push5280
197 posts
msg #157247
Ignore push5280
7/20/2021 4:38:14 PM

/*(rsi(10) minus rsi(20) ) divided by rsi(20) above .6 / below -.6 */
**********************************************************************************
above .6
Fetcher[
set{val1, rsi(10) - rsi(20)}
set{val2, val1 / rsi(20)}
draw val2
draw val2 line at .6
close > 1
val2 > .6
]



and below -.6
Fetcher[
set{val1, rsi(10) - rsi(20)}
set{val2, val1 / rsi(20)}
draw val2
draw val2 line at .6
close > 1
val2 < -.6
]



hyblair232231
1 posts
msg #157844
Ignore hyblair232231
10/11/2021 3:31:37 PM

how does a filter describe a double top formation with in 30 days of each other?

push5280
197 posts
msg #157850
Ignore push5280
10/11/2021 9:49:31 PM


hyblair232231
10/11/2021 3:31:37 PM

how does a filter describe a double top formation with in 30 days of each other?
*****************************************************************************************************

start here
https://www.stockfetcher.com/sfforums/?q=view&fid=1002&tid=33476&qrid=&isiframe

StockFetcher Forums · General Discussion · need help on filter<< >>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.