| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi, I would like to extract the min/max value between two 
consecutive points and also measure the duration of two consecutive 
points.  for example:
StdErrOsc = (price +2*StdErr(price ,8)-MA(price ,3))/(4*StdErr
(price ,8))*100;
Buy = Cross ( 10,StdErrOsc) OR Cross ( StdErrOsc, 10);
What is the max/min value of StdErrOsc between when it cross 10 from 
top and cross 10 again from below?  Also what is the duration of 
this?
I hope this make sense.  TIA
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |