♥ 0 |
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 that would tell me the number of events a candle pattern is created. For example the simple bullish engulfing candle as follows : def lo = low; def s = (hi[0] >= hi[1] and lo[0] <= lo[1]) AND CLOSE >=OPEN; plot did = s; If this event is true 5 times on a chart, how can I have a label showing me the number of occurrences? Or, is it even possible? Thank you in advance
Marked as spam
|
Please log in to post questions.