tennisplayer2 210 posts msg #122831 - Ignore tennisplayer2 modified |
2/13/2015 9:23:30 AM
Is there a way to calculate what the stock price will be when the rsi (2) is at 50? Thanks.
|
tennisplayer2 210 posts msg #122833 - Ignore tennisplayer2 |
2/13/2015 9:45:16 AM
Thanks, but I think that I have figured it out.
|
Kevin_in_GA 4,599 posts msg #122835 - Ignore Kevin_in_GA |
2/13/2015 10:17:51 AM
"add column reversersi(2,50)"
|
tennisplayer2 210 posts msg #122841 - Ignore tennisplayer2 |
2/13/2015 7:09:32 PM
Kevin, thanks.
|
jemarcks 26 posts msg #122844 - Ignore jemarcks |
2/13/2015 9:56:10 PM
reversersi() is a nice function. I also have a reverse_wlr(). Its interesting to compare them in back testing. Im sure there are others too. (reverse_momentum?) Hmmmm.....
jeff
|
15minoffame 131 posts msg #122869 - Ignore 15minoffame |
2/18/2015 1:14:35 AM
Hey Kevin,
Is there a way to do a reverse slow stochastics? If so, what is the verbiage? I've tried reverseslowstochastics and reverseslowstochastics fast but neither work.
Thanks!
|
Kevin_in_GA 4,599 posts msg #122872 - Ignore Kevin_in_GA |
2/18/2015 11:18:27 AM
Hey Kevin,
Is there a way to do a reverse slow stochastics? If so, what is the verbiage? I've tried reverseslowstochastics and reverseslowstochastics fast but neither work.
++++++++
That's because these functions need to be developed by SF - they do not currently exist.
|