[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FORMULA HELP



PureBytes Links

Trading Reference Links


In my DOS version you haven to combine two 
formulas:
 
rsi(periods) and 
ref(data array, periods)
 
In the EXPLORER you can write:
 
when(ref(<FONT 
color=#ff00ff>rsi(14),-10)<FONT 
color=#000000>,>,70) and when(rsi(14)<FONT 
color=#000000>,<,70)
 
I hope this is compatibel with your version.
 
Regards,
 
J. Jansen
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  ----- Oorspronkelijk bericht ----- 
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">Van: 
  Heidi 
  Stubner 
  Aan: <A 
  href="mailto:metastock@xxxxxxxxxxxxx"; 
  title=metastock@xxxxxxxxxxxxx>metastock@xxxxxxxxxxxxx 
  Verzonden: woensdag 1 november 2000 
  17:52
  Onderwerp: FORMULA HELP
  This is my 3rd try over the past 2 days at posting this 
  message.  I apologize if this is a duplication.<FONT 
  size=2>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 
  .