PureBytes Links
Trading Reference Links
|
This could work Heidi,
F:=RSI(14);
Ref(F,-10)>70
{ RSI which was overbought 10 days ago }
AND F < Ref(F,-10) { and now has
fallen }
For the " days ago ", cf. the Help, item "
Reference function "
Ave,
Heidi Stubner a écrit :
This is my 3rd try over the past 2 days at
posting this message. I apologize if this is a duplication.
Formula Question:
I'm trying to find securities have a RSI which was overbought
10 days ago and now has fallen. I'm searching the manual to determine
how to specify "DAYS AGO" but I am unable. I think it pertains to
DATA ARRAY, but I just can't get it to work.
I plan on combining this with a Parabolic SAR (the formula
I have solved).
Thanks .
|