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

Re: [amibroker] Stepping backwards in loop



PureBytes Links

Trading Reference Links




Hi Graham,
 
Can you tell me what you are trying to do? From 
looking at your code, it appears that the only elements of LowerLow that can 
ever get changed are 1, 2 and 3.
 
Steve
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  <A title=gkavanagh@xxxxxxxxxxxxx 
  href="">Graham 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">AB yahoo group 
  Sent: Monday, September 22, 2003 8:58 
  PM
  Subject: [amibroker] Stepping backwards 
  in loop
  I have this formula in a loop but it steps through the 
  values from thebeginning of the data rather than from the end. I have 
  tried reversing the line " for ( i=1; i < bar ; i++ ) " to  " for 
  (i=bar; i > 0 ; i-- ) " but stills seems to check the bars in the 
  forwarddirection. All I want to do is go back from the selected (or 
  last) bar. Help appreciated. period = 3;Bar = 
  SelectedValue(BarIndex());LastBar = LastValue(BarIndex());start = 
  Lastbar-bar;LowerLow[0] = SelectedValue(L);for ( j=1; 
  j<=period; j++ ){for ( i=1; i < bar ; i++ ){  if ( 
  L[i] < LowerLow[j-1] )  {   LowerLow[j] = 
  L[i];  }}}Cheers,Graham<A 
  href="">http://groups.msn.com/ASXShareTrading<A 
  href="">http://groups.msn.com/FMSAustraliaSend 
  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 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 







Yahoo! Groups Sponsor


  ADVERTISEMENT 









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 the Yahoo! Terms of Service.