Announcement

Collapse
No announcement yet.

Formula causing crashing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Formula causing crashing

    Alexis, Jason, Dion, or Matt.... I consider you guys the experts!!...

    Can anyone tell me , why this old formula I 've been tinkering with causes a system crash?? Even when I check the Syntax checker before applying it to a chart, it automatically causes a system crash. For the life of me, I can't find it. I have a similar formula that is almost exactly the same and it works fine.

    Any solutions to the problem it would be appreciated!!!

    Angelo
    Attached Files
    ang.

  • #2
    You had a couple of problems...

    1. You had missing definitions to OFFSET in MAIN that were not in your premain.
    2. You had a problem using Strategy.isInTrade when it should have been Strategy.isInTrade()
    3. Maybe a few others - but I forget.

    This loads fine for me..

    B
    Attached Files
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment


    • #3
      Hi Brad,

      Thanks for the response....by the way , I meant to include you in the team of "Programming whizzes".... you guys do a lot for the "learn as you go" crowd of programmers. I think I would would of caught these, however; for reasons STILL unkown to me why the Syntax checker and / or applying of the formula would cause a "system crash" instead of producing an "error" formula in the charts. But as they say, garbage in, garbage out.... Programing till 2am doesn't help either ....as well as "clip and pastse from formula to formula"..... that's when the mistakes occur!

      Again , thanks for the help.....

      angelo
      ang.

      Comment

      Working...
      X