Is there any way from the log to tell what line in the code in which method caused these errors? In a long section of code it could happen in many places.
Thank you.
(I understand what the error is...I don't know where it occurred in the code...thanks).
================================================== ==========
6/29/2010 13:13 Default Error on calling the 'OnBarUpdate' method for indicator 'Axe' on bar 2: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
6/29/2010 13:13 Default Error on calling the 'OnBarUpdate' method for indicator 'Axe' on bar 5: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Comment