@DeusMecanicus This is a helpful point and I tried to use addchartbubble, but I was getting a bubble on every bar, which created a bit of a mess. It was helpful in that I could see the final bar number was 1205, but then I had to delete the line of code to remove the clutter of having over one thousand bubbles. LOL Clearly, user error. LOL
Instead, I added the total number of bars as a label to the study with this code:
AddLabel(visible = Yes, text = barnumber());
or AddLabel(visible = Yes, text = "Bars = "+barnumber());
This is probably elementary to the group here, but it took me about 15 minutes of Googling to figure out and I thought I would share to save another newbie the time.
Instead, I added the total number of bars as a label to the study with this code:
AddLabel(visible = Yes, text = barnumber());
or AddLabel(visible = Yes, text = "Bars = "+barnumber());
This is probably elementary to the group here, but it took me about 15 minutes of Googling to figure out and I thought I would share to save another newbie the time.
Last edited: