You mentioned you could not use compute on close with efsExternal? I have a problem and think this issue may be linked. I have a script that calls another using efsExternal. Everything was working great. I turned setComputerOnClose off with a // infront of it and now the script goes haywire and jumps to places its not supposed to. Is this to be expected or do I just have something coded wrong? The script im calling has compute on close commented out as well. I decided to use the barstate newbar to calculate the MA's on each bar close instead.
-------------
>Having said this I would not recommend using setComputeOnClose() for various reasons amongst which is the fact that it is not compatible with the efsInternal() and efsExternal() functions and/or when calling external intervals.
-------------
>Having said this I would not recommend using setComputeOnClose() for various reasons amongst which is the fact that it is not compatible with the efsInternal() and efsExternal() functions and/or when calling external intervals.
Comment