Announcement

Collapse
No announcement yet.

effects of using callFunction()

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

  • effects of using callFunction()

    I have an efs strategy script which was working up to the current point of development. As I added functionality, the application begin to "CRASH" my eSignal advanced charts when it was loaded. Suspecting the size and amount of memory whcih I was using, I moved my "support function" into another efs file and used callFunction() to access these functions. The efs application reports no errors, syntax or otherwise, but now nothing is being displayed on my charts and none of my debugPrintln's are showing up in my output window. Do the called functions not have the ability to draw on the open chart? Why are my debugPrintln's not showing up? Any help will be appreciated.

    Thanks, Faunt Smith

  • #2
    Faunt
    You may want to see this thread on call() and callFunction() as it may provide you with some useful information
    Beyond this you will need to post your script as it is not possible to determine the cause of the problem without seeing the code.
    Alex

    Comment

    Working...
    X