Hi,
I notice that unlike version 10, there is no call to main() for tick level updates (i.e. bar state being BARSTATE_CURRENTBAR) if chart is of type Renko.
Additionally, in ver.10, I can set the default behavior about whether to compute only on bar close. i.e., equivalent to calling computeOnClose() in preMain()
But I can't seem to find this setting in ver.11. (Not that I think this is the cause of the issue, but at least it is something related)
It is understandable if the behavior is chosen in either way, but why is there different behavior in ver.11 than ver.10?
I notice that unlike version 10, there is no call to main() for tick level updates (i.e. bar state being BARSTATE_CURRENTBAR) if chart is of type Renko.
Additionally, in ver.10, I can set the default behavior about whether to compute only on bar close. i.e., equivalent to calling computeOnClose() in preMain()
But I can't seem to find this setting in ver.11. (Not that I think this is the cause of the issue, but at least it is something related)
It is understandable if the behavior is chosen in either way, but why is there different behavior in ver.11 than ver.10?
Comment