i = 0 
is the ASSIGNMENT !

http://www.amibroker.com/guide/a_mistakes.html

Best regards,
Tomasz Janeczko
amibroker.com
  ----- Original Message ----- 
  From: Markus Witzler 
  To: [email protected] 
  Sent: Sunday, November 15, 2009 3:39 PM
  Subject: [amibroker] Subscript out of range





  Hello, 

  it´s probably just flawed thinking on my part, but I don´t understand why I 
get "subscript out of range" when I use the following if/else in CBT code:

  if (i=0) 

  y=ATRexRounded[0];

  else 

  y=ATRexRounded[i-1]; 

  The code is embedded in a for loop, so all yalues for i=0, 1, ... barcount 
should be defined, right?

  for (i = 0; i < BarCount; i++) //

  {

  }

  Thanks

  Markus



  __________ Information from ESET Smart Security, version of virus signature 
database 4609 (20091115) __________

  The message was checked by ESET Smart Security.

  http://www.eset.com



  

Reply via email to