Questions for tag "counter" (2)

Votes
Answers
Views
Question
0
votes
1
answer
155
views
asked 3 years ago by
Category: Chart Studies
First off thanks again Mr. Hahn, for all that you do. Your resources here are invaluable. I'm an avid TOS user with a fairly large collection of scripts for specific candle patterns. I'm curious to know if there is a a way to add a label to my charts...
0
votes
1
answer
97
views
asked 5 years ago by
Category: Chart Studies
Hi, When I plot the value closedLow I count about 16 entries manually. I want a script to count this My code is below and it seems to only count from YTD ie. all the bars from beginning of the year why is that? def closedLow = (high >= close[1] * ...