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 226 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 201 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
and below -.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 201 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
|