Hello,
The attatched script won't stay current with the current tick action. In other words if I load the script on a two minute chart and RELOAD 10 minutes later...the scripts chart indicators (trend direction green, red or yellow) appear newly (and currently) accurate (painted?). It's not keeping up with tick movement.
I have purposely not used 'setComputeOnClose();' for the reason that I have the same logic used in another study that makes extensive use the 'inv()' function which is not compatible with 'setComputeOnClose();'...according to EFS Library documentation
Any idea how I can correct the code without using 'setComputeOnClose();' such that the script is being updated with every tick?
Any help is much appreciated,
g
The attatched script won't stay current with the current tick action. In other words if I load the script on a two minute chart and RELOAD 10 minutes later...the scripts chart indicators (trend direction green, red or yellow) appear newly (and currently) accurate (painted?). It's not keeping up with tick movement.
I have purposely not used 'setComputeOnClose();' for the reason that I have the same logic used in another study that makes extensive use the 'inv()' function which is not compatible with 'setComputeOnClose();'...according to EFS Library documentation
Any idea how I can correct the code without using 'setComputeOnClose();' such that the script is being updated with every tick?
Any help is much appreciated,
g
Comment