I have an indicator that paints setups and targets. I coded this with calc on each tick, however all my calculations occur onfirsttickofbar.
I wonder if I should recode my indicator for onbarclose.. doing this would take some time because I have a lot of code that I figure would need to have differences for barsback to be one less.. so close[2] > close[3] would then be close[1] > close[2].
Is there a benefit for me to do this? or is there no difference in me using an each tick indicator in my strategy versus an onbarclose .. performance wise or otherwise?
Thanks in advance.

Comment