counting certain bars on chart


Category:
0
0

How to count certain bars on chart

 

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on April 22, 2018 12:17 pm
480 views
0
Private answer

My response is limited because your question contained virtually no details.

plot numberOfBars = BarNumber();

This will plot the count of ALL bars on the chart. From left to right, starting at zero.

If you want to only count “certain bars”, well we need to know a bit more detail. Did you take the time to use the search before posting your question? If you had searched the word “counter”, you would have come across this previous post: https://www.hahn-tech.com/ans/how-does-one-use-a-counter-variable-in-thinkscript/

 

Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on April 22, 2018 2:04 pm