BlackBars 54 posts msg #143644 - Ignore BlackBars |
5/23/2018 9:24:28 PM
How would I code this into SF ?
Column 1: # of times "rsi(2) < 1" occurred with the NEXT day's close being ABOVE its open
Column 2: # of times "rsi(2) < 1" occurred with the NEXT day's close being BELOW its open
These occurrences being in a 90 day period. Would appreciate any help!
Thanks,
BlackBars
|
mahkoh 1,065 posts msg #143655 - Ignore mahkoh |
5/24/2018 1:22:24 PM
Change close > open to close < open for the reverse
|
BlackBars 54 posts msg #143656 - Ignore BlackBars |
5/24/2018 6:20:47 PM
Lets say I wanted "Volume is 1000% higher than previous day 1 day ago".- Whereas volume 1 day ago is 1000% higher than the volume the day prior. If I try implementing that line it inadvertently does not register for some reason?
|