| 
 PureBytes Links 
Trading Reference Links 
 | 
Clyde
Add .000001 to the denominator or use the function 
NZ.  
For example I've 
seen this used    Quotient = (X + Y)/(.00001 + H - 
L);  // if H=L then the denominator will be .000001 
 
Best 
regards
JOE 
 
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  nb9trade 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Sent: Wednesday, January 28, 2004 11:33 
  AM
  Subject: [amibroker] Division By Zero 
  Problem
  When I have a formula that 
  uses A = (high - low) as a divisor it only works as long as A =(high - 
  Low) does not = 0.I need a simple command to set the variable to 
  .000001 in such cases.The last language I programed in was Q 
  basic.In qbasic all it would take is an if then statement 
  likeif a=0 then a = .0000001how would this be written in 
  AFL?ThanksClydeSend BUG REPORTS to 
  bugs@xxxxxxxxxxxxxSend SUGGESTIONS to 
  suggest@xxxxxxxxxxxxx-----------------------------------------Post 
  AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
  href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  
  
  Yahoo! Groups Links
  
    To visit your group on the web, go to:<A 
    href="">http://groups.yahoo.com/group/amibroker/  
    To unsubscribe from this group, send an email to:<A 
    href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx  
    Your use of Yahoo! Groups is subject to the <A 
    href="">Yahoo! Terms of Service. 
  
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
Yahoo! Groups Sponsor
  ADVERTISEMENT 
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 |