I'm trying to figure out if what I want here is possible. Any insights are greatly appreciated. What I want is a signal that can tell me if an indicator has exceeded a set value for the current day on an intraday time frame. An example of the type of question the indicator would be answering is, "Did the 5 min RSI get above 70 today?" And the indicator would return a true or false answer. On a deeper level the indicator would be sitting at zero all day until the 5 min rsi gets above 70. At that point it would return a value of 1 and stay there until the day ends regardless of what the RSI does for the rest of the day. How to get this going has me stumped. I was thinking of maybe messing with the clock or date values. For example, if the RSI crosses above 70, the condition is true until the date (say 8/19) timestamped at the cross over no longer equals the date on the chart; the condition would stop being true as soon as the clock turned to 8/20. At that point the indicator would return to zero and the cycle repeats. I'm honestly not even sure if this is possible in Thinkorswim. But if it's doable it could have some pretty big implications with regards to event stickiness when crafting signals. So I'm hoping some of you wizards out there could give me some insights/jumping off point/solutions. Cheers.