I have to run with setComputeOnClose(true) because of the amount of calculations done. Every now and then, but not on any regular interval, I need to check the high and low of the bar currently being formed.
Can I concurrently run a very small script that does not use setComputeOnClose(true) and access it using efsExternal()? I haven't tried any experiments yet since I don't have a good programming strategy yet.
Any thoughts would be appreciated.
Can I concurrently run a very small script that does not use setComputeOnClose(true) and access it using efsExternal()? I haven't tried any experiments yet since I don't have a good programming strategy yet.
Any thoughts would be appreciated.
Comment