| 
 PureBytes Links 
Trading Reference Links 
 | 
Question for Roy or others who have this 
knowledge.  Do youknow of an end of day formula that will provide 
the volitility of a stock over a defined period of time?  What can be added 
to this formula that will provide the price range for this defined period of 
time?  Any thoughts?
Doug
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  Roy 
  
  To: <A 
  title=equismetastock@xxxxxxxxxxxxxxx 
  href="">equismetastock@xxxxxxxxxxxxxxx 
  
  Sent: Monday, November 10, 2003 10:46 
  PM
  Subject: [EquisMetaStock Group] Re: Too 
  many Signals
  WallaceIt looks to me as though this is written 
  wongly, if only for the fact that it uses a forward reference. Since this 
  is looking into the future (time periods that haven't arrived yet) then I 
  can't see it being a lot of use.Buy Condition: LOW < 
  Ref(LOW,-1) AND LOW < Ref(LOW,1)Sell Condition: HIGH > Ref(HIGH,-1) 
  AND HIGH > Ref(HIGH,1)Try thisBuy Condition:L>Ref(L,-1) 
  AND Ref(L,-1)<Ref(L,-2) AND Ref(L,-1)<Ref(L,-3);Sell 
  Condition:H<Ref(H,-1) AND Ref(H,-1)>Ref(H,-2) AND 
  Ref(H,-1)>Ref(H,-3);The signal will be (I think) one bar later on 
  all but the leading edge, and there is a fourth bar added to the pattern 
  that should cut down on some of the signals.Roy--- In 
  equismetastock@xxxxxxxxxxxxxxx, murusprimus <no_reply@xxxx> 
  wrote:> Hello All, hoping you might be interested in improving this 
  Expert.> The Expert gives signals usually at the top/bottom of swings, 
  but > also puts signals on almost every other bar of the trend on 
  Intraday > prices, and even the Daily gets too many 
  signals.> Any ideas ? Wallace.> > Symbols> 
  >  Buy Condition: LOW < Ref(LOW,-1) AND LOW < 
  Ref(LOW,1)> > Sell Condition: HIGH > Ref(HIGH,-1) AND HIGH 
  > Ref(HIGH,1)To 
  unsubscribe from this group, send an email 
  to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour 
  use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 
Yahoo! Groups Sponsor
  ADVERTISEMENT 
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 |